Guest User

Untitled

a guest
Oct 16th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. # KERAS
  2.  
  3. history = model.fit_generator(
  4. generator=train_generator,
  5. epochs=3,
  6. validation_data=validation_generator)
Add Comment
Please, Sign In to add comment