predrnn-pytorch
predrnn-pytorch copied to clipboard
Official implementation for NIPS'17 paper: PredRNN: Recurrent Neural Networks for Predictive Learning Using Spatiotemporal LSTMs.
Hi, May I kindly know how to get the radar echo dataset and its preprocessing code? Can you provide a reference? Thank you!
Hi, As mentioned in previous issue [here](https://github.com/thuml/predrnn-pytorch/issues/36#issuecomment-1200411837), may I know how did you include items like "clips", "dims" in the MNIST dataset? Thank you!
Hi there, this edit reduces the memory footprint of the KTH data loader by a factor of four. The original version did not run on systems with
In your article you wrote in the traffic4cast section: _To cope with high-dimensional input frames, we apply the autoencoder architecture of U-Net [88] to the network backbone of PredRNN. Specifically,...
Hi, Could you please share the Traffic4cast dataset used? I couldn't get the 2019 data from the website. Thanks in advance!
Hi I am hoping to run some tests using the Traffic4Cast dataset tested in the paper but I need the train/test split that is used. Can this be provided? If...
"from skimage.measure import compare_ssim" is deprecated. Change it to: "from skimage.metrics import structural_similarity as compare_ssim"
When I try to execute the Moving MNIST script using a pretrained model (with arguments "--save_dir" and "--pretrained_model"), the error in the title appears. I believe the lines of code...
Could you list the dependencies like a requirements.txt file? Sorry if it's mentioned somewhere but I didn't find them.
Can you provide the radar echo dataset please? thanks a lot.