美文网首页
代码问题

代码问题

作者: ClarenceHoo | 来源:发表于2017-11-10 16:04 被阅读0次

    OutOfRangeError (see above for traceback): FIFOQueue '_1_batch/fifo_queue' is closed and has insufficient elements (requested 3, current size 0)
    [[Node: batch = QueueDequeueManyV2[component_types=[DT_FLOAT, DT_INT32], timeout_ms=-1, _device="/job:localhost/replica:0/task:0/cpu:0"](batch/fifo_queue, batch/n)]]

    W tensorflow/core/kernels/queue_base.cc:294] _1_batch/fifo_queue: Skipping cancelled enqueue attempt with queue not closed
    。。。。。
    FailedPreconditionError (see above for traceback): Attempting to use uninitialized value beta1_power
    [[Node: beta1_power/read = IdentityT=DT_FLOAT, _class=["loc:@B_g_res1/w1"], _device="/job:localhost/replica:0/task:0/gpu:0"]

    序列数据不足,后检查发现是数据导入未完成强制中断,

    相关文章

      网友评论

          本文标题:代码问题

          本文链接:https://www.haomeiwen.com/subject/usmouxtx.html