Chen
Chen
Hi Антощенко, Thanks for your effort to implement LDA2vec with pytorch. You might have noticed the gradient issue that results in the halt of total losses during training. I'm really...
Thank you for your interest in this study. Indeed, the latest dependencies of `pytorch_geometric` are somewhat brittle, Better install pytorch and pyG independently. Please see the below cmdline history creating...
Thank you! It seems the vanila AE is projecting the input matrices into spurious representations that resulted in "NaN" values when fitting the low-dimensional linear regression. The code in [current...