Closed AK391 closed 3 years ago
Yes, thanks for pointing it out. There was a small bug in loading the model. It did not respect the device indicator assuming it is GPU by default.
On my local machine, it took 2 minutes to generate a sample (12 times slower than on a GPU). Whereas, on Colab it took an incredible 16:20.
On my local machine, it took 2 minutes to generate a sample (12 times slower than on a GPU). Whereas, on Colab it took an incredible 16:20.
for me it also took 15 minutes in colab was the colab updated?
I made some adjustments in Colab: now it checks if the video has audio or not. It provides a more smooth experience if a video is silent. Please see the commit log on the ./generation_demo.ipynb
. It should not affect the speed or the results.
is it possible to do inference on cpu in colab for the demo?