Mismatched parameters and an IndexError
Tomoki-0526 opened this issue · 4 comments
Tomoki-0526 commented
There is a problem about mismatched parameters when executing sh scripts/test_scene.sh:
I tried solving it by the method found on the Internet that let me ignore the weight and bias using the following code:
checkpoint.pop("linear_semantics.bias")
checkpoint.pop("linear_semantics.weight")
But then I encountered another problem raising an IndexError:
How can I handle this? Or if there is another way for the mismatched parameters?
zuixiaosanlang commented
@Tomoki-0526 哥们,作者上传的checkpoint 与代码配置有点出入,你把config/scene.xml 那个 class由10改为2,就正常了
Tomoki-0526 commented
@zuixiaosanlang 我焯,老哥厉害,但是后面这个v_files[ii]越界怎么处理呢
zuixiaosanlang commented
Tomoki-0526 commented
@zuixiaosanlang 老哥救命恩人5555555