Created
February 3, 2021 01:40
-
-
Save kumarvipu1/63c11aec9cd8eb83517718529b47cbb5 to your computer and use it in GitHub Desktop.
image_clssifier_part3
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
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