Open g-w1 opened 9 months ago
Not all. The L-BFGS optimizer doesn't work in mixed precision. But if you add the line dde.config.set_default_float("mixed")
to the top of your file, it should work unless it uses a feature (like L-BFGS) that is not supported with mixed precision. I have tested this on the Burgers.py example and it works.
If I use the API here to set mixed precision, then all the demo code can run in mixed precision?