- Backend paddle: Support `dde.nn.MfNN` - Backend paddle: Support prim to accelerate running
Thanks to all the contributors to this release!
lijialin03 KangyuWeng kuangdai bonneted
1.13.1
This is a bugfix release, fixing the bug of `dde.data.PDEOperatorCartesianProd` introduced in v1.13.0.
We also support Python 3.12 and require PyTorch>=2.0.0.
Thanks to all the contributors to this release!
lululxvi Jerry-Jzy
1.13.0
Areas of improvement
- Refactor and improve regularizers for backends TensorFlow 1.x/2.x and paddle - Improve compatibility with NumPy 2 - `dde.model.train` and `dde.model.compile` support verbose - Backend PyTorch: Fix L2 regularizers for `external_trainable_variables` - Backend paddle: `FNN` supports regularization and dropout
- `EarlyStopping` callback supports a new argument `start_from_epoch` - Backend TensorFlow v1/v2: Fix many codes to match the new TensorFlow APIs and Keras 3 - Backend Tensorflow v1: `DeepONet` and `DeepONetCartesianProd` support dropout - Backend PyTorch: Fix the L-BFGS code to support PyTorch 2.x - Backend Paddle: Fix the L-BFGS code - Backend Paddle: `DeepONetCartesianProd` supports multiple outputs - Backend JAX: Support callback `VariableValue` - Documentation improvements