This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Install Python | |
https://www.python.org/downloads/ | |
2. update pip | |
python -m pip install --upgrade pip | |
3. install numpy first | |
according to PyTorch official guide recommand that install numpy first. | |
pip install numpy |