Skip to content

Commit

Permalink
Merge pull request #206 from Alnusjaponica/fix-aim
Browse files Browse the repository at this point in the history
Set version constraint on aim
  • Loading branch information
not522 authored Oct 6, 2023
2 parents 953e56d + cba7b56 commit 3411a75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions aim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ hyperparameters and metrics will be logged to `.aim` directory via integration c
You can run this example as follows:

```sh
$ python aim_integration.py
python aim_integration.py
```

After the script finishes, run the aim UI:

```sh
$ aim up
aim ui
```

and view the optimization results at http://127.0.0.1:43800.
and view the optimization results at <http://127.0.0.1:43800>.

See also the [official example provided by aim](https://github.com/aimhubio/aim/blob/main/examples/optuna_track.py).
2 changes: 1 addition & 1 deletion aim/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aim
aim<4
optuna
scikit-learn

0 comments on commit 3411a75

Please sign in to comment.