runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 49, in <module> model.load_state_dict(torch.load(model_path, map_location=torch.device("cpu"))) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 2593, in load_state_dict raise RuntimeError( RuntimeError: Error(s) in loading state_dict for DualEncoderModel: Missing key(s) in state_dict: "lab_cont_encoder.0.projection.weight", "lab_cont_encoder.0.projection.bias". Unexpected key(s) in state_dict: "lab_cont_encoder.0.shortcut.weight", "lab_cont_encoder.0.shortcut.bias".
Container logs:
Fetching error logs...