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

Can someone help me to understand "self.fc = nn.Linear(176, 196)" how 176 input feature has been choose #37

Open
sainisanjay opened this issue Aug 10, 2022 · 0 comments

Comments

@sainisanjay
Copy link

sainisanjay commented Aug 10, 2022

Can someone help me to understand self.fc = nn.Linear(176, 196) how 176 input feature has been choose in PFLDInference network.
I am trying to train 192x192 image size model but it gave me error while passing image to model (landmarks = pfld_backbone(img))
RuntimeError: mat1 dim 1 must match mat2 dim 0

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