You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason will be displayed to describe this comment to others. Learn more.
I wanted to train my own model on colab a few days ago. At first, I directly used the pip install ddsp command, but when I started training, the output showed that some files could not be found, and colab's gpu was in an unused state. So I changed the pip command, and now I have successfully used this notebook to train several models on colab, and can use colab's GPU normally. The notebook runs smoothly now!
6c10c2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to train my own model on colab a few days ago. At first, I directly used the pip install ddsp command, but when I started training, the output showed that some files could not be found, and colab's gpu was in an unused state. So I changed the pip command, and now I have successfully used this notebook to train several models on colab, and can use colab's GPU normally. The notebook runs smoothly now!