Deep Galerkin method is a deep learning framework for solving partial differential equations. This particular implementation can be run, straight out-of-the-box in Docker containers. It is also highly customizable.
gh repo clone ShuAiii/DGM
make build_dgm
will pull the base tensorflow image and build the DGM source
over the base image. make dgm
will run a container of the image with gpu capability,
make dgm_cpu
will run a cpu only container.
Inside the container, run:
python train.py