minimaxir / download-tweets-ai-text-gen

Python script to download public Tweets from a given Twitter account into a format suitable for AI text generation.
MIT License
219 stars 41 forks source link

loading model #9

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi Max,

I'm in your colab for gpt-2 tweet gen.

After fine-tuning, I'm attempting to load a saved checkpoint from G drive into colab VM and having issues. The code is expecting the 'model.ckpt.data-00000-of-00001' file to be placed in the checkpoint/run1 folder however it's actually being placed in the models folder which is not in g drive. What do you advise?

minimaxir commented 4 years ago

Hmm, I thought I fixed that. In the short term you can resolve that by downloading the model to the Colab VM again.