seominseok0429 / Implicit-Stacked-Autoregressive-Model-for-Video-Prediction

Implicit Stacked Autoregressive Model for Video Prediction (official implementation)
84 stars 6 forks source link

Missing Module Import in modules.py #10

Open Granite-Circle opened 1 year ago

Granite-Circle commented 1 year ago

I was examining the code in modules.py and noticed that it appears to be missing an import for a necessary module, "DropPath."

I'd appreciate it if you could take a look.

Thank you.