continuous-time-flow-process
continuous-time-flow-process copied to clipboard
PyTorch code of "Modeling Continuous Stochastic Processes with Dynamic Normalizing Flows" (NeurIPS 2020)
Hello! Could you give me some pointers on how to sample from the base process and convert it back to values in observation space from a learned model?
Traceback (most recent call last): File "train_ctfp.py", line 160, in loss.backward() File "/home/fry/anaconda3/envs/CTFP1/lib/python3.8/site-packages/torch/_tensor.py", line 255, in backward torch.autograd.backward(self, gradient, retain_graph, create_graph, inputs=inputs) File "/home/fry/anaconda3/envs/CTFP1/lib/python3.8/site-packages/torch/autograd/__init__.py", line 147, in backward Variable._execution_engine.run_backward( File...