Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

模型的参数需要初始化吗?你的代码里好像没有初始化的步骤? #7

Open
LiDaiY opened this issue Feb 5, 2021 · 1 comment

Comments

@LiDaiY
Copy link

LiDaiY commented Feb 5, 2021

No description provided.

@hafnerfe
Copy link

@LiDaiY if you initialized the parameters of the resnet with the flag pretrained=True then the model would already have learnt a representation. You might get better results, but the purpose of this repository is to learn a good representation from scratch using BYOL.
The other model parameters (classifier, mlp head, ...) are initialized randomly (there is not really any other option).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants