Skip to content
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

How to install "prml"? Thanks #4

Open
4Statistics opened this issue Mar 15, 2018 · 8 comments
Open

How to install "prml"? Thanks #4

4Statistics opened this issue Mar 15, 2018 · 8 comments

Comments

@4Statistics
Copy link

How to install "prml"? Thanks

@Tesla-H
Copy link

Tesla-H commented Apr 11, 2018

after git clone, find the setup.py,then try "python setup.py install"

@zhuyanshuo
Copy link

File "C:\Program Files\Python35\lib\site-packages\prml-0.0.1-py3.5.egg\prml\feature_extractions\autoencoder.py", line 11
self.parameter[f"w_encode{i}"] = nn.Parameter(np.random.randn(args[i], args[i + 1]))
^
SyntaxError: invalid syntax

@hahahahaha320
Copy link

hahahahaha320 commented Apr 13, 2018

I met the problem too when I used python V3.5.
I resolved the problem by using python V3.6.5.

@zhangp14
Copy link

step1: open command line (windows users), open the folder which contains setup.py (e.g. cd PRML-master).
step2: python setup.py build
step3: python setup.py install

@githubWangHC
Copy link

t

step1: cd PRML-master).
step2: python setup.py build
step3: python setup.py install

step4: cd notebooks
step5: ipython notebook ch02_Probability_Distributions.ipynb
it still report error:
ImportError: No module named 'prml'

@vonshareen
Copy link

vonshareen commented Apr 9, 2019

I attempt to run the code on my laptop as following steps:
step1: cd PRML-master).
step2: python3 setup.py build
step3: python3 setup.py install
step4: cd notebooks
step4: ipython3 notebook ch01_introduction.ipynb
there is no response with [*]

@claire-caicai
Copy link

Can Mac users offer some guideline?

@said-ml
Copy link

said-ml commented Feb 4, 2024

clone the repository on you terminal commad of you IDE , run the following code
git clone https://github.com/ctgk/PRML
if you want to work online check out the link https://colab.research.google.com/drive/1OtBevAIJZsm-kZOjS_G-z7Czc3T6xHYe#scrollTo=U-pTAGoXla5e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants