7oud

Results 7 comments of 7oud

yes, I have followed this guide and build tf1.13.1 lib for windows, but lots of problems including no export symbols, only .so file was built and so on, Is tf1.14...

thanks!!! the tf1.14 c++ lib for windows in the repo is built with vs2015 or vs2017?

@ananddb90 Thanks for your sharing. Can you put up the accuracy of your sharing ShuffleNet on ImageNet?

Hi @farmingyard ,@leolee96 I trained shufflenet on our data , but got a worse output than alexnet. I'd be appreciated if you could share your curve of train loss. Thanks...

I have some similar problems, I wrote a custom op, and use gcc cmd to build it, it worked well. Then I try to rewirte the build script with cmake,...

@Fang-Haoshu I try to train the model using [gluoncv code](https://github.com/dmlc/gluon-cv/tree/master/scripts/pose/alpha_pose) with 1 gpu, but the network didn't converge and val accuracy is quite low, Is the gluoncv version same with...

@huangzehao it is a bug of including path, change it to #include "./mshadow_op.h" in roi_align_v1-inl.h, that's OK