This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +54
-24
lines changed
gluon/word_language_model
perl-package/AI-MXNet/examples Expand file tree Collapse file tree 6 files changed +54
-24
lines changed Original file line number Diff line number Diff line change 1717# specific language governing permissions and limitations
1818# under the License.
1919
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 " "
2025
2126RNN_DIR=$( cd ` dirname $0 ` ; pwd)
2227DATA_DIR=" ${RNN_DIR} /data/"
@@ -26,7 +31,7 @@ if [[ ! -d "${DATA_DIR}" ]]; then
2631 mkdir -p ${DATA_DIR}
2732fi
2833
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 1717# specific language governing permissions and limitations
1818# under the License.
1919
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 " "
2025
2126RNN_DIR=$( cd ` dirname $0 ` ; pwd)
2227DATA_DIR=" ${RNN_DIR} /data/"
@@ -26,7 +31,7 @@ if [[ ! -d "${DATA_DIR}" ]]; then
2631 mkdir -p ${DATA_DIR}
2732fi
2833
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 1717# specific language governing permissions and limitations
1818# under the License.
1919
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 " "
2025
2126RNN_DIR=$( cd ` dirname $0 ` ; pwd)
2227DATA_DIR=" ${RNN_DIR} /data/"
@@ -26,7 +31,7 @@ if [[ ! -d "${DATA_DIR}" ]]; then
2631 mkdir -p ${DATA_DIR}
2732fi
2833
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 1717# specific language governing permissions and limitations
1818# under the License.
1919
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 " "
2025
2126RNN_DIR=$( cd ` dirname $0 ` ; pwd)
2227DATA_DIR=" ${RNN_DIR} /data/"
@@ -26,7 +31,7 @@ if [[ ! -d "${DATA_DIR}" ]]; then
2631 mkdir -p ${DATA_DIR}
2732fi
2833
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 1717# specific language governing permissions and limitations
1818# under the License.
1919
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 " "
2025
2126RNN_DIR=$( cd ` dirname $0 ` ; pwd)
2227DATA_DIR=" ${RNN_DIR} /data/"
@@ -26,7 +31,7 @@ if [[ ! -d "${DATA_DIR}" ]]; then
2631 mkdir -p ${DATA_DIR}
2732fi
2833
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 1717# specific language governing permissions and limitations
1818# under the License.
1919
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 " "
2025
2126RNN_DIR=$( cd ` dirname $0 ` ; pwd)
2227DATA_DIR=" ${RNN_DIR} /data/"
@@ -26,7 +31,7 @@ if [[ ! -d "${DATA_DIR}" ]]; then
2631 mkdir -p ${DATA_DIR}
2732fi
2833
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