zhu jianjiang

Results 20 comments of zhu jianjiang

@Lvl4Sword thank you very much~I will email him~

rev-replace only success once when `gulp watch` begin,and then,after then,watch task always write a empty file to dist file....why?

@hengshanji yes,I read these code,and use caffe only to run this model actually,in caffe example:https://github.com/BVLC/caffe/blob/master/examples/00-classification.ipynb can simply replace it with kevinNet model define file and pretrain file

@spacewander thank you~ but actually,timeout is diffence with socket error,it is read timeout, socket is still connected ,packet in process may not lost?

Got the other: ``` Unsupported opcode: STORE_LOCALS ```

I got an error when build from source: ERROR: macOS version 10.13 NOT supported. why not support this version?

@kalyc I try to modify install-mxnet-osx-python.sh script,but it install python2 package in system,I want to install mxnet in my virtualenv and with python3.6 I follow this discuss link ,and try...

when using accelerate,it will start multiprocess, and they all triggle JIT compile,cause this issue; we can triggle deepspeed JIT compile before running task: ``` python -c "from deepspeed.ops.op_builder import UtilsBuilder;UtilsBuilder().load()"...