NEGU93 / cvnn

Library to help implement a complex-valued neural network (cvnn) using tensorflow as back-end
https://complex-valued-neural-networks.readthedocs.io/
MIT License
160 stars 33 forks source link

ModuleNotFoundError: No module named 'cvnn.montecarlo' #36

Closed AmberJouleDay closed 1 year ago

AmberJouleDay commented 1 year ago

I installed cvnn with pip install cvnn[full] however when I try to run the code from https://complex-valued-neural-networks.readthedocs.io/en/latest/experiments/correlation_noise.html I am getting the following error: ModuleNotFoundError: No module named 'cvnn.montecarlo'

NEGU93 commented 1 year ago

Hello, Indeed, montecarlo module has been deleted from latest versions. I decided to shorten the library's scope and keep only the things more closely related to how tensorflow works for example. You can still access the module if you install older versions of the code. You can try looking for that in GitHub.

I believe the documentation link is also not longer available for the same reason.