.
This commit is contained in:
parent
5c77cd8402
commit
670b605789
@ -12,7 +12,7 @@ from sacred.observers import MongoObserver
|
||||
ex = Experiment("434784_sacred_scopes", interactive=False, save_git_info=False)
|
||||
ex.observers.append(FileStorageObserver('sacred_runs/runs'))
|
||||
ex.observers.append(MongoObserver(
|
||||
url='mongodb://mongo_user:mongo_password_IUM_2021@localhost:27017', db_name='sacred'))
|
||||
url='mongodb://mongo_user:mongo_password_IUM_2021@172.17.0.1:27017', db_name='sacred'))
|
||||
|
||||
|
||||
@ex.config
|
||||
|
Loading…
Reference in New Issue
Block a user