File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ in **lib/network.py**.
99
1010
1111## Environment
12- - python 3.6
13- - pytorch 0.4.1
12+ - python 3.6 or python 3.7.3
13+ - pytorch 0.4.1 or pytorch 1.1.0
1414
1515
1616## Update Records
@@ -22,9 +22,9 @@ reason with me, and you can find it in [here](https://github.com/pytorch/pytorch
22224 . For convenience, I split the ** lib/non_local.py** into four python files, and move the
2323old versions (** lib/non_loca.py** and ** lib/non_local_simple_version.py** ) into
2424** lib/backup/** .
25- 5 . modify the code to support pytorch 0.4.1, and move the code supporting pytorch 0.3.1 \
25+ 5 . Modify the code to support pytorch 0.4.1, and move the code supporting pytorch 0.3.1 \
2626to ** Non-Local_pytorch_0.3.1/** .
27-
27+ 6 . Test the code with pytorch 1.1.0 and it works.
2828
2929## Running Steps
30301 . Select the type of non-local block in ** lib/network.py** .
You can’t perform that action at this time.
0 commit comments