Skip to content

Commit

Permalink
[Bug] Fix Aim repo path and Add Aim flag argument (#154)
Browse files Browse the repository at this point in the history
* Bump `huggingface-hub` to fix `transformers` dependency issue.

* Add `use_aim` and `aim_repo` config values.

* Generate new config files with Aim config.

* Set Aim repo path using algorithm config.

* Add Aim arguments.

* Update changelog.

* Save Aim logs in `save_dir` instead of specifying an Aim repository path.
  • Loading branch information
adamtupper authored Sep 6, 2023
1 parent 7065e70 commit 8779253
Show file tree
Hide file tree
Showing 9 changed files with 1,826 additions and 1,327 deletions.
2 changes: 2 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

* Fixes hard-coded repository path for Aim experiment tracking.

## 23/07/15/2023 Update

* Added DeFixmatch algorithm.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fonttools==4.33.3
google-auth==2.9.0
google-auth-oauthlib==0.4.6
grpcio==1.53.0
huggingface-hub==0.8.1
huggingface-hub==0.14.1
idna==3.3
imageio==2.19.3
importlib-metadata==4.12.0
Expand Down
Loading

0 comments on commit 8779253

Please sign in to comment.