if 3d model has something wrong for computing grad_logp(logp,x[key]) in line 159 of dhmc alg.
Error as following:
RuntimeError: mul() received an invalid combination of arguments - got (NoneType), but expected one of:
* (float other)
didn't match because some of the arguments have invalid types: (!NoneType!)
* (Variable other)
didn't match because some of the arguments have invalid types: (!NoneType!)
if 3d model has something wrong for computing
grad_logp(logp,x[key])in line 159 ofdhmcalg.Error as following: