diff --git a/Biblioteka_DL/dllib-sacred.py b/Biblioteka_DL/dllib-sacred.py index 1286b3f..c3fad29 100644 --- a/Biblioteka_DL/dllib-sacred.py +++ b/Biblioteka_DL/dllib-sacred.py @@ -17,8 +17,7 @@ from sacred.observers import MongoObserver # EPOCHS = int(sys.argv[1]) ex = Experiment() -#ex.observers.append(FileStorageObserver('my_run')) -ex.observers.append(MongoObserver.create(url='mongodb://mongo_user:mongo_password_IUM_2021@localhost:27017', db_name='sacred')) +ex.observers.append(FileStorageObserver('my_run')) @ex.config def my_config():