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
When I directly converted the PT file I trained into safetensors, there were no net, head, or fpn as shown in the example
model.0.bn.bias model.0.bn.num_batches_tracked model.0.bn.running_mean model.0.bn.running_var model.0.bn.weight model.0.conv.weight model.1.bn.bias model.1.bn.num_batches_tracked model.1.bn.running_mean model.1.bn.running_var model.1.bn.weight model.1.conv.weight model.12.cv1.bn.bias model.12.cv1.bn.num_batches_tracked model.12.cv1.bn.running_mean model.12.cv1.bn.running_var model.12.cv1.bn.weight model.12.cv1.conv.weight model.12.cv2.bn.bias model.12.cv2.bn.num_batches_tracked model.12.cv2.bn.running_mean model.12.cv2.bn.running_var model.12.cv2.bn.weight model.12.cv2.conv.weight model.12.m.0.cv1.bn.bias model.12.m.0.cv1.bn.num_batches_tracked model.12.m.0.cv1.bn.running_mean model.12.m.0.cv1.bn.running_var model.12.m.0.cv1.bn.weight model.12.m.0.cv1.conv.weight model.12.m.0.cv2.bn.bias
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I directly converted the PT file I trained into safetensors, there were no net, head, or fpn as shown in the example
The text was updated successfully, but these errors were encountered: