Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

queries #5

Open
ssetty opened this issue Jan 15, 2019 · 1 comment
Open

queries #5

ssetty opened this issue Jan 15, 2019 · 1 comment

Comments

@ssetty
Copy link

ssetty commented Jan 15, 2019

  1. 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):

  1. 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()
@kmktu
Copy link

kmktu commented Jul 8, 2020

56021 and 3974 is number of images train and test

if x_generator == None
change the
if x_generator is None:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants