Created
March 1, 2022 22:26
-
-
Save fgolemo/45583727ca7ba763b8656e97ba14da76 to your computer and use it in GitHub Desktop.
Omniglot example for Autobots: Latent Variable Sequential Set Transformers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, thank you for your amazing work of Autobot architecture. I tried this code in my server but I found the code run very slowly on gpu(about 800+ min per epoch), especially the calculation of MultivariateNormal in the loss part(one need at least half a minute). I wonder if this is some version problems since my torch version is 1.8.0 and torchvision version is 0.9.0. Thank you again for your attention.