vacingFang

Results 16 comments of vacingFang

still no fix till now...

> What kind(s) of error(s) are you hoping to handle? I mean the errors happened during node process. Is it possible to notify the caller of the Circuit such errors.

> > I mean the errors happened during node process. Is it possible to notify the caller of the Circuit such errors. > > Not currently no. I don’t have...

Additional note on this issue: I looked in devtools and the `.size-grid-dropdown` class doesn't exist. I'm not sure what it used to look like but now it's just a grid....

meet the same problem, I think the "Requirements" chapter in README.md of this project should be modifiled

I have changed my tensorflow version to 1.5.0`(tensorflow-1.5.0-cp27-cp27mu-manylinux1_x86_64.whl)`, but encountered another error. ``` 2018-02-05 14:37:26.647844: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use:...

> looks like you are not using GPU, or don't have the cudnn. If you are using > cpu, you can change > https://github.com/zhiguowang/BiMPM/blob/master/configs/snli.sample.config#L46 > to false, and try again....

fixed this bug in another repo, hope can help others https://github.com/winshining/nginx-http-flv-module/commit/c99270fee1844f922c3472f45252ad1f792e80dd

I prefer @sampleref 's answer, to be specified, put the below in your header ```cpp // fix temporary array error in c++1x #ifdef av_err2str #undef av_err2str av_always_inline char* av_err2str(int errnum)...