CASENet icon indicating copy to clipboard operation
CASENet copied to clipboard

Something wrong about this implementation

Open pascal1129 opened this issue 5 years ago • 2 comments

https://github.com/milongo/CASENet/blob/f84246f200b12335551f06a34c840f790401dba8/models/resnet.py#L118 kernel_sz here should be 1, according to the paper.

https://github.com/milongo/CASENet/blob/f84246f200b12335551f06a34c840f790401dba8/models/resnet.py#L153 Here is wrong, your method seems like DSN, not CASENet.

https://github.com/milongo/CASENet/blob/f84246f200b12335551f06a34c840f790401dba8/models/resnet.py#L195 I think you should use: acts = self._fused_class(sliced_cat, K=20)

https://github.com/milongo/CASENet/blob/f84246f200b12335551f06a34c840f790401dba8/models/resnet.py#L148 Here should use Side_out1235 ?

https://github.com/milongo/CASENet/blob/f84246f200b12335551f06a34c840f790401dba8/models/resnet.py#L162 Line 162 and Line 163 should be deleted.

pascal1129 avatar Mar 07 '19 06:03 pascal1129

Thanks for bringing this to my attention. I have been very busy recently so I haven't been able to put time into this. If you like, you could submit a pull request.

milongo avatar Mar 20 '19 16:03 milongo

please tell me where i can get Aug-dataset

shoutOutYangJie avatar Apr 08 '19 08:04 shoutOutYangJie