Created
November 17, 2019 12:14
-
-
Save NMZivkovic/a53080778732ea97cbfee18224c2e522 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 = resnet.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