tf.errors.UnimplementedError

class tf.errors.UnimplementedError

Raised when an operation has not been implemented.

Some operations may raise this error when passed otherwise-valid arguments that it does not currently support. For example, running the tf.nn.max_pool() operation would raise this error if pooling was requested on the batch dimension, because this is not yet supported.

doc_TensorFlow
2016-10-14 13:07:44
Comments
Leave a Comment

Please login to continue.