找DAN,DDC,JAN,RTN,simNet,ResNet-50等模型的pytorch框架代码。能找几个是几个。

找DAN,DDC,JAN,RTN,simNet,ResNet-50等模型的pytorch框架代码。最少找2个以上,能找全最好。下面是模型对应论文。
DAN:(Learning Transferable Features with Deep Adaptation Networks)
DDC:(Deep domain confusion: Maximizing for domain invariance)
RTN:(Unsupervised domain adaptation with residualtransfer networks)
JAN:(Deep transfer learning with joint adaptationnetworks)
ResNet-50:(Deep residual learning for image recognition)

直接在google里面搜索:
site:github.com dan pytorch
别的类似。找10个都有。

和有pytorch配套的 torchvision.models 就有很多经典的模型,可以参考一下。

你可以去看看莫凡的深度学习课程,的源码我记得他讲过关于pytorch的课