We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9605c commit 7d19122Copy full SHA for 7d19122
README.md
@@ -7,9 +7,10 @@ This is a [PyTorch](http://pytorch.org/) implementation of Tree-LSTM as describe
7
- Known differences include the way the gradients are accumulated (normalized by batchsize or not).
8
9
### Requirements
10
-- Python (tested on **3.6.4**, should work on **>=2.7**)
+- Python (tested on **3.6.5**, should work on **>=2.7**)
11
- Java >= 8 (for Stanford CoreNLP utilities)
12
- 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.
14
15
### Usage
16
Before delving into how to run the code, here is a quick overview of the contents:
0 commit comments