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
2. Install Python packages in requirements.txt by the following command.
65
+
```bash
66
+
pip install -r requirements.txt
67
+
```
68
+
69
+
3. Install PyTorch (*NeuronBlocks supports PyTorch version 0.4.1 currently*).
70
+
71
+
For **Linux**, run the following command:
72
+
```bash
73
+
pip install torch==0.4.1
74
+
```
75
+
76
+
For **Windows**, we suggest you to install PyTorch via *Conda* by following the instruction of [PyTorch](https://pytorch.org/get-started/previous-versions/).
77
+
78
+
79
+
80
+
## <span id="quick-start">Quick Start</span>
81
+
82
+
Get started by trying the given examples.
83
+
84
+
*Tips: in the following instruction, PROJECTROOT denotes the root directory of this project.*
0 commit comments