Closed jeongHwarr closed 2 years ago
It's here
Sorry, it's a bug in cvpods, I will fix this later.
You could use from cvpods.layers.wrappers import DisAlignLinear
to work around this.
@FateScript Thank you so much!
fixed now @jeongHwarr , please pull our latest branch.
@FateScript Thank you!
Hello. Thank you for your impressive project!
I want to apply DisAlign to classification. However, an error occurs in the import part. https://github.com/Megvii-BaseDetection/DisAlign/blob/a2fc3500a108cb83e3942293a5675c97ab3a2c6e/classification/imagenetlt/resnext50/resx50.scratch.imagenet_lt.224size.90e.disalign.10e/net.py#L7 I coudn't find the
DisAlignLinear
incvpods.layers
. and there also isn't exist at https://github.com/Megvii-BaseDetection/cvpods/tree/master/cvpods/layers How can I solve this problem?Thank you!