-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named 'prml' #3
Comments
Did you install?
|
Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/IPython/core/interactiveshell.py", line 2910, in run_code File "", line 5, in File "/usr/local/lib/python3.5/dist-packages/prml/init.py", line 1, in File "/usr/local/lib/python3.5/dist-packages/prml/feature_extractions/init.py", line 1, in File "/usr/local/lib/python3.5/dist-packages/prml/feature_extractions/autoencoder.py", line 11 |
self.parameter[f"w_encode{i}"] = nn.Parameter(np.random.randn(args[i], args[i + 1])) I met the problem too when I used python V3.5. |
step1: cd PRML-master step4: cd notebooks |
clone the repository on you terminal commad of you IDE , run the following code |
ImportError Traceback (most recent call last)
in ()
4 get_ipython().run_line_magic('matplotlib', 'inline')
5
----> 6 from prml.rv import (
7 Bernoulli,
8 Beta,
ImportError: No module named 'prml'
The text was updated successfully, but these errors were encountered: