mongo change url
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-12 14:55:14 +02:00
parent 2b481f758a
commit c9c0c36ba2

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://admin:IUM_2021@172.17.0.1:27017', db_name='sacred'))
# train params
numberOfEpochParam = 0