Skip to content

Commit 7d19122

Browse files
committed
Updating README for 0.4.0
1 parent de9605c commit 7d19122

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ This is a [PyTorch](http://pytorch.org/) implementation of Tree-LSTM as describe
77
- Known differences include the way the gradients are accumulated (normalized by batchsize or not).
88

99
### Requirements
10-
- Python (tested on **3.6.4**, should work on **>=2.7**)
10+
- Python (tested on **3.6.5**, should work on **>=2.7**)
1111
- Java >= 8 (for Stanford CoreNLP utilities)
1212
- Other dependencies are in `requirements.txt`
13+
Note: Currently works with PyTorch 0.4.0. Switch to the `pytorch-v0.3.1` branch if you want to use PyTorch 0.3.1.
1314

1415
### Usage
1516
Before delving into how to run the code, here is a quick overview of the contents:

0 commit comments

Comments
 (0)