KaiyangZhou / mixstyle-release

Domain Generalization with MixStyle (ICLR'21)
MIT License
271 stars 38 forks source link

Need clarification #18

Closed noaman1989 closed 1 year ago

noaman1989 commented 1 year ago

I was looking resnet with mixstyle implementation and I found resent https://github.com/KaiyangZhou/Dassl.pytorch/blob/master/dassl/modeling/backbone/resnet.py Also, I found https://github.com/KaiyangZhou/mixstyle-release/blob/master/reid/models/resnet_ms.py and https://github.com/KaiyangZhou/mixstyle-release/blob/master/reid/models/resnet_ms2.py

I was not able to differentiate between all these resnet implementations. All are having mixstyle layers. Could you briefly tell me what are differences between them? Thank you for clarification