Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
machine-learning
deep-learning
paper
survey
style-transfer
theory
transfer-learning
papers
representation-learning
unsupervised-learning
tutorial-code
domain-adaptation
generalization
transferlearning
meta-learning
few-shot
few-shot-learning
self-supervised-learning
domain-generalization
domain-adaption
-
Updated
Mar 9, 2022 - Python
Add default parameters for all projection heads
It's helpful to know what the default parameters were in the papers to get started. We should add the default projection head parameters which were used for pre-training on Imagenet to all projection and prediction heads in
lightly/models/modules/heads.py
.