Skip to content

Commit

Permalink
Merge pull request #78 from KittenHero/master
Browse files Browse the repository at this point in the history
Fix generate cmd run name
  • Loading branch information
minimaxir authored Jun 29, 2019
2 parents 7c8e969 + d5f0109 commit 5f09600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpt_2_simple/gpt_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ def cmd_generate(nfiles, nsamples, folder,
'gpt2_gentext_{:%Y%m%d_%H%M%S}.txt'.format(datetime.utcnow()))

generate_to_file(sess,
run_name=run_name,
destination_path=gen_file,
length=length,
temperature=temperature,
Expand Down

0 comments on commit 5f09600

Please sign in to comment.