AntixK / PyTorch-VAE

A Collection of Variational Autoencoders (VAE) in PyTorch.
Apache License 2.0
6.62k stars 1.06k forks source link

Update to Latest Pytorch_Lightning #30

Closed RyannDaGreat closed 2 years ago

RyannDaGreat commented 3 years ago

When I try to run this code, I get many errors that seem to be related to using deprecated options in pytorch_lightning, such as the max_nb_epochs option or the pytorch_lightning.logging module (which was replaced with the pytorch_lightning.logger module). https://github.com/PyTorchLightning/pytorch-lightning/issues/663

Will this repo be updated to use the latest version of pytorch_lightning? I'm having a difficult time getting things to work

Thank you, Ryan

abcde441 commented 2 years ago

Using pytorch_lightning 0.60 should be ok.

AntixK commented 2 years ago

fixed in #46