PhyDNet
PhyDNet copied to clipboard
Code for our CVPR 2020 paper "Disentangling Physical Dynamics from Unknown Factors for UnsupervisedVideo Prediction"
Thank you for you work! After reading your paper, I did ablation studies with different time block combinations: lstm+lstm, phy+lstm and phy+phy. When keeping the training epoch as the same,...
You said that in prediction mode to predict the target use no input for PhyDcell that should mean the “decoding” parameter in forward of EncoderRNN in your code. But I...
I want to change the code from .to(device) to .cuda() in order to run model on mutil-gpu. But fails. Getting the following error. Model can get loss, but after loss.backward()...
Dear author: I'm a reader of this paper from China and found this paper may be helopful to my recent work about weather forcasting. For better understanding the techs, I'd...
dataset
I am very interested in your work, so I would like to ask if there is a link to the SST ,Traffic BJ and Human3.6 dataset below ?
Q1:what is the **k** ?  I think it should be written as **w**, am i getting it right ?  --- Q2: what is the p, k in filter...
Hello, the idea of your article has greatly inspired me, but there is no test code part and the training code of the other three data sets. Can you send...
Thank you for this awesome work, Training the model works, with some tweaks. The frozen test set file is missing. I forked the repo and corrected this issues, but a...
could you provide the full experiment settings such as batch_size,alpha,epoch and input size?