Skip to content

Instantly share code, notes, and snippets.

@sdcubber
Last active July 30, 2018 16:22
Show Gist options
  • Save sdcubber/b9a4dfaa0fdae49efb27ae0839664fee to your computer and use it in GitHub Desktop.
Save sdcubber/b9a4dfaa0fdae49efb27ae0839664fee to your computer and use it in GitHub Desktop.
another_model = tf.keras.models.load_model('./model.h5')
another_model.fit_generator(generator=seq, verbose=1, epochs=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment