Closed amorehead closed 1 year ago
Good catch! We never used the torch option so this isn't a bug anywhere but it would raise a namespace error. I've pushed a fix here https://github.com/jasonkyuyim/se3_diffusion/commit/fb350b69ca4349d7b29b19044ecc8627815dafce
Hello again. Looking at your
pad
function whentorch=True
, first off, it looks like one will need to rename thistorch
function argument to something liketorch_inputs
to not overwrite thetorch
module import in thisutils.py
file. Another thing is, does thistorch.pad
function exist in PyTorchmaster
yet?https://github.com/jasonkyuyim/se3_diffusion/blob/420b1fe6d3da53ff17490e5b599df2acca5039e5/data/utils.py#L246