diff --git a/sacred-example-mongo.py b/sacred-example-mongo.py index 69ada91..2c6572b 100644 --- a/sacred-example-mongo.py +++ b/sacred-example-mongo.py @@ -17,7 +17,7 @@ np.set_printoptions(suppress=False) ex = Experiment("ium_s440058", interactive=False, save_git_info=False) ex.observers.append(MongoObserver(url='mongodb://mongo_user:mongo_password_IUM_2021@172.17.0.1:27017', - db_name='s440058')) + db_name='sacred')) @ex.config def my_config():