-
Notifications
You must be signed in to change notification settings - Fork 24
Adding examples to the documentation #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| "torch": ("https://pytorch.org/docs/stable/", None), | ||
| "jax": ("https://jax.readthedocs.io/en/latest/", None), | ||
| "torch": ("https://docs.pytorch.org/docs/stable/", None), | ||
| "jax": ("https://docs.jax.dev/en/latest/", None), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
docs/tutorials/pytorch/MACE.rst
Outdated
| from e3nn.util.codegen import CodeGenMixin | ||
| from e3nn.util.jit import compile_mode | ||
|
|
||
| from mace.tools.cg import U_matrix_real |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe you could simply copy the code from https://github.com/ACEsuit/mace/blob/42cd495b9c8e155441c405fef842a8ba5107c2f8/mace/tools/cg.py#L106 here
* First example on MACE ops * Removed wrong import * Added fallbacks for cpu * Guarded all synchronize * fix
No description provided.