MVSS-Net icon indicating copy to clipboard operation
MVSS-Net copied to clipboard

question on :mvssnetplus casia.pt was used to inference

Open DreamerLuu opened this issue 10 months ago • 0 comments

Traceback (most recent call last): File "D:/PyCharmProject/MVSS-Net-main/inference.py", line 53, in model.load_state_dict(checkpoint, strict=True) File "D:\Anaconda\envs\pytorch\lib\site-packages\torch\nn\modules\module.py", line 1051, in load_state_dict raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format( RuntimeError: Error(s) in loading state_dict for MVSSNet: Missing key(s) in state_dict: "model.conv1.weight", "model.bn1.weight", "model.bn1.bias", "model.bn1.running_mean", "model.bn1.running_var", "model.layer1.0.conv1.weight", "model.layer1.0.bn1.weight", "model.layer1.0.bn1.bias", "model.layer1.0.bn1.running_mean", "model.layer1.0.bn1.running_var", "model.layer1.0.conv2.weight", "model.layer1.0.bn2.weight", "

DreamerLuu avatar Apr 16 '24 12:04 DreamerLuu