File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
MCMC methods for neural networks.
4
4
5
+ eeyore can be installed using anaconda or pip. The anaconda installation does not include ODE modelling functionalilty based
6
+ on torchdiffeq.
7
+
5
8
To install eeyore using anaconda, firstly add the required channels by running
6
9
```
7
10
conda config --add channels pytorch
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ conda install -c conda-forge numpy
16
16
conda install pytorch torchvision torchaudio cpuonly -c pytorch # Linux, Windows
17
17
conda install pytorch torchvision torchaudio -c pytorch # Mac
18
18
conda install -c conda-forge torchdiffeq
19
- conda install -c papamarkou -c conda-forge kanga
20
19
21
20
# conda install -c conda-forge spyder
22
21
Original file line number Diff line number Diff line change @@ -18,18 +18,16 @@ requirements:
18
18
- pip
19
19
- python
20
20
run :
21
+ - cpuonly
21
22
- kanga >=0.0.15
22
23
- numpy >=1.19.2
23
24
- python
24
25
- pytorch
25
- - torchdiffeq >=0.1.1
26
26
- torchvision
27
27
28
28
test :
29
29
imports :
30
30
- eeyore
31
- commands :
32
- - pip check
33
31
requires :
34
32
- pip
35
33
You can’t perform that action at this time.
0 commit comments