We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems like pertained ms1mv3 arcface models cant be pretrained with a smaller custom dataset. Is that correct.
def _iresnet(arch, block, layers, pretrained, progress, **kwargs): model = IResNet(block, layers, **kwargs) if pretrained: raise ValueError() return model
The text was updated successfully, but these errors were encountered:
Yes, why not?
Sorry, something went wrong.
please, how can we do this in train_v2 file in arcface_torch as it only has --resume configuration option.
No branches or pull requests
Seems like pertained ms1mv3 arcface models cant be pretrained with a smaller custom dataset. Is that correct.
def _iresnet(arch, block, layers, pretrained, progress, **kwargs):
model = IResNet(block, layers, **kwargs)
if pretrained:
raise ValueError()
return model
The text was updated successfully, but these errors were encountered: