Koopman-Laboratory / KoopmanLab

A library for Koopman Neural Operator with Pytorch.
GNU General Public License v3.0
235 stars 16 forks source link

Koopman-Vit testing #1

Open OWENDUNG opened 1 year ago

OWENDUNG commented 1 year ago

Congratulations on your impressive work! I am eager to learn more about testing the Koopman-vit operator like KNO. Would it be possible for you to provide a demo similar to demo_ns.py, or suggest some other ideas for how to test it effectively? Many thanks.

XiongWeiTHU commented 1 year ago

Congratulations on your impressive work! I am eager to learn more about testing the Koopman-vit operator like KNO. Would it be possible for you to provide a demo similar to demo_ns.py, or suggest some other ideas for how to test it effectively? Many thanks.

Thanks for your attention. We will update a demo code about ViT-KNO in the future. Due to the ViT_KNO architecture designed for big data scenarios, the training code requires more parallel GPU units, which means the code structure tends to be more complicated.