This commit is contained in:
parent
33491f6458
commit
3e0649786b
@ -22,11 +22,11 @@ import traceback
|
||||
|
||||
ex = Experiment("CNN")
|
||||
ex.observers.append(FileStorageObserver('sacred_file_observer'))
|
||||
# try:
|
||||
# ex.observers.append(MongoObserver(url='mongodb://mongo_user:mongo_password_IUM_2021@localhost:27017',
|
||||
# db_name='sacred'))
|
||||
# except Exception as e:
|
||||
# traceback.print_exc()
|
||||
try:
|
||||
ex.observers.append(MongoObserver(url='mongodb://mongo_user:mongo_password_IUM_2021@172.17.0.1:27017',
|
||||
db_name='sacred'))
|
||||
except Exception as e:
|
||||
traceback.print_exc()
|
||||
|
||||
device = torch.device('cuda:0') if torch.cuda.is_available() else torch.device('cpu')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user