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

fcame can be trained as unsupervised Predict new categories? #80

Open
watertianyi opened this issue Oct 15, 2024 · 0 comments
Open

fcame can be trained as unsupervised Predict new categories? #80

watertianyi opened this issue Oct 15, 2024 · 0 comments

Comments

@watertianyi
Copy link

watertianyi commented Oct 15, 2024

Can fcame be trained as unsupervised to predict new categories? Because fcmae has a coding and decoding structure, it first masks the area and then predicts the area. It is somewhat similar to the characteristics of GAN generation. Can it predict unknown categories?

the weights I trained myself mismatch for stem.0.weight: copying a param with shape torch.Size([64, 4, 4, 4]) from checkpoint, the shape in current model is torch.Size ([64, 3, 4, 4]).

Original downsample_layers.0.0.weight torch.Size([64, 3, 4, 4])
Mine is downsample_layers.0.0.weight torch.Size([64, 4, 4, 4])

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

1 participant