deepmd_utils.entrypoints package

Submodules

deepmd_utils.entrypoints.doc module

Module that prints train input arguments docstrings.

deepmd_utils.entrypoints.doc.doc_train_input(*, out_type: str = 'rst', **kwargs)[source]

Print out trining input arguments to console.

deepmd_utils.entrypoints.gui module

DP-GUI entrypoint.

deepmd_utils.entrypoints.gui.start_dpgui(*, port: int, bind_all: bool, **kwargs)[source]

Host DP-GUI server.

Parameters
portint

The port to serve DP-GUI on.

bind_allbool

Serve on all public interfaces. This will expose your DP-GUI instance to the network on both IPv4 and IPv6 (where available).

**kwargs

additional arguments

Raises
ModuleNotFoundError

The dpgui package is not installed