Open jonasMenner opened 3 years ago
I have the same problem too. Waiting for a solution.
Do you solve this problem? Can you teach me? @Ayatans @jonasMenner
Do you solve this problem? Can you teach me? @Ayatans @jonasMenner
No, and I have given up running this.
您好: 我之后解决了这个问题,方法是将mylayers中的eculidloss放入你的matconvent包下的dagnn文件夹下重新编译,要稍微改动一下代码才能编译成功,你可以修改几个字符再修改过来即可。
Dear Mr or Mrs: I have solved this problem later by putting the eculidloss in mylayers into the dagnn folder of your matconvent package and recompiling it. You need to change the code slightly to compile successfully. You can modify a few characters and then modify it.
------------------ 原始邮件 ------------------ 发件人: "wzhshi/TIP-CSNet" @.>; 发送时间: 2021年6月7日(星期一) 晚上9:18 @.>; @.**@.>; 主题: Re: [wzhshi/TIP-CSNet] Question on running the code (#5)
Do you solve this problem? Can you teach me? @Ayatans @jonasMenner
No, and I have given up running this.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
您好: 我之后解决了这个问题,方法是将mylayers中的eculidloss放入你的matconvent包下的dagnn文件夹下重新编译,要稍微改动一下代码才能编译成功,你可以修改几个字符再修改过来即可。 Dear Mr or Mrs: I have solved this problem later by putting the eculidloss in mylayers into the dagnn folder of your matconvent package and recompiling it. You need to change the code slightly to compile successfully. You can modify a few characters and then modify it. … ------------------ 原始邮件 ------------------ 发件人: "wzhshi/TIP-CSNet" @.>; 发送时间: 2021年6月7日(星期一) 晚上9:18 @.>; @.**@.>; 主题: Re: [wzhshi/TIP-CSNet] Question on running the code (#5) Do you solve this problem? Can you teach me? @Ayatans @jonasMenner No, and I have given up running this. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
您好:我也遇到这样的问题,我按照老师的方法将包复制到dagnn中,还是会报错;我把eculidloss放到dagnn文件中,将matconvent重新编译了,还是会报错,想问下您具体是怎样操作的呢?谢谢
您好: 我之后解决了这个问题,方法是将mylayers中的eculidloss放入你的matconvent包下的dagnn文件夹下重新编译,要稍微改动一下代码才能编译成功,你可以修改几个字符再修改过来即可。 Dear Mr or Mrs: I have solved this problem later by putting the eculidloss in mylayers into the dagnn folder of your matconvent package and recompiling it. You need to change the code slightly to compile successfully. You can modify a few characters and then modify it. … ------------------ 原始邮件 ------------------ 发件人: "wzhshi/TIP-CSNet" @.**>; 发送时间: 2021年6月7日(星期一) 晚上9:18 @.**>; @.**@.**>; 主题: Re: [wzhshi/TIP-CSNet] Question on running the code (#5) Do you solve this problem? Can you teach me? @Ayatans @jonasMenner No, and I have given up running this. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
您好:我也遇到这样的问题,我按照老师的方法将包复制到dagnn中,还是会报错;我把eculidloss放到dagnn文件中,将matconvent重新编译了,还是会报错,想问下您具体是怎样操作的呢?谢谢
I also have the same problem. Have you solved it?
hi, I'm starting to use this code and I have this error Undefined function or variable 'dagnn.EuclidLoss'.
Error in dagnn.DagNN.loadobj (line 26) block = constr() ;
Error in TIPtest_CSNetPlus (line 10) net = dagnn.DagNN.loadobj(net.net);
Error in run (line 91) evalin('caller', strcat(script, ';'));
I have compiled matconvnet as per the website but I'm not sure how to fix this error, if anyone can please guide me on the this I would appreciate it.