File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 101
101
# PyCharm files
102
102
.idea /
103
103
104
+ # VIM stuff
105
+ * .swp
106
+
104
107
# data downloaded automatically using pull_data.sh
105
108
data /
106
109
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Here is a list of performance results on six datasets using pretrained models in
80
80
git clone https://github.com/pcyin/tranX
81
81
cd tranX
82
82
83
- ./pull_data.sh # get datasets and pre-trained models
83
+ bash ./pull_data.sh # get datasets and pre-trained models
84
84
85
85
conda env create -f config/env/tranx.yml # create conda Python environment.
86
86
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
echo " download dataset"
4
- data_file=" tranx.0.2.0 .zip"
4
+ data_file=" tranx.0.2.1 .zip"
5
5
wget -c http://www.cs.cmu.edu/~pengchey/${data_file}
6
6
unzip ${data_file}
7
7
rm ${data_file}
You can’t perform that action at this time.
0 commit comments