Skip to content

Instantly share code, notes, and snippets.

@margaretmz
Last active July 13, 2020 04:31
Show Gist options
  • Save margaretmz/1433e0dcbc80fe1a5f4285a943acfeb9 to your computer and use it in GitHub Desktop.
Save margaretmz/1433e0dcbc80fe1a5f4285a943acfeb9 to your computer and use it in GitHub Desktop.
selfie2anime-instantiate-model
with tf.Graph().as_default(), tf.Session() as sess:
gan = UGATIT(sess, data)
gan.build_model()
load_checkpoint(sess, ckpt_path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment