tf.errors

参考  tf.errors - 云+社区 - 腾讯云

目录

一、总述

1、类

2、函数

3、Other Members

二、重要的类

1、类OutOfRangeError


TensorFlow错误的异常类型。

一、总述

1、类

2、函数

3、Other Members

ABORTED

ALREADY_EXISTS

CANCELLED

DATA_LOSS

DEADLINE_EXCEEDED

FAILED_PRECONDITION

INTERNAL

INVALID_ARGUMENT

NOT_FOUND

OK

OUT_OF_RANGE

PERMISSION_DENIED

RESOURCE_EXHAUSTED

UNAUTHENTICATED

UNAVAILABLE

UNIMPLEMENTED

UNKNOWN

二、重要的类

1、类OutOfRangeError

Inherits From: OpError

Defined in tensorflow/python/framework/errors_impl.py.

See the guides: Reading data > QueueRunner, Running Graphs > Error classes and convenience functions

Raised when an operation iterates past the valid input range.

This exception is raised in "end-of-file" conditions, such as when a tf.QueueBase.dequeue operation is blocked on an empty queue, and a tf.QueueBase.close operation executes.

Properties

error_code

The integer error code that describes the error.

message

The error message that describes the error.

node_def

The NodeDef proto representing the op that failed.

op

The operation that failed, if known.

N.B. If the failed op was synthesized at runtime, e.g. a Send or Recv op, there will be no corresponding tf.Operation object. In that case, this will return None, and you should instead use the tf.OpError.node_def to discover information about the op.

Returns:

  • The Operation that failed, or None.

Methods

__init__

__init__(
    node_def,
    op,
    message
)

Creates an OutOfRangeError.

2、tf.errors.OpError

Class OpError

A generic error that is raised when TensorFlow execution fails.

Aliases:

Whenever possible, the session will raise a more specific subclass of OpError from the tf.errors module.

1、__init__

View source

__init__(
    node_def,
    op,
    message,
    error_code
)

Creates a new OpError indicating that a particular op failed.

Args:

  • node_def: The node_def_pb2.NodeDef proto representing the op that failed, if known; otherwise None.
  • op: The ops.Operation that failed, if known; otherwise None.
  • message: The message string describing the failure.
  • error_code: The error_codes_pb2.Code describing the error.

2、Properties

error_code

The integer error code that describes the error.

message

The error message that describes the error.

node_def

The NodeDef proto representing the op that failed.

op

The operation that failed, if known.

N.B. If the failed op was synthesized at runtime, e.g. a Send or Recv op, there will be no corresponding tf.Operation object. In that case, this will return None, and you should instead use the tf.errors.OpError.node_def to discover information about the op.

Returns:

The Operation that failed, or None.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Wanderer001

ROIAlign原理

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值