Cyberosa

Results 4 comments of Cyberosa

That line did not work for me in collab. Sharing the code: `gpt2.mount_gdrive()` `file_name = "trainset.txt"` `gpt2.copy_file_from_gdrive(file_name)` `gpt2.copy_checkpoint_from_gdrive(run_name='model-3.0')` `sess= gpt2.start_tf_sess(threads=4)` `gpt2.load_gpt2(sess, run_name='model-3.0')` `sess=gpt2.reset_session(sess=sess)` `gpt2.finetune(` `sess,` `dataset=file_name,` `steps=1000,` `print_every=10,` `multi_gpu=True,` `learning_rate=0.002,`...

Thanks zacc. Question then is.... the model should not be loaded after doing ? `gpt2.load_gpt2(sess, run_name='model-3.0')` My worry with calling to: `def download_gpt2(model_dir='models', model_name='124M')` is that you need to give...

Hi, I know I arrive a bit late to this post, but just in case anyone might be interesting in collecting new tweets and clean them, I can share with...

In plot there is already this feature, you have "main" and "sub" https://www.statmethods.net/advgraphs/axes.html I sum my vote also to have this feature in plotly!