Skip to content

queries #5

@ssetty

Description

@ssetty
  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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions