comment mongo
All checks were successful
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-05-07 15:44:19 +02:00
parent 97b297b9a4
commit 7079854a5d

View File

@ -14,7 +14,7 @@ ex = Experiment("sacred_scopes", interactive=True, save_git_info=False)
ex.observers.append(FileStorageObserver('my_runs'))
# Mongo observer
ex.observers.append(MongoObserver(url='mongodb://mongo_user:mongo_password_IUM_2021@localhost:27017', db_name='sacred'))
# ex.observers.append(MongoObserver(url='mongodb://mongo_user:mongo_password_IUM_2021@localhost:27017', db_name='sacred'))
# train params
numberOfEpochParam = 0