There was an error while loading. Please reload this page.
1 parent 07b95c5 commit a0c59e0Copy full SHA for a0c59e0
1 file changed
docs/user_guide/4.5CustomTorch.md
@@ -4,6 +4,8 @@ This module is designed to support pytorch machine learning potential (MLP) kern
4
It aims to perform top-down finetuning for MLP models writen in torch
5
A full simple example can be found in `examples/torch_kernel/torch_mlp_frontend`
6
To use this module, you need to install both `torch` and [torch2jax](https://github.com/samuela/torch2jax)
7
+(TIP: Do not use `pip install torch2jax` directly, `git clone` the repo and do `pip install .` there, which
8
+gives you the newer version that is compatible with new versions of JAX)
9
10
NOTE: currently we DO NOT support differentiating losses related to force and virial!
11
0 commit comments