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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The hyperparameters and data augmentation strategy strictly follow the paper.
6
6
7
7
## Requirements
8
8
9
-
Only [PyTorch](http://pytorch.org/) with torchvision is required (tested on pytorch 0.2.0). Jupyter and matplotlib is required to run the notebook with visualizations.
9
+
Only [PyTorch](http://pytorch.org/) with torchvision is required (tested on pytorch 0.2.0 and 0.3.0). Jupyter and matplotlib is required to run the notebook with visualizations.
10
10
11
11
## Usage
12
12
@@ -36,7 +36,7 @@ The network trained with reconstruction and 3 routing iterations on MNIST datase
36
36
37
37
## Visualizations
38
38
39
-
We can visualize visualizations of digit reconstructions from DigitCaps (e.g. Figure 3 in the paper)
39
+
We can create visualizations of digit reconstructions from DigitCaps (e.g. Figure 3 in the paper)
0 commit comments