Skip to content

Commit

Permalink
Fix char RNN dataset URLs (apache#5168)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolod authored and piiswrong committed Feb 28, 2017
1 parent fa80891 commit 984ebd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scala-package/examples/scripts/rnn/run_test_charrnn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ MXNET_ROOT=$(cd "$(dirname $0)/../../../.."; pwd)
CLASS_PATH=$MXNET_ROOT/scala-package/assembly/linux-x86_64-gpu/target/*:$MXNET_ROOT/scala-package/examples/target/*:$MXNET_ROOT/scala-package/examples/target/classes/lib/*

# you can get the training data file using the following command
# wget http://data.mxnet.io/mxnet/data/lab_data.zip
# unzip -o lab_data.zip
# wget http://data.mxnet.io/data/char_lstm.zip
# unzip -o char_lstm.zip
# for example ./datas/obama.txt
DATA_PATH=$1
# for example ./models/obama
Expand Down
4 changes: 2 additions & 2 deletions scala-package/examples/scripts/rnn/run_train_charrnn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ CLASS_PATH=$MXNET_ROOT/scala-package/assembly/linux-x86_64-gpu/target/*:$MXNET_R
# which gpu card to use, -1 means cpu
GPU=$1
# you can get the training data file using the following command
# wget http://data.mxnet.io/mxnet/data/lab_data.zip
# unzip -o lab_data.zip
# wget http://data.mxnet.io/data/char_lstm.zip
# unzip -o char_lstm.zip
# for example ./datas/obama.txt
DATA_PATH=$2
# for example ./models
Expand Down

0 comments on commit 984ebd4

Please sign in to comment.