Created
December 16, 2022 12:28
-
-
Save Sachin-crypto/941424697890009f153d3094d98a5064 to your computer and use it in GitHub Desktop.
This file contains 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
# Running 10 epochs | |
model.fit(x=train_batches, validation_data=valid_batches, epochs=10, verbose=2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment