【发布时间】:2023-03-24 06:20:01
【问题描述】:
我正在试用 tensorflow Keras 后端。它不断将这些过于冗长的消息打印到终端,这会破坏 probar 记录器的输出。比如下面的。
h 1/200
4608/3629568 [..............................] - ETA: 849s - loss: 1.1816I tensorflow/core/common_runtime/gpu/pool_allocator.cc:244] PoolAllocator: After 4208 get requests, put_count=4193 evicted_count=1000 eviction_rate=0.238493 and unsatisfied allocation rate=0.264971
I tensorflow/core/common_runtime/gpu/pool_allocator.cc:256] Raising pool_size_limit_ from 100 to 110
我怎样才能使张量流相当?我一直在查看文档,但找不到类似 .theanorc 文件的设置。
【问题讨论】:
-
希望对您有所帮助...github.com/tensorflow/tensorflow/issues/566
标签: python tensorflow keras