This error occurs when I use TCMR to replace the TemporalEncoder module of the VIBE network. How do I modify the parameters
File "train.py", line 159, in
main(cfg)
File "train.py", line 151, in main
debug_freq=cfg.DEBUG_FREQ,
File "D:\PROJECT\VIBE-master\lib\core\trainer.py", line 319, in fit
self.train()
File "D:\PROJECT\VIBE-master\lib\core\trainer.py", line 193, in train
scores=scores
File "D:\anaconda\envs\vibe\lib\site-packages\torch\nn\modules\module.py", line 1110, in _call_impl
return forward_call(*input, **kwargs)
File "D:\PROJECT\VIBE-master\lib\core\loss.py", line 96, in forward
pred_theta = pred_theta[w_smpl]
IndexError: The shape of the mask [208] at index 0 does not match the shape of the indexed tensor [1105] at index 0