tf.reset_default_graph()

tf.reset_default_graph函数用于清除默认图形堆栈并重置全局默认图形。 

注意:默认图形是当前线程的一个属性。该tf.reset_default_graph函数只适用于当前线程。当一个tf.Session或者tf.InteractiveSession激活时调用这个函数会导致未定义的行为。调用此函数后使用任何以前创建的tf.Operation或tf.Tensor对象将导致未定义的行为。

可能引发的异常:

  • AssertionError:如果在嵌套图中调用此函数则会引发此异常。

Clears the default graph stack and resets the global default graph.

    

    NOTE: The default graph is a property of the current thread. This

    function applies only to the current thread.  Calling this function while

    a `tf.Session` or `tf.InteractiveSession` is active will result in undefined

    behavior. Using any previously created `tf.Operation` or `tf.Tensor` objects

    after calling this function will result in undefined behavior.

    Raises:

      AssertionError: If this function is called within a nested graph.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值