This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File tree 6 files changed +54
-24
lines changed
gluon/word_language_model
perl-package/AI-MXNet/examples
6 files changed +54
-24
lines changed Original file line number Diff line number Diff line change 17
17
# specific language governing permissions and limitations
18
18
# under the License.
19
19
20
+ echo " "
21
+ echo " NOTE: Please review the licensing of the datasets in this script before proceeding"
22
+ echo " See https://catalog.ldc.upenn.edu/ldc99t42 for the licensing"
23
+ echo " Once that is done, please uncomment the wget commands in this script"
24
+ echo " "
20
25
21
26
RNN_DIR=$( cd ` dirname $0 ` ; pwd)
22
27
DATA_DIR=" ${RNN_DIR} /data/"
@@ -26,7 +31,7 @@ if [[ ! -d "${DATA_DIR}" ]]; then
26
31
mkdir -p ${DATA_DIR}
27
32
fi
28
33
29
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.train.txt;
30
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.valid.txt;
31
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.test.txt;
32
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tinyshakespeare/input.txt;
34
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.train.txt;
35
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.valid.txt;
36
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.test.txt;
37
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tinyshakespeare/input.txt;
Original file line number Diff line number Diff line change 17
17
# specific language governing permissions and limitations
18
18
# under the License.
19
19
20
+ echo " "
21
+ echo " NOTE: Please review the licensing of the datasets in this script before proceeding"
22
+ echo " See https://catalog.ldc.upenn.edu/ldc99t42 for the licensing"
23
+ echo " Once that is done, please uncomment the wget commands in this script"
24
+ echo " "
20
25
21
26
RNN_DIR=$( cd ` dirname $0 ` ; pwd)
22
27
DATA_DIR=" ${RNN_DIR} /data/"
@@ -26,7 +31,7 @@ if [[ ! -d "${DATA_DIR}" ]]; then
26
31
mkdir -p ${DATA_DIR}
27
32
fi
28
33
29
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.train.txt;
30
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.valid.txt;
31
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.test.txt;
32
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tinyshakespeare/input.txt;
34
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.train.txt;
35
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.valid.txt;
36
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.test.txt;
37
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tinyshakespeare/input.txt;
Original file line number Diff line number Diff line change 17
17
# specific language governing permissions and limitations
18
18
# under the License.
19
19
20
+ echo " "
21
+ echo " NOTE: Please review the licensing of the datasets in this script before proceeding"
22
+ echo " See https://catalog.ldc.upenn.edu/ldc99t42 for the licensing"
23
+ echo " Once that is done, please uncomment the wget commands in this script"
24
+ echo " "
20
25
21
26
RNN_DIR=$( cd ` dirname $0 ` ; pwd)
22
27
DATA_DIR=" ${RNN_DIR} /data/"
@@ -26,7 +31,7 @@ if [[ ! -d "${DATA_DIR}" ]]; then
26
31
mkdir -p ${DATA_DIR}
27
32
fi
28
33
29
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.train.txt;
30
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.valid.txt;
31
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.test.txt;
32
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tinyshakespeare/input.txt;
34
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.train.txt;
35
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.valid.txt;
36
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.test.txt;
37
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tinyshakespeare/input.txt;
Original file line number Diff line number Diff line change 17
17
# specific language governing permissions and limitations
18
18
# under the License.
19
19
20
+ echo " "
21
+ echo " NOTE: Please review the licensing of the datasets in this script before proceeding"
22
+ echo " See https://catalog.ldc.upenn.edu/ldc99t42 for the licensing"
23
+ echo " Once that is done, please uncomment the wget commands in this script"
24
+ echo " "
20
25
21
26
RNN_DIR=$( cd ` dirname $0 ` ; pwd)
22
27
DATA_DIR=" ${RNN_DIR} /data/"
@@ -26,7 +31,7 @@ if [[ ! -d "${DATA_DIR}" ]]; then
26
31
mkdir -p ${DATA_DIR}
27
32
fi
28
33
29
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.train.txt;
30
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.valid.txt;
31
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.test.txt;
32
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tinyshakespeare/input.txt;
34
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.train.txt;
35
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.valid.txt;
36
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.test.txt;
37
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tinyshakespeare/input.txt;
Original file line number Diff line number Diff line change 17
17
# specific language governing permissions and limitations
18
18
# under the License.
19
19
20
+ echo " "
21
+ echo " NOTE: Please review the licensing of the datasets in this script before proceeding"
22
+ echo " See https://catalog.ldc.upenn.edu/ldc99t42 for the licensing"
23
+ echo " Once that is done, please uncomment the wget commands in this script"
24
+ echo " "
20
25
21
26
RNN_DIR=$( cd ` dirname $0 ` ; pwd)
22
27
DATA_DIR=" ${RNN_DIR} /data/"
@@ -26,7 +31,7 @@ if [[ ! -d "${DATA_DIR}" ]]; then
26
31
mkdir -p ${DATA_DIR}
27
32
fi
28
33
29
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.train.txt;
30
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.valid.txt;
31
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.test.txt;
32
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tinyshakespeare/input.txt;
34
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.train.txt;
35
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.valid.txt;
36
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.test.txt;
37
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tinyshakespeare/input.txt;
Original file line number Diff line number Diff line change 17
17
# specific language governing permissions and limitations
18
18
# under the License.
19
19
20
+ echo " "
21
+ echo " NOTE: Please review the licensing of the datasets in this script before proceeding"
22
+ echo " See https://catalog.ldc.upenn.edu/ldc99t42 for the licensing"
23
+ echo " Once that is done, please uncomment the wget commands in this script"
24
+ echo " "
20
25
21
26
RNN_DIR=$( cd ` dirname $0 ` ; pwd)
22
27
DATA_DIR=" ${RNN_DIR} /data/"
@@ -26,7 +31,7 @@ if [[ ! -d "${DATA_DIR}" ]]; then
26
31
mkdir -p ${DATA_DIR}
27
32
fi
28
33
29
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.train.txt;
30
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.valid.txt;
31
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.test.txt;
32
- wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tinyshakespeare/input.txt;
34
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.train.txt;
35
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.valid.txt;
36
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/ptb/ptb.test.txt;
37
+ # wget -P ${DATA_DIR} https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tinyshakespeare/input.txt;
You can’t perform that action at this time.
0 commit comments