You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When I try to run the code, I get this error:
File "IBP-VAE-MNIST.py", line 10, in
import training
File "C:\Users\asus\desktop\IBP-VAE-master\training.py", line 6, in
from commonTraining import kl_divergence, kl_discrete, log_sum_exp,
File "C:\Users\asus\desktop\IBP-VAE-master\commonTraining.py", line 12, in
from lgamma.beta import Beta
File "C:\Users\asus\desktop\IBP-VAE-master\lgamma\beta.py", line 3, in
from .internals import polygamma, lgamma
File "C:\Users\asus\desktop\IBP-VAE-master\lgamma\internals.py", line 4, in
from .ext import functions
File "C:\Users\asus\desktop\IBP-VAE-master\lgamma_ext\functions_init.py", line 3, in
from ._functions import lib as _lib, ffi as _ffi
ModuleNotFoundError: No module named 'lgamma._ext.functions._functions'
How to solve it?
Thx in advance.
The text was updated successfully, but these errors were encountered:
As I stated in the readme, I borrowed compilation codes from the previous repository. Your issue also seems to be related to that. Did you try the compilation part, and was it OK? If you're facing it even after your compilation was fine, please let me know via email, and we can schedule a quick chat to go over the setup process. Also, I hope you properly installed the given conda package.
Hello,
When I try to run the code, I get this error:
File "IBP-VAE-MNIST.py", line 10, in
import training
File "C:\Users\asus\desktop\IBP-VAE-master\training.py", line 6, in
from commonTraining import kl_divergence, kl_discrete, log_sum_exp,
File "C:\Users\asus\desktop\IBP-VAE-master\commonTraining.py", line 12, in
from lgamma.beta import Beta
File "C:\Users\asus\desktop\IBP-VAE-master\lgamma\beta.py", line 3, in
from .internals import polygamma, lgamma
File "C:\Users\asus\desktop\IBP-VAE-master\lgamma\internals.py", line 4, in
from .ext import functions
File "C:\Users\asus\desktop\IBP-VAE-master\lgamma_ext\functions_init.py", line 3, in
from ._functions import lib as _lib, ffi as _ffi
ModuleNotFoundError: No module named 'lgamma._ext.functions._functions'
How to solve it?
Thx in advance.
The text was updated successfully, but these errors were encountered: