Wei Wang
Wei Wang
could you add some instructions on testing it? thanks.
I can see a test.sh file, but don't know the arguments that should be passed to it...
shall we move all CI functions from travis to github to avoid the duplicated testing?
let's consider this PR in the next version. Now we support both conda and pip. One potential issue is that protocol buffer (PB) is not backward compatible. If there is...
if it is the problem of the proto 2.xx scheme, should fix this issue by upgrading the scheme to v3? instead of just changing the documentation?
Would you please change the commit message to follow this format "SINGA-xxx "? Have you tried to run the char-rnn example after this commit?
here are the instructions: http://singa.apache.org/docs/general-rnn.html On Wed, Mar 30, 2016 at 6:24 PM, Raunaq Abhyankar [email protected] wrote: > I'll change the commit message. > I haven't run the example. Can...
have you tried to run the example? the instructions are similar to that of other examples (we have provided the job.conf file in the example/char-rnn). Pls paste your output here.
Hi, pls compile SINGA with CUDA enabled. ``` ./configure --enable-cuda --with-cuda= make ``` If you do not have GPU (or CUDA), then comment out one line in job.conf ``` #gpu:...
Examples (To be updated): MobileNetV2 ShuffleNetV2 YOLO Mask RCNN Faster RCNN InceptionNetV3