Skip to content

Commit

Permalink
smll change
Browse files Browse the repository at this point in the history
  • Loading branch information
yanqingmen committed Dec 29, 2015
1 parent 4710c7c commit 3a017c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class IOSuite extends FunSuite with BeforeAndAfterAll {
*/
// test("test ImageRecordIter") {
// //get data
// "./scripts/get_cifar_data.sh" !
// //"./scripts/get_cifar_data.sh" !
//
// val params = Map(
// "path_imgrec" -> "data/cifar/train.rec",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ JNIEXPORT jint JNICALL Java_ml_dmlc_mxnet_LibInfo_mxListDataIters
return ret;
}

JNIEXPORT jint JNICALL Java_ml_dmlc_mxnet_LibInfo_mxDateIterCreateIter
JNIEXPORT jint JNICALL Java_ml_dmlc_mxnet_LibInfo_mxDataIterCreateIter
(JNIEnv * env, jobject obj, jobject creator,
jobjectArray jkeys, jobjectArray jvals, jobject dataIterHandle) {
//keys and values
Expand Down

0 comments on commit 3a017c5

Please sign in to comment.