vl-dud
vl-dud
docker example doesn't work, there is an error in mlflow_server logs: `(MySQLdb.OperationalError) (1049, "Unknown database 'mlflow'")` Environment variable $MYSQL_DATABASE fixes it
The separate PR for [https://github.com/lululxvi/deepxde/pull/1532](https://github.com/lululxvi/deepxde/pull/1532)
Now DeepONet supports dropout technique.
When you define `deepxde.Model` multiple times in the same code it leads to errors. This was briefly mentioned in [https://github.com/lululxvi/deepxde/issues/54](https://github.com/lululxvi/deepxde/issues/54). So this code: ``` import os os.environ["DDEBACKEND"] = "tensorflow.compat.v1" import...
Currently, arrays of points `train_x_all` and `train_x_bc` are mixed. Because of this, some points are duplicated, which can be critical with a large volume. Look at the example: ``` geom...
PR is required to use PDEPointResampler callback with PDEOperator.