update dllib-sacred.py
Some checks failed
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-05-09 09:22:20 +02:00
parent ba082288cf
commit 29405b7aa1

View File

@ -18,6 +18,7 @@ from sacred.observers import MongoObserver
ex = Experiment()
ex.observers.append(FileStorageObserver('my_run'))
ex.observers.append(MongoObserver(url='mongodb://admin:IUM_2021@172.17.0.1:27017', db_name='sacred'))
@ex.config
def my_config():