-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
- code train_CNN_RNN.py what do numbers 56021 and 3974 indicate ? Is it number of images?
for x,y in train_generator:
if batch == (56021/batch_size):
for x,y in validation_generator:
if batch == (3974/batch_size):
- When I execute code train_CNN_RNN.py I receive error
File "train_CNN_RNN.py", line 53, in extract_features_and_store
if x_generator==None:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
Metadata
Metadata
Assignees
Labels
No labels