Skip to content

Commit

Permalink
Update basic_and_faq_usages/simple_artifact_store.py
Browse files Browse the repository at this point in the history
Co-authored-by: c-bata <[email protected]>
  • Loading branch information
nabenabe0928 and c-bata authored Aug 8, 2024
1 parent 36c3209 commit 19af58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic_and_faq_usages/simple_artifact_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
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
base_path = os.path.join("./save-artifact-here")
base_path = "./save-artifact-here"
# Make the directory used for artifact store.
os.makedirs(base_path, exist_ok=True)
# Instantiate an artifact store.
Expand Down

0 comments on commit 19af58f

Please sign in to comment.