deepmd.tf.utils.errors#

Exceptions#

OutOfMemoryError

This error is caused by out-of-memory (OOM).

GraphTooLargeError

The graph is too large, exceeding protobuf's hard limit of 2GB.

GraphWithoutTensorError

Common base class for all non-exit exceptions.

Module Contents#

exception deepmd.tf.utils.errors.OutOfMemoryError[source]#

Bases: Exception

This error is caused by out-of-memory (OOM).

exception deepmd.tf.utils.errors.GraphTooLargeError[source]#

Bases: Exception

The graph is too large, exceeding protobuf’s hard limit of 2GB.

exception deepmd.tf.utils.errors.GraphWithoutTensorError[source]#

Bases: Exception

Common base class for all non-exit exceptions.