update dllib-sacred.py
This commit is contained in:
parent
fa602788a4
commit
0883b4412f
@ -18,8 +18,7 @@ from sacred.observers import MongoObserver
|
|||||||
|
|
||||||
ex = Experiment()
|
ex = Experiment()
|
||||||
ex.observers.append(FileStorageObserver('my_runs'))
|
ex.observers.append(FileStorageObserver('my_runs'))
|
||||||
ex.observers.append(MongoObserver(url='mongodb://mongo_user:mongo_password_IUM_2021@localhost:27017',
|
#ex.observers.append(MongoObserver(url='mongodb://mongo_user:mongo_password_IUM_2021@localhost:27017', db_name='sacred'))
|
||||||
db_name='sacred'))
|
|
||||||
|
|
||||||
# exint = Experiment("sacred_scopes", interactive=True)
|
# exint = Experiment("sacred_scopes", interactive=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user