-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mobilenet网络模型,加载后,返回值一直是empty #422
Comments
squeezenet.load_param("kitti_model/mobilenet.param");代码执行结果find_blob_index_by_name input failed |
查阅wiki使用指北中,关于prototxt输入层修改的部分 |
非常感谢nihui大神的回复,我去查看下wiki,再次感激 |
非常感谢大神,我的代码调试好了,感谢 |
(image:19851): Gtk-WARNING **: cannot open display: 运行的时候出现这个错误 gdb bt以后出现0 0x00007ffff66e3428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54 |
@nihui upgrade_net_proto_text upgrade_net_proto_binary,这两个工具对于目前来说,caffe2已经融合到pytorch中,所以这两个已经找不到了,是有有就旧的链接能找到呢,大神? |
大神,请教下,我用mobilenet网络训练生成的一对模型,进行转换后,使用load_param和load_model加载后,返回一直是空值,不知道什么原因。
@nihui
注:我自己训练的alexnet网络的转换后可以正常使用,但是mobilenet网络训练的确不能使用。
下面是我的检测模型:prototxt和caffemodel
希望大神帮帮我,再次感谢
模型.tar.gz
The text was updated successfully, but these errors were encountered: