add mongo observer
This commit is contained in:
parent
85d6971484
commit
8cd28798e8
@ -17,7 +17,7 @@ np.set_printoptions(suppress=False)
|
||||
|
||||
ex = Experiment("ium_s440058", 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='s440058'))
|
||||
db_name='sacred'))
|
||||
|
||||
@ex.config
|
||||
def my_config():
|
||||
|
Loading…
Reference in New Issue
Block a user