update dllib-sacred.py
This commit is contained in:
parent
c6ad942459
commit
ba082288cf
@ -17,8 +17,7 @@ from sacred.observers import MongoObserver
|
|||||||
# EPOCHS = int(sys.argv[1])
|
# EPOCHS = int(sys.argv[1])
|
||||||
|
|
||||||
ex = Experiment()
|
ex = Experiment()
|
||||||
#ex.observers.append(FileStorageObserver('my_run'))
|
ex.observers.append(FileStorageObserver('my_run'))
|
||||||
ex.observers.append(MongoObserver.create(url='mongodb://mongo_user:mongo_password_IUM_2021@localhost:27017', db_name='sacred'))
|
|
||||||
|
|
||||||
@ex.config
|
@ex.config
|
||||||
def my_config():
|
def my_config():
|
||||||
|
Loading…
Reference in New Issue
Block a user