This repository was archived by the owner on Sep 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Create a Google CoLab Notebook for LDA2VEC-Tensorflow #52
Comments
Sure, great idea! I'm working with Google Colab for a new tutorial series I'm working on, so I'm already familiar with setting this up. Thanks for the suggestion! |
I’ve tried the GPU and TPU runtimes. They disconnected after a short period of time.
The documentation says you should be able to train a model for 12 hours.
https://stackoverflow.com/questions/55874473/does-google-colab-continue-running-the-script-when-runtime-disconnected
If the model checkpoint file is saved to the cloud drive, we should be able to reconnect, restore the model and continue training where we left off.
… On Apr 30, 2019, at 12:27 PM, Nathan Raw ***@***.***> wrote:
Sure, great idea! I'm working with Google Colab for a new tutorial series <https://github.com/nateraw/Keras-Tutorials> I'm working on, so I'm already familiar with setting this up. Thanks for the suggestion!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#52 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAXWFW34CDWOPSK5473PW7TPTCMSVANCNFSM4HJO7IKQ>.
|
Google CoLab runs out of memory pre-processing input files larger the ~20mb. |
I wonder if the issue is from the skipgram token pair stuff. Will look into it. I have the colab example all cleaned up, I'll find time to upload it this week sometime. |
It died in CoLab BEFORE printing:
Removing 9981 low frequency tokens out of 15481 total tokens
… On Jun 24, 2019, at 5:57 PM, Nathan Raw ***@***.***> wrote:
I wonder if the issue is from the skipgram token pair stuff. Will look into it. I have the colab example all cleaned up, I'll find time to upload it this week sometime.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#52?email_source=notifications&email_token=AAXWFWY4VHQEJHCBQGA5PKTP4FUN7A5CNFSM4HJO7IK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYOUNMA#issuecomment-505235120>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAXWFW5JBBWLMTQRGJDDFRLP4FUN7ANCNFSM4HJO7IKQ>.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Comments?
https://medium.com/deep-learning-turkey/google-colab-free-gpu-tutorial-e113627b9f5d
The text was updated successfully, but these errors were encountered: