Skip to content

On default run of Notebook"03", it is giving error. #666

Open
@siddhant-rajhans

Description

@siddhant-rajhans

In notebook 3,
every model training process where
.fit(train_data_augmented_shuffled, # we're fitting on augmented and shuffled data now epochs=5, steps_per_epoch=len(train_data_augmented_shuffled), validation_data=test_data, validation_steps=len(test_data) )
is giving issue
`AttributeError Traceback (most recent call last)

---> 32 mod_7 = model7.fit(train_data_augmented_shuffled, # we're fitting on augmented and shuffled data now
AttributeError: 'NoneType' object has no attribute 'items'`.

Reproducing issue:

  • just open and run the file in colab

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