Noob question, What code to run once you already loaded the model and started webGUI before? #1656
-
I've been using this notebook for a while but I might using wrong.
Is there a way to skip the "" if I already loaded them in the GDrive? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
If you have the models in gdrive, specify that folder in the models cell (path to model) and it will load them, but you always have to run the cells from the first every time you fire up a colab instance |
Beta Was this translation helpful? Give feedback.
-
also, if u have loaded ur model once, u can skip running the model section next time if all ur models are in the same folder. |
Beta Was this translation helpful? Give feedback.
If you have the models in gdrive, specify that folder in the models cell (path to model) and it will load them, but you always have to run the cells from the first every time you fire up a colab instance