Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwastakenwastaken committed Jun 23, 2021
1 parent 277a316 commit 4821ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ train-optuna:
train-azure:
$(PYTHON_INTERPRETER) azure/run_config.py

## Optimize hyperparameters using Optuna using Azure
## Optimize hyperparameters using Optuna and Azure
train-azure-optuna:
$(PYTHON_INTERPRETER) azure/run_config.py --multirun

Expand Down
2 changes: 1 addition & 1 deletion azure/deploy_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


# Takes newest model
## model = ws.models['div2k_model']
# model = ws.models['div2k_model']

# Takes best model
model = best_model
Expand Down

0 comments on commit 4821ef0

Please sign in to comment.