scaomath / galerkin-transformer

[NeurIPS 2021] Galerkin Transformer: a linear attention without softmax for Partial Differential Equations
MIT License
214 stars 28 forks source link

How to fix errors in code ex1_burgers_eval.ipynb: NameError: name 'FourierTransformer' is not defined #10

Open MathTeller opened 1 year ago

MathTeller commented 1 year ago

I solved the problem simply by changing "FourierTransformer" to "SimpleTransformer"

scaomath commented 1 year ago

Thanks. Let me clean some NameError in evaluation.