xiaosuzhang

Results 10 issues of xiaosuzhang

I train my yolov3 model using my own datasets and get the .weight file. When i use the darnet.py to load my .weights, some error is occur as followed: RuntimeError:...

when i use your mnist_train_test.prototxt to train the mnist, the loss is nan? How should i do to overcome this issues??

Hi! I want to know how to set the parameter to generate the number that i want? Is it changing the c1(the discrete latent code)? It it's correct and how...

I have got the densenet201_yolo.cfg and the .weights file. How to do image detection on Pytorch?? Thanks!!

model = BigGAN.from_pretrained('biggan-deep-256') Can we just replace 'biggan-deep-256' with the path which we download the pre-train model??

您好,我在https://github.com/gehaocool/CombinedMargin-caffe这个项目中找到了训练好的model,但是这个的输入是112X96的图像,而您的模型输入是112X112的??是不是不能直接应用啊

您好,报错内容是: LINK : fatal error LNK1104: cannot open file 'python36.lib' 如何修改文件,才能找到python35.lib?? 谢谢

您好,当我编译pycaffe时报错,LNK1104 cannot open file 'python27.lib'。请问如何修改才使用python3.5???谢谢