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

KeyError: 'model_state' #35

Open
guoziteng opened this issue May 14, 2024 · 2 comments
Open

KeyError: 'model_state' #35

guoziteng opened this issue May 14, 2024 · 2 comments

Comments

@guoziteng
Copy link

微信图片_20240514163113

@C-jacker
Copy link

C-jacker commented Nov 6, 2024

I also met this issue. Have you solved this problem?

@C-jacker
Copy link

C-jacker commented Nov 6, 2024

2024-11-06 17:19:35,343 INFO ==> Loading parameters from checkpoint ../checkpoints/deeplabv3_resnet50_coco-cd0a2569.pth to GPU
Traceback (most recent call last):
File "/tmp/OfficialOpenPCDet/tools/train.py", line 237, in
main()
File "/tmp/OfficialOpenPCDet/tools/train.py", line 147, in main
model.load_params_from_file(filename=args.pretrained_model, to_cpu=dist_train, logger=logger)
File "/tmp/OfficialOpenPCDet/tools/../pcdet/models/detectors/detector3d_template.py", line 368, in load_params_from_file
model_state_disk = checkpoint['model_state']
KeyError: 'model_state'

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

2 participants