file?
This commit is contained in:
parent
61f3ba7549
commit
3180ec3ff9
@ -15,6 +15,7 @@ import pymongo
|
||||
|
||||
ex = Experiment("434788-mongo", interactive=False, save_git_info=False)
|
||||
ex.observers.append(MongoObserver(url='mongodb://mongo_user:mongo_password_IUM_2021@172.17.0.1:27017', db_name='sacred'))
|
||||
ex.observers.append(FileStorageObserver('my_runs'))
|
||||
|
||||
@ex.config
|
||||
def my_config():
|
||||
|
Loading…
Reference in New Issue
Block a user