Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
karibbov committed Sep 15, 2023
2 parents 8a10564 + 05bc499 commit 98b05e0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions neps_examples/convenience/neps_tblogger_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@
You can install it with this command:
```bash
pip install torchvision==0.14.1
pip install torchvision==0.14.0
```
Make sure to download the torchvision version that fits with your pytorch
version. More info on this link:
https://pypi.org/project/torchvision/
These dependencies ensure you have everything you need for this tutorial.
"""
Expand Down Expand Up @@ -285,7 +290,7 @@ def run_pipeline_BO(lr, optim, weight_decay):

###################### Start Tensorboard Logging ######################

# This followinf line will result in:
# The following line will result in:

# 1 Incumbent trajectory (best performance regardless of the
# fidelity budget, if the searcher was fidelity dependent).
Expand Down Expand Up @@ -396,7 +401,7 @@ def run_pipeline_BO(lr, optim, weight_decay):

"""
After your first run, you can continue with more experiments by
uncommenting line 361 and running the following command in your terminal:
uncommenting line 363 and running the following command in your terminal:
```bash:
python neps_tblogger_tutorial.py --max_evaluations_total 15
Expand Down

0 comments on commit 98b05e0

Please sign in to comment.