Skip to content

Instantly share code, notes, and snippets.

@Sachin-crypto
Created December 16, 2022 12:28
Embed
What would you like to do?
# 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