-
Notifications
You must be signed in to change notification settings - Fork 152
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
how to build this #3
Comments
Hi, Go to tripletloss root path. Add tripletloss root path to train.py. Change the configs in config.py then caffe can create the network. Note :Training a network you should read the code first. |
When I run train.py , an error occurred, " No module named tripletloss.datalayer"。 |
" No module named tripletloss.datalayer"这个错误解决了,把module设置为datalayer就好了。 |
你的python路径没有找到,这几个datalayer都是python写的,需要添加工程的根路径到你的python中 |
不知道楼主的比对结果是多少呢?我看tripletselectlayer里面是把if an > ap:记下来了,应该是ap>an吧? |
semi-hard的筛选请参见paper的内容。 |
恩,恩论文中看到了。tripletselectlayer这一层需要backward吗?总感觉不backward,loss像传不到前面似的。 |
我运行的时候所有的都显示not need backward computation,不知哪里出了问题? |
@GuitarZhang 您好,我也遇到了您的问题,AttributeError: 'DataLayer' object has no attribute 'param_str_;请问您如何解决这个问题的?具体过程有吗? |
Hi, I don't know how to build this layer, which path in caffe i put this code in.Can you give the step for add this layer?
Thanks!
The text was updated successfully, but these errors were encountered: