Skip to content

Commit

Permalink
Update basic/artifact_store.py
Browse files Browse the repository at this point in the history
Co-authored-by: Naoto Mizuno <gobou522@gmail.com>
  • Loading branch information
nabenabe0928 and not522 authored Aug 16, 2024
1 parent 49572f0 commit fbe2638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic/artifact_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
dataset_path = "demo-dataset.csv"
fig_name = "result-trial.png"
# NOTE: The uploaded artifacts can be viewed in Optuna Dashboard with the following command:
# $ optuna-dashboard sqlite:///artifact-demo.db --artifact-dir ./save-artifact-here
# $ optuna-dashboard sqlite:///simple-artifact-store-demo.db --artifact-dir ./save-artifact-here
base_path = "./save-artifact-here"
# Make the directory used for artifact store.
os.makedirs(base_path, exist_ok=True)
Expand Down

0 comments on commit fbe2638

Please sign in to comment.