BlackRab
BlackRab
Hello. I'm a newer to OpenSTL. I've trained a ConvLSTM, the shape of the input is (n, 12, 1, 64, 64), where n is the number of samples, and the...
Hi, everyone. Recently, when I used the E3DLSTM and SwinLSTM, some errors occurred. I hope someone can help me solve this problem. For E3DLSTM, the error is: ``` Traceback (most...
Hello, everyone! I'd like to know how to find the optimal parameters of a model when using OpenSTL? I used the default parameters provided by the project when I trained...
Hello, everyone! Recently, I used OpenSTL to train a PredRNN++ model, but after several epochs, the training and validation loss became nan. Before training the model, I normalized the training...
Hello! I've recently been testing Dyffusion model using the Oisst dataset. I used the following code to train the interpolation: `python run.py experiment=oisst_pacific_interpolation work_dir=./myrun/interpolation_oisst trainer.max_epochs=5 datamodule.horizon=7 datamodule.window=4 datamodule.prediction_horizon=7` Then, I...
Hi. When I runing: `python run.py experiment=oisst_pacific_interpolation` It occured: ``` Error executing job with overrides: ['experiment=oisst_pacific_interpolation'] Traceback (most recent call last): File "/mpathc/wpeng/codes/python_github_2/dyffusion-main/run.py", line 22, in main() File "/mpathc/wpeng/codes/0_python_env/diffusers/lib/python3.10/site-packages/hydra/main.py", line...