deepmd.tf.utils.errors

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.