Skip to content

Commit 8779253

Browse files
authored
[Bug] Fix Aim repo path and Add Aim flag argument (#154)
* 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.
1 parent 7065e70 commit 8779253

9 files changed

+1826
-1327
lines changed

Diff for: CHANGE_LOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
* Fixes hard-coded repository path for Aim experiment tracking.
4+
35
## 23/07/15/2023 Update
46

57
* Added DeFixmatch algorithm.

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fonttools==4.33.3
88
google-auth==2.9.0
99
google-auth-oauthlib==0.4.6
1010
grpcio==1.53.0
11-
huggingface-hub==0.8.1
11+
huggingface-hub==0.14.1
1212
idna==3.3
1313
imageio==2.19.3
1414
importlib-metadata==4.12.0

0 commit comments

Comments
 (0)