lan496 / torch-m3gnet

PyTorch/PyG implementation of M3GNet
https://lan496.github.io/torch-m3gnet/
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link
graph-convolutional-networks materials-science pytorch pytorch-geometric pytorch-lightning

torch-m3gnet

testing pre-commit.ci status codecov License

🚧This repository is heavily under construction!🚧

This is an unofficial PyTorch implementation of M3GNet. The authors' reimplementation of MEGNet and M3GNet with PyTorch/DGL will be available here.

Limitations

Installation

See docs/installation.md.

Preparing benchmark datasets

See docs/benchmark.md

Development

Docuement

sphinx-autobuild --host 0.0.0.0 --port 8000 docs docs_build

GPU container

docker run --gpus '"device=1"' -it -v $(pwd):/app -p 6006:6006 m3gnet

# tensorboard
tensorboard --logdir results/ --host 0.0.0.0 --port 6006

References