Konquer your Mind

Results 25 comments of Konquer your Mind

you can checkout whether your cpu support avx and avx2 instruction set through command "cat /proc/cpuinfo". NNPack requires availability of avx2

就知道run_plan_mpi可以分布式训练

this may caused by the absence of mnist dataset. please check out whether the mnist dataset has been download successfully.

这个得到caffe2工程上问问了,我都是ubuntu,没有在windows上面试过。所以也不知道怎么搞的。:-P

replace spaces in aircraft name with '-' or some other none space character

I think the following code could do the trick. ```c++ auto ops = net.op(); std::set open,newopen; //delete all StopGradient ops ops.erase(remove_if(ops.begin(),ops.end(), [&](const OperatorDef& op){ if(op.type() == "StopGradient") { for(auto &...

AddOptimizerOps adds weight update operators for all parameters even if the parameters are beyond StopGradient.

you will get stucked when doing synthesis with model tacotron-2. the trained model can't be loaded properly.