Skip to content

Instantly share code, notes, and snippets.

@kumarvipu1
Created February 3, 2021 01:40
Show Gist options
  • Save kumarvipu1/63c11aec9cd8eb83517718529b47cbb5 to your computer and use it in GitHub Desktop.
Save kumarvipu1/63c11aec9cd8eb83517718529b47cbb5 to your computer and use it in GitHub Desktop.
image_clssifier_part3
def fitting_model(model, x, y, epoch):
model.fit(x,y, shuffle = True, epochs = epoch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment