williamFalcon / pytorch-lightning-vae

VAE for color images
Apache License 2.0
207 stars 20 forks source link

pl_bolts.models.autoencoders.components causes python to terminate #9

Open ghost opened 2 years ago

ghost commented 2 years ago

When running

from pl_bolts.models.autoencoders.components import resnet18_decoder,resnet18_encoder

Python just terminates with no message... weird.