You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeePMD-kit v3 implements a flexible and pluggable backend framework, providing a consistent training and inference experience across multiple backends. Version 3.0.0 includes the following backends:
14
15
15
-
<!-- more -->
16
-
17
16
-**TensorFlow Backend**: Static graph for efficient computation.
18
17
-**PyTorch Backend**: Dynamic graph, simplifying model extension and development.
19
18
-**DP Backend**: Reference backend implemented with NumPy and Array API.
0 commit comments