willer94

Results 5 issues of willer94

when i was debugging my code with ipdb and run the code in other teriminal, error occurs, like Error detected while processing function SemshiCursorMoved[1]..remote#define#notify:

word模版最后还有公开评阅信息。latex模板目前还不能自动生成。

你好,非常感谢您的工作!在对比论文阅读您的代码时,我发现了在VGG.py中style loss好像有些问题,具体是在 `loss(self, output, content, style, alpha=1.0)`处计算了两次relu1_1特征的[style loss](https://github.com/mousecpn/Joint-Bilateral-Learning/blob/master/VGG.py#L143) ```python loss_s = self.calc_style_loss(out_feats[0], style_feats[0]) for i in range(0, 4): loss_s += self.calc_style_loss(out_feats[i], style_feats[i]) ``` 我反复阅读了论文,其中并没有提到要单独对relu1_1算两次loss,这里是怎么回事呢? 谢谢啦!

论文里在shufflenet v1中的bottleneck中应该使用了两次relu吧,应该只有第一次的PWconv和shortcut之后使用了激活函数,代码里两个PWconv和DWconv都使用了relu。

Hi, are your going to support more camera models in future? such as opencv model.

help wanted
good first issue