hiyyg

Results 32 comments of hiyyg

Why do you use a different convention for `*` and `@`? This is very inconvenient and inconsistent IMO.

Thanks. I guess most python users would prefer the other way around.

As you prefer. But I would like to warn that most python users might misuse these operators and it is dangerous.

vovnet-v2, it is faster and more accurate than resnet in my experience.

HS-ResNet: Hierarchical-Split Block on Convolutional Neural Network https://arxiv.org/abs/2010.07621 There is a reference repo: https://github.com/bobo0810/HS-ResNet, but no pretrained models are provided. It would be nice if mmcls could include this and...

@markuspaschi Could you kindly share your rendering script?

have you solved this problem? @fendiling

@zhangming8 I am also using `with autocast(False):` to disable amp for bce loss.

> Okay, I tried to disable autocast for the matching cost computation. Still, the performance is almost the same with the above curve, where `logit` function is applied. @hiyyg are...