You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "train.py", line 147, in <module>
train()
File "train.py", line 52, in train
model_systole = get_model()
File "/kaggle-ndsb2/model.py", line 52, in get_model
model.compile(optimizer=adam, loss='rmse')
File "/home/pt/anaconda2/lib/python2.7/site-packages/keras/models.py", line 460, in compile
self.loss = objectives.get(loss)
File "/home/pt/anaconda2/lib/python2.7/site-packages/keras/objectives.py", line 62, in get
return get_from_module(identifier, globals(), 'objective')
File "/home/pt/anaconda2/lib/python2.7/site-packages/keras/utils/generic_utils.py", line 14, in get_from_module
str(identifier))
Exception: Invalid objective: rmse
The text was updated successfully, but these errors were encountered:
When I was running
train.py
, I gotThe text was updated successfully, but these errors were encountered: