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
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
Traceback (most recent call last):
File "/home/hxl/project/Agendernet/train.py", line 166, in
main()
File "/home/hxl/project/Agendernet/train.py", line 138, in main
model),
KeyError: 'epoch'
Traceback (most recent call last):
File "/home/hxl/project/Agendernet/train.py", line 166, in
main()
File "/home/hxl/project/Agendernet/train.py", line 138, in main
model),
KeyError: 'epoch'
python train.py --model inceptionv3
136callbacks = [
137 ModelCheckpoint(
138 "train_weight/{}-{epoch:02d}-{val_loss:.4f}-{val_gender_prediction_acc:.4f}-{val_age_prediction_mae:.4f}.h5".format(
139 model),
140 verbose=1, save_best_only=True, save_weights_only=True),
141 CSVLogger('train_log/{}-{}.log'.format(MODEL, n_fold))]
The text was updated successfully, but these errors were encountered: