Skip to content

Commit

Permalink
Add MEGNet formation energy model example.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 20, 2023
1 parent e4c8b0d commit f92699c
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"id": "01be4689",
"metadata": {},
"source": [
"Finally, we will initialize the Pytorch Lightning trainer and run the fitting. Here, the max_epochs is set to 2 just for demonstration purposes. In a real fitting, this would be a much larger number. Also, the `accelerator` "
"Finally, we will initialize the Pytorch Lightning trainer and run the fitting. Here, the max_epochs is set to 2 just for demonstration purposes. In a real fitting, this would be a much larger number. Also, the `accelerator=\"cpu\"` was set just to ensure compatibility with M1 Macs. In a real world use case, please remove the kwarg or set it to cuda for GPU based training. "
]
},
{
Expand Down
Loading

0 comments on commit f92699c

Please sign in to comment.