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 train the UPSNet, used the config of "upsnet/experiments/upsnet_resnet50_coco_4gpu.yaml", I got the problem as:
upsnet/../upsnet/models/resnet.py:285: UserWarning: unexpected key "fc.weight" in state_dict warnings.warn('unexpected key "{}" in state_dict'.format(name)) upsnet/../upsnet/models/resnet.py:285: UserWarning: unexpected key "fc.bias" in state_dict warnings.warn('unexpected key "{}" in state_dict'.format(name)) upsnet/../upsnet/models/resnet.py:299: UserWarning: missing keys in state_dict: "{'resnet_backbone.res2.layers.0.downsample.1.num_batches_tracked', 'resnet_backbone.res4.layers.3.bn1.num_batches_tracked', 'resnet_backbone.conv1.bn1.num_batches_tracked' ..... ..... python3.6/site-packages/torch/nn/functional.py:1006: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") Segmentation fault (core dumped)
How to solve this problem? Thanks!
The text was updated successfully, but these errors were encountered:
use_horovod: false ; I was not used the horovod
Sorry, something went wrong.
No branches or pull requests
when I train the UPSNet, used the config of "upsnet/experiments/upsnet_resnet50_coco_4gpu.yaml", I got the problem as:
upsnet/../upsnet/models/resnet.py:285: UserWarning: unexpected key "fc.weight" in state_dict warnings.warn('unexpected key "{}" in state_dict'.format(name)) upsnet/../upsnet/models/resnet.py:285: UserWarning: unexpected key "fc.bias" in state_dict warnings.warn('unexpected key "{}" in state_dict'.format(name)) upsnet/../upsnet/models/resnet.py:299: UserWarning: missing keys in state_dict: "{'resnet_backbone.res2.layers.0.downsample.1.num_batches_tracked', 'resnet_backbone.res4.layers.3.bn1.num_batches_tracked', 'resnet_backbone.conv1.bn1.num_batches_tracked' ..... ..... python3.6/site-packages/torch/nn/functional.py:1006: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") Segmentation fault (core dumped)
How to solve this problem? Thanks!
The text was updated successfully, but these errors were encountered: