Open
Description
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
Labels
No labels