I want to train my own data template. Do I need to preprocess the data before running generate_template? For example, centering, scaling, etc., I didn't do these things, but I made the following errors
File "/home/jianjian/anaconda3/envs/HRN/lib/python3.8/site-packages/torchdiffeq/_impl/rk_common.py", line 265, in _adaptive_step
assert t0 + dt > t0, 'underflow in dt {}'.format(dt.item())
AssertionError: underflow in dt 0.0
I want to know if it's a problem that I didn't preprocess
I want to train my own data template. Do I need to preprocess the data before running generate_template? For example, centering, scaling, etc., I didn't do these things, but I made the following errors
I want to know if it's a problem that I didn't preprocess