Skip to content

Instantly share code, notes, and snippets.

@kiddojazz
Created January 15, 2023 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiddojazz/df5892d153ab548c198e926b37fb356b to your computer and use it in GitHub Desktop.
Save kiddojazz/df5892d153ab548c198e926b37fb356b to your computer and use it in GitHub Desktop.
#Train the model
model.fit(x_train, y_train, batch_size=1, epochs=5)#Batch size the number of Batch per training, while epochs is the number of Iteration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment