Skip to content

Instantly share code, notes, and snippets.

@KerryHalupka
Created August 16, 2020 09:04
Show Gist options
  • Save KerryHalupka/36a0c624808c3406e4811f88801c544b to your computer and use it in GitHub Desktop.
Save KerryHalupka/36a0c624808c3406e4811f88801c544b to your computer and use it in GitHub Desktop.
model.load_weights(ckpt_dir)
for inputs in test_gen:
outputs = model(inputs, training=False)
break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment