-
I hope to add examples of multi node training
-
Dear opconty,
Thanks for sharing your codes firstly. Of course, I've met some problems when I want to use your codes. Hope that you can help me!
Where is the main function to train this netw…
-
Hello,
I would like to integrate some classic CNN, e.g. AlexNet, VGG16, into this project. Take AlexNet as an example, I discard the last layer of original AlexNet, and use the second last layer to…
-
dear all
i have problem when using faster r cnn in cpu mode.
**. ./tools/demo.py --cpu**
the error i found below:
**Loaded network /home/marifnst/Downloads/py-faster-rcnn-master/data/faster_rcnn_mo…
-
For VGG16 and AlexNet
Start verifying results ...
Item=0 is wrong (result=0.000000, golden_ref=-6.000000)
Item=1 is wro…
GUUTA updated
4 years ago
-
Hi, I'm very impressed by your work. I want to know whether your team has implemented experiments on other baselines, like TopoCount on SANet, CAN, or VGG16 without unet architecture.
I've tested som…
-
我在实现 将ann版本的vgg16网络转换为snn时遇到了严重的测试准确率下降问题(数据集为mnist,ann-vgg测试准确率98%左右,而转换后只有10%左右,时间步从T=10一直到T=200都尝试过,没有大幅提升),我已经做了conv层和bn层融合,但效果同上,请问您遇到过这个问题吗,或者能否给我提供一些帮助呢
-
Hi,
I followed the process of setup, downloaded checkpoints for vgg16.pth, latest.pth for global attr.
Anytime I run the demo I get the same output no matter the image.
[ Top3 Prediction ]
p…
-
![image-20230519115934464](http://image-host-mooliht.oss-cn-beijing.aliyuncs.com/img/image-20230519115934464.png)
在评估成功率时运行到vgg_16无报错中断,是因为缺少什么配置文件吗?
-
Hi, thanks for your contribution.
I have several questions:
1. Has the project achieved the accuracy of the paper? You use a cyclegan to produce the blur data, but the paper not use the cyclegan.
2…