Created
November 10, 2019 20:41
-
-
Save NMZivkovic/f32a4190236a7f21244f0f6725e1600c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
history = vgg16.fit(data_loader.train_batches, | |
epochs=10, | |
validation_data=data_loader.validation_batches) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment