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
in file train.py, when i run python train.py -> Error : File "train.py", line 308, in
callbacks=callbacks_list)
line 308 : model.fit_generator(inputgenerator, epochs=100,
steps_per_epoch=TRAIN_NUM / int(BATCH_SIZE),
validation_data=testgenerator,
validation_steps=VAL_NUM / int(BATCH_SIZE),
use_multiprocessing=True,
callbacks=callbacks_list)
How can i fix it?? pls!!!
The text was updated successfully, but these errors were encountered:
I think it could be a version mismatch issue...
Anyway, i have updated the code for compatability.
I have confirmed that the code runs with python version: 3.6.9 and keras version: 2.4.3 in google colaboratory.
in file train.py, when i run python train.py -> Error : File "train.py", line 308, in
callbacks=callbacks_list)
line 308 : model.fit_generator(inputgenerator, epochs=100,
steps_per_epoch=TRAIN_NUM / int(BATCH_SIZE),
validation_data=testgenerator,
validation_steps=VAL_NUM / int(BATCH_SIZE),
use_multiprocessing=True,
callbacks=callbacks_list)
How can i fix it?? pls!!!
The text was updated successfully, but these errors were encountered: