.
All checks were successful
s434784-evaluation/pipeline/head This commit looks good
s434784-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Sobkowiak 2021-05-17 00:39:51 +02:00
parent 5c77cd8402
commit 670b605789

View File

@ -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