You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run inference with the given command python test.py --cfg configs/dynamic/dynamic.yaml --visualize --snapshot 9000 --gpu 1
but I am getting this error Type mismatch (<class 'int'> vs. <class 'str'>) with values (2048 vs. 2048 + 4) for config key: model.change_detector.input_dim
The text was updated successfully, but these errors were encountered:
I was trying to run inference with the given command
python test.py --cfg configs/dynamic/dynamic.yaml --visualize --snapshot 9000 --gpu 1
but I am getting this error
Type mismatch (<class 'int'> vs. <class 'str'>) with values (2048 vs. 2048 + 4) for config key: model.change_detector.input_dim
The text was updated successfully, but these errors were encountered: