Skip to content

Instantly share code, notes, and snippets.

@thesanjeetc
Created July 14, 2021 21:51
Show Gist options
  • Save thesanjeetc/ad950ee66f54a80ec4ec69f1b1068274 to your computer and use it in GitHub Desktop.
Save thesanjeetc/ad950ee66f54a80ec4ec69f1b1068274 to your computer and use it in GitHub Desktop.
gpt2.copy_checkpoint_from_gdrive(run_name='run1')
sess = gpt2.start_tf_sess()
gpt2.load_gpt2(sess, run_name='run1')
gpt2.generate(sess,
length=800,
temperature=0.7,
prefix="JOE ROGAN:",
nsamples=5,
batch_size=5
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment