Replies: 3 comments 1 reply
-
I would not recommend doing this since this model is quite computationally demanding but with that number of images it should have definitively produced something. I just tested and in less than a minute, training was done. Did you use different parameters than the ones in the colab? |
Beta Was this translation helpful? Give feedback.
-
I got as far as:
And the output did not advance any further in the Jupyter notebook I was using. Have you had any experience with the code hanging at this particular step? If not perhaps there is something wrong with my pip installation, so I should try to reinstall it/figure out what's wrong with it. The Jupyter notebook also froze (no error, just continually executing) when I tried to load the MNIST dataset from torchvision, but when I used keras to load the dataset that problem seemed to disappear. So the code that I used is exactly the same code as in the Google Colab document except I loaded from MNIST (chose a smaller number of training/eval datasets, and chose 2 epochs). Here's the code I used:
|
Beta Was this translation helpful? Give feedback.
-
Edit: everything works now, thanks for all your help! The problem was in some imports I used, and the code itself works perfectly. |
Beta Was this translation helpful? Give feedback.
-
I would like to get familiar with RHVAE by running a small test example on a desktop computer (i.e., no GPU). Is this possible?
I tried the MNIST example given in the google colab for RHVAE, reduced the test set to just 10 images (down from 50,000), 2 epochs, and it was still running 30 minutes later.
Beta Was this translation helpful? Give feedback.
All reactions