This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[Clojure] - Turn examples into integration tests #13385
Labels
Comments
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 6, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 6, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 6, 2018
… license header
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 7, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 7, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 7, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 9, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 9, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 10, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 10, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 10, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 10, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 10, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 10, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 10, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 10, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 10, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 10, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 10, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 10, 2018
hellonico
added a commit
to hellonico/incubator-mxnet
that referenced
this issue
Dec 11, 2018
gigasquid
pushed a commit
that referenced
this issue
Dec 11, 2018
zhaoyao73
added a commit
to zhaoyao73/incubator-mxnet
that referenced
this issue
Dec 13, 2018
* upstream/master: (38 commits) Feature/mkldnn static (apache#13628) Fix the bug of BidirectionalCell (apache#13575) Set install path for libmxnet.so dynamic lib on Mac OS (apache#13629) add batch norm test (apache#13625) Scripts for building dependency libraries of MXNet (apache#13282) fix quantize pass error when the quantization supported Op are excluded in the model (apache#13596) Optimize C++ API (apache#13496) Fix warning in waitall doc (apache#13618) [MXNET-1225] Always use config.mk in make install instructions (apache#13364) [MXNET-1224]: improve scala maven jni build and packing. (apache#13493) [MXNET-1155] Add scala packageTest utility (apache#13046) fix the Float not showing correctly problem (apache#13617) apache#13385 [Clojure] - Turn examples into integration tests (apache#13554) Add Intel MKL blas to Jenkins (apache#13607) Revert "[MXNET-1198] MXNet Java API (apache#13162)" Reducing the length of setup tutorial (apache#13306) [MXNET-1182] Predictor example (apache#13237) [MXNET-1187] Added Java SSD Inference Tutorial for website (apache#13201) add defaults and clean up the tests (apache#13295) [MXNET-1181] Added command line alternative to IntelliJ in install instructions (apache#13267) ...
This is now in place! Thanks @hellonico |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we have a good set of examples in the Clojure package but it would be nice to be able to run them as integration/ regression tests whenever we are making changes or getting ready for a release.
Some thought needs to be put into the best way to do this, but one idea is to make them runnable with
lein test
somehow and then have a script that runs through all the directories in the examples and run them.The text was updated successfully, but these errors were encountered: