码迷,mamicode.com
首页 > 其他好文 > 详细

AnimeGAN输出日志

时间:2020-03-31 18:57:58      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:connect   fun   struct   dfa   ant   sem   stat   last   cbe   

D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN>python main.py --phase train --dataset Hayao --epoch 1 --init_epoch 1
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\dtypes.py:516: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a future ver
sion of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_qint8 = np.dtype([("qint8", np.int8, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\dtypes.py:517: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a future ver
sion of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_quint8 = np.dtype([("quint8", np.uint8, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\dtypes.py:518: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a future ver
sion of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_qint16 = np.dtype([("qint16", np.int16, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\dtypes.py:519: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a future ver
sion of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_quint16 = np.dtype([("quint16", np.uint16, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\dtypes.py:520: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a future ver
sion of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_qint32 = np.dtype([("qint32", np.int32, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\dtypes.py:525: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a future ver
sion of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
np_resource = np.dtype([("resource", np.ubyte, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:541: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a fut
ure version of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_qint8 = np.dtype([("qint8", np.int8, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:542: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a fut
ure version of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_quint8 = np.dtype([("quint8", np.uint8, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:543: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a fut
ure version of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_qint16 = np.dtype([("qint16", np.int16, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:544: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a fut
ure version of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_quint16 = np.dtype([("quint16", np.uint16, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:545: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a fut
ure version of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_qint32 = np.dtype([("qint32", np.int32, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:550: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a fut
ure version of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
np_resource = np.dtype([("resource", np.ubyte, 1)])
WARNING:tensorflow:From main.py:91: The name tf.GPUOptions is deprecated. Please use tf.compat.v1.GPUOptions instead.

WARNING:tensorflow:From main.py:92: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

WARNING:tensorflow:From main.py:92: The name tf.ConfigProto is deprecated. Please use tf.compat.v1.ConfigProto instead.

2020-03-31 17:02:46.345083: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
2020-03-31 17:02:46.355697: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library nvcuda.dll
2020-03-31 17:02:47.225188: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1640] Found device 0 with properties:
name: GeForce GTX 1050 Ti with Max-Q Design major: 6 minor: 1 memoryClockRate(GHz): 1.4175
pciBusID: 0000:01:00.0
2020-03-31 17:02:47.231361: I tensorflow/stream_executor/platform/default/dlopen_checker_stub.cc:25] GPU libraries are statically linked, skip dlopen check.
2020-03-31 17:02:47.236962: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0
2020-03-31 17:02:47.875737: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1181] Device interconnect StreamExecutor with strength 1 edge matrix:
2020-03-31 17:02:47.880385: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1187] 0
2020-03-31 17:02:47.883178: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1200] 0: N
2020-03-31 17:02:47.886782: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1326] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 3002 MB memory) -> physical GPU (device: 0, name
: GeForce GTX 1050 Ti with Max-Q Design, pci bus id: 0000:01:00.0, compute capability: 6.1)
WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:56: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

npy file loaded ------- vgg19_weight/vgg19.npy

##### Information #####
# gan type : lsgan
# dataset : Hayao
# max dataset number : 6656
# batch_size : 4
# epoch : 1
# init_epoch : 1
# training image size [H, W] : [256, 256]
# g_adv_weight,d_adv_weight,con_weight,sty_weight,color_weight : 300.0 300.0 1.5 3.0 10.0
# init_lr,g_lr,d_lr : 0.0001 8e-05 0.00016
# training_rate G -- D: 1 : 1

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:91: The name tf.variable_scope is deprecated. Please use tf.compat.v1.variable_scope instead.

WARNING:tensorflow:From D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\init_ops.py:1251: calling VarianceScaling.__init__ (from tensorflow.python.ops.init_ops) wit
h dtype is deprecated and will be removed in a future version.
Instructions for updating:
Call initializer instance with the dtype argument instead of passing it to the constructor
WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\net\generator.py:86: The name tf.image.resize_images is deprecated. Please use tf.image.resize instead.

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\vgg19.py:85: The name tf.nn.max_pool is deprecated. Please use tf.nn.max_pool2d instead.

build model finished: 0.489728s
build model finished: 0.464719s
build model finished: 0.471739s
build model finished: 0.490687s
build model finished: 0.477722s
WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\ops.py:182: The name tf.losses.huber_loss is deprecated. Please use tf.compat.v1.losses.huber_loss instead.

WARNING:tensorflow:From D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\losses\losses_impl.py:121: add_dispatch_support.<locals>.wrapper (from tensorflow.python.ops
.array_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.where in 2.0, which has the same broadcast rule as np.where
WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:179: The name tf.train.AdamOptimizer is deprecated. Please use tf.compat.v1.train.AdamOptimizer instead.

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:185: The name tf.summary.scalar is deprecated. Please use tf.compat.v1.summary.scalar instead.

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:192: The name tf.summary.merge is deprecated. Please use tf.compat.v1.summary.merge instead.

---------
Variables: name (type shape) [size]
---------
generator/G_MODEL/b1/Conv/weights:0 (float32_ref 3x3x3x64) [1728, bytes: 6912]
generator/G_MODEL/b1/InstanceNorm/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/InstanceNorm/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/Conv_1/weights:0 (float32_ref 3x3x64x64) [36864, bytes: 147456]
generator/G_MODEL/b1/InstanceNorm_1/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/InstanceNorm_1/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x64x1) [576, bytes: 2304]
generator/G_MODEL/b1/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x64x128) [8192, bytes: 32768]
generator/G_MODEL/b1/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b1/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b1/SeparableConv2d_1/depthwise_weights:0 (float32_ref 3x3x64x1) [576, bytes: 2304]
generator/G_MODEL/b1/SeparableConv2d_1/pointwise_weights:0 (float32_ref 1x1x64x128) [8192, bytes: 32768]
generator/G_MODEL/b1/SeparableConv2d_1/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b1/SeparableConv2d_1/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/Conv/weights:0 (float32_ref 3x3x128x128) [147456, bytes: 589824]
generator/G_MODEL/b2/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/b2/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x128x128) [16384, bytes: 65536]
generator/G_MODEL/b2/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/SeparableConv2d_1/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/b2/SeparableConv2d_1/pointwise_weights:0 (float32_ref 1x1x128x256) [32768, bytes: 131072]
generator/G_MODEL/b2/SeparableConv2d_1/InstanceNorm/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/b2/SeparableConv2d_1/InstanceNorm/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/b2/SeparableConv2d_2/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/b2/SeparableConv2d_2/pointwise_weights:0 (float32_ref 1x1x128x256) [32768, bytes: 131072]
generator/G_MODEL/b2/SeparableConv2d_2/InstanceNorm/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/b2/SeparableConv2d_2/InstanceNorm/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/Conv/weights:0 (float32_ref 3x3x256x256) [589824, bytes: 2359296]
generator/G_MODEL/m/InstanceNorm/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/InstanceNorm/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r1/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r1/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/r1/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r1/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r1/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r1/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r2/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r2/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/r2/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r2/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r2/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r2/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r3/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r3/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/r3/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r3/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r3/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r3/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r4/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r4/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/r4/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r4/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r4/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r4/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r5/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r5/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/r5/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r5/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r5/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r5/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r6/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r6/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/r6/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r6/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r6/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r6/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r7/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r7/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/r7/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r7/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r7/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r7/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r8/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r8/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/r8/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r8/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r8/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r8/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/Conv_1/weights:0 (float32_ref 3x3x256x256) [589824, bytes: 2359296]
generator/G_MODEL/m/InstanceNorm_1/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/InstanceNorm_1/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/u2/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x256x1) [2304, bytes: 9216]
generator/G_MODEL/u2/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x256x128) [32768, bytes: 131072]
generator/G_MODEL/u2/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/SeparableConv2d_1/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/u2/SeparableConv2d_1/pointwise_weights:0 (float32_ref 1x1x128x128) [16384, bytes: 65536]
generator/G_MODEL/u2/SeparableConv2d_1/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/SeparableConv2d_1/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/Conv/weights:0 (float32_ref 3x3x128x128) [147456, bytes: 589824]
generator/G_MODEL/u2/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u1/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/u1/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x128x128) [16384, bytes: 65536]
generator/G_MODEL/u1/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u1/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u1/Conv/weights:0 (float32_ref 3x3x128x64) [73728, bytes: 294912]
generator/G_MODEL/u1/InstanceNorm/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/u1/InstanceNorm/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/u1/Conv_1/weights:0 (float32_ref 3x3x64x64) [36864, bytes: 147456]
generator/G_MODEL/u1/InstanceNorm_1/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/u1/InstanceNorm_1/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/Conv/weights:0 (float32_ref 1x1x64x3) [192, bytes: 768]
discriminator/conv_0/kernel:0 (float32_ref 3x3x3x32) [864, bytes: 3456]
discriminator/conv_s2_1/kernel:0 (float32_ref 3x3x32x64) [18432, bytes: 73728]
discriminator/conv_s1_1/kernel:0 (float32_ref 3x3x64x128) [73728, bytes: 294912]
discriminator/ins_norm_1/beta:0 (float32_ref 128) [128, bytes: 512]
discriminator/ins_norm_1/gamma:0 (float32_ref 128) [128, bytes: 512]
discriminator/conv_s2_2/kernel:0 (float32_ref 3x3x128x128) [147456, bytes: 589824]
discriminator/conv_s1_2/kernel:0 (float32_ref 3x3x128x256) [294912, bytes: 1179648]
discriminator/ins_norm_2/beta:0 (float32_ref 256) [256, bytes: 1024]
discriminator/ins_norm_2/gamma:0 (float32_ref 256) [256, bytes: 1024]
discriminator/last_conv/kernel:0 (float32_ref 3x3x256x256) [589824, bytes: 2359296]
discriminator/last_ins_norm/beta:0 (float32_ref 256) [256, bytes: 1024]
discriminator/last_ins_norm/gamma:0 (float32_ref 256) [256, bytes: 1024]
discriminator/D_logit/kernel:0 (float32_ref 3x3x256x1) [2304, bytes: 9216]
Total size of variables: 5084896
Total bytes of variables: 20339584
G:
---------
Variables: name (type shape) [size]
---------
generator/G_MODEL/b1/Conv/weights:0 (float32_ref 3x3x3x64) [1728, bytes: 6912]
generator/G_MODEL/b1/InstanceNorm/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/InstanceNorm/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/Conv_1/weights:0 (float32_ref 3x3x64x64) [36864, bytes: 147456]
generator/G_MODEL/b1/InstanceNorm_1/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/InstanceNorm_1/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x64x1) [576, bytes: 2304]
generator/G_MODEL/b1/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x64x128) [8192, bytes: 32768]
generator/G_MODEL/b1/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b1/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b1/SeparableConv2d_1/depthwise_weights:0 (float32_ref 3x3x64x1) [576, bytes: 2304]
generator/G_MODEL/b1/SeparableConv2d_1/pointwise_weights:0 (float32_ref 1x1x64x128) [8192, bytes: 32768]
generator/G_MODEL/b1/SeparableConv2d_1/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b1/SeparableConv2d_1/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/Conv/weights:0 (float32_ref 3x3x128x128) [147456, bytes: 589824]
generator/G_MODEL/b2/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/b2/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x128x128) [16384, bytes: 65536]
generator/G_MODEL/b2/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/SeparableConv2d_1/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/b2/SeparableConv2d_1/pointwise_weights:0 (float32_ref 1x1x128x256) [32768, bytes: 131072]
generator/G_MODEL/b2/SeparableConv2d_1/InstanceNorm/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/b2/SeparableConv2d_1/InstanceNorm/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/b2/SeparableConv2d_2/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/b2/SeparableConv2d_2/pointwise_weights:0 (float32_ref 1x1x128x256) [32768, bytes: 131072]
generator/G_MODEL/b2/SeparableConv2d_2/InstanceNorm/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/b2/SeparableConv2d_2/InstanceNorm/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/Conv/weights:0 (float32_ref 3x3x256x256) [589824, bytes: 2359296]
generator/G_MODEL/m/InstanceNorm/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/InstanceNorm/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r1/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r1/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/r1/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r1/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r1/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r1/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r2/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r2/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/r2/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r2/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r2/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r2/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r3/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r3/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/r3/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r3/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r3/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r3/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r4/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r4/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/r4/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r4/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r4/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r4/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r5/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r5/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/r5/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r5/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r5/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r5/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r6/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r6/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/r6/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r6/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r6/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r6/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r7/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r7/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/r7/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r7/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r7/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r7/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r8/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r8/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/r8/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r8/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r8/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r8/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/Conv_1/weights:0 (float32_ref 3x3x256x256) [589824, bytes: 2359296]
generator/G_MODEL/m/InstanceNorm_1/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/InstanceNorm_1/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/u2/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x256x1) [2304, bytes: 9216]
generator/G_MODEL/u2/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x256x128) [32768, bytes: 131072]
generator/G_MODEL/u2/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/SeparableConv2d_1/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/u2/SeparableConv2d_1/pointwise_weights:0 (float32_ref 1x1x128x128) [16384, bytes: 65536]
generator/G_MODEL/u2/SeparableConv2d_1/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/SeparableConv2d_1/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/Conv/weights:0 (float32_ref 3x3x128x128) [147456, bytes: 589824]
generator/G_MODEL/u2/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u1/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/u1/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x128x128) [16384, bytes: 65536]
generator/G_MODEL/u1/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u1/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u1/Conv/weights:0 (float32_ref 3x3x128x64) [73728, bytes: 294912]
generator/G_MODEL/u1/InstanceNorm/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/u1/InstanceNorm/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/u1/Conv_1/weights:0 (float32_ref 3x3x64x64) [36864, bytes: 147456]
generator/G_MODEL/u1/InstanceNorm_1/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/u1/InstanceNorm_1/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/Conv/weights:0 (float32_ref 1x1x64x3) [192, bytes: 768]
Total size of variables: 3956096
Total bytes of variables: 15824384
D:
---------
Variables: name (type shape) [size]
---------
discriminator/conv_0/kernel:0 (float32_ref 3x3x3x32) [864, bytes: 3456]
discriminator/conv_s2_1/kernel:0 (float32_ref 3x3x32x64) [18432, bytes: 73728]
discriminator/conv_s1_1/kernel:0 (float32_ref 3x3x64x128) [73728, bytes: 294912]
discriminator/ins_norm_1/beta:0 (float32_ref 128) [128, bytes: 512]
discriminator/ins_norm_1/gamma:0 (float32_ref 128) [128, bytes: 512]
discriminator/conv_s2_2/kernel:0 (float32_ref 3x3x128x128) [147456, bytes: 589824]
discriminator/conv_s1_2/kernel:0 (float32_ref 3x3x128x256) [294912, bytes: 1179648]
discriminator/ins_norm_2/beta:0 (float32_ref 256) [256, bytes: 1024]
discriminator/ins_norm_2/gamma:0 (float32_ref 256) [256, bytes: 1024]
discriminator/last_conv/kernel:0 (float32_ref 3x3x256x256) [589824, bytes: 2359296]
discriminator/last_ins_norm/beta:0 (float32_ref 256) [256, bytes: 1024]
discriminator/last_ins_norm/gamma:0 (float32_ref 256) [256, bytes: 1024]
discriminator/D_logit/kernel:0 (float32_ref 3x3x256x1) [2304, bytes: 9216]
Total size of variables: 1128800
Total bytes of variables: 4515200
WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:202: The name tf.train.Saver is deprecated. Please use tf.compat.v1.train.Saver instead.

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:205: The name tf.summary.FileWriter is deprecated. Please use tf.compat.v1.summary.FileWriter instead.

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\data_loader.py:75: py_func (from tensorflow.python.ops.script_ops) is deprecated and will be removed in a future version.
Instructions for updating:
tf.py_func is deprecated in TF V2. Instead, there are two
options available in V2.
- tf.py_function takes a python function which manipulates tf eager
tensors instead of numpy arrays. It‘s easy to convert a tf eager tensor to
an ndarray (just call tensor.numpy()) but having access to eager tensors
means `tf.py_function`s can use accelerators such as GPUs as well as
being differentiable using a gradient tape.
- tf.numpy_function maintains the semantics of the deprecated tf.py_func
(it is not differentiable, and manipulates numpy arrays). It drops the
stateful argument making all functions stateful.

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\data_loader.py:80: DatasetV1.make_one_shot_iterator (from tensorflow.python.data.ops.dataset_ops) is deprecated and will be removed in
a future version.
Instructions for updating:
Use `for ... in dataset:` to iterate over a dataset. If using `tf.estimator`, return the `Dataset` object directly from your input function. As a last resort, you can use `tf.compat.v1.data.make_one_shot_iterat
or(dataset)`.
[*] Reading checkpoints...
[*] Failed to find a checkpoint
[!] Load failed...
2020-03-31 17:03:31.131634: W tensorflow/core/common_runtime/bfc_allocator.cc:237] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.13GiB with freed_by_count=0. The caller indicates that this is not
a failure, but may mean that there could be performance gains if more memory were available.
2020-03-31 17:03:31.246296: W tensorflow/core/common_runtime/bfc_allocator.cc:237] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.05GiB with freed_by_count=0. The caller indicates that this is not
a failure, but may mean that there could be performance gains if more memory were available.
2020-03-31 17:03:31.324664: W tensorflow/core/common_runtime/bfc_allocator.cc:237] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.13GiB with freed_by_count=0. The caller indicates that this is not
a failure, but may mean that there could be performance gains if more memory were available.
2020-03-31 17:03:31.333789: W tensorflow/core/common_runtime/bfc_allocator.cc:237] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.05GiB with freed_by_count=0. The caller indicates that this is not
a failure, but may mean that there could be performance gains if more memory were available.
2020-03-31 17:03:31.711663: W tensorflow/core/common_runtime/bfc_allocator.cc:237] Allocator (GPU_0_bfc) ran out of memory trying to allocate 2.09GiB with freed_by_count=0. The caller indicates that this is not
a failure, but may mean that there could be performance gains if more memory were available.
2020-03-31 17:03:31.966613: W tensorflow/core/common_runtime/bfc_allocator.cc:237] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.05GiB with freed_by_count=0. The caller indicates that this is not
a failure, but may mean that there could be performance gains if more memory were available.
2020-03-31 17:03:32.056279: W tensorflow/core/common_runtime/bfc_allocator.cc:237] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.05GiB with freed_by_count=0. The caller indicates that this is not
a failure, but may mean that there could be performance gains if more memory were available.
2020-03-31 17:03:32.162173: W tensorflow/core/common_runtime/bfc_allocator.cc:237] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.10GiB with freed_by_count=0. The caller indicates that this is not
a failure, but may mean that there could be performance gains if more memory were available.
2020-03-31 17:03:42.814371: W tensorflow/core/common_runtime/bfc_allocator.cc:314] Allocator (GPU_0_bfc) ran out of memory trying to allocate 32.00MiB (rounded to 33554432). Current allocation summary follows.

2020-03-31 17:03:42.820371: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (256): Total Chunks: 154, Chunks in use: 154. 38.5KiB allocated for chunks. 38.5KiB in use in bin. 14.3KiB client-request
ed in use in bin.
2020-03-31 17:03:42.826631: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (512): Total Chunks: 123, Chunks in use: 123. 63.0KiB allocated for chunks. 63.0KiB in use in bin. 63.0KiB client-request
ed in use in bin.
2020-03-31 17:03:42.834136: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (1024): Total Chunks: 187, Chunks in use: 187. 187.3KiB allocated for chunks. 187.3KiB in use in bin. 187.0KiB client-requ
ested in use in bin.
2020-03-31 17:03:42.840274: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (2048): Total Chunks: 230, Chunks in use: 230. 469.0KiB allocated for chunks. 469.0KiB in use in bin. 468.5KiB client-requ
ested in use in bin.
2020-03-31 17:03:42.847001: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (4096): Total Chunks: 59, Chunks in use: 59. 272.5KiB allocated for chunks. 272.5KiB in use in bin. 270.3KiB client-reques
ted in use in bin.
2020-03-31 17:03:42.855584: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (8192): Total Chunks: 41, Chunks in use: 41. 343.8KiB allocated for chunks. 343.8KiB in use in bin. 338.0KiB client-reques
ted in use in bin.
2020-03-31 17:03:42.864194: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (16384): Total Chunks: 48, Chunks in use: 48. 864.0KiB allocated for chunks. 864.0KiB in use in bin. 864.0KiB clien
t-requested in use in bin.
2020-03-31 17:03:42.873517: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (32768): Total Chunks: 12, Chunks in use: 12. 384.0KiB allocated for chunks. 384.0KiB in use in bin. 384.0KiB clien
t-requested in use in bin.
2020-03-31 17:03:42.880742: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (65536): Total Chunks: 22, Chunks in use: 22. 1.41MiB allocated for chunks. 1.41MiB in use in bin. 1.41MiB client-r
equested in use in bin.
2020-03-31 17:03:42.887238: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (131072): Total Chunks: 31, Chunks in use: 31. 4.08MiB allocated for chunks. 4.08MiB in use in bin. 4.08MiB client-r
equested in use in bin.
2020-03-31 17:03:42.894660: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (262144): Total Chunks: 11, Chunks in use: 11. 3.09MiB allocated for chunks. 3.09MiB in use in bin. 3.09MiB client-r
equested in use in bin.
2020-03-31 17:03:42.900732: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (524288): Total Chunks: 113, Chunks in use: 113. 58.64MiB allocated for chunks. 58.64MiB in use in bin. 57.56MiB cli
ent-requested in use in bin.
2020-03-31 17:03:42.907070: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (1048576): Total Chunks: 5, Chunks in use: 5. 5.63MiB allocated for chunks. 5.63MiB in use in bin. 5.63MiB client-req
uested in use in bin.
2020-03-31 17:03:42.912821: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (2097152): Total Chunks: 18, Chunks in use: 18. 41.65MiB allocated for chunks. 41.65MiB in use in bin. 41.30MiB clien
t-requested in use in bin.
2020-03-31 17:03:42.919616: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (4194304): Total Chunks: 3, Chunks in use: 3. 13.19MiB allocated for chunks. 13.19MiB in use in bin. 9.00MiB client-r
equested in use in bin.
2020-03-31 17:03:42.927625: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (8388608): Total Chunks: 8, Chunks in use: 6. 73.87MiB allocated for chunks. 56.04MiB in use in bin. 51.51MiB client-
requested in use in bin.
2020-03-31 17:03:42.935624: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (16777216): Total Chunks: 22, Chunks in use: 22. 388.34MiB allocated for chunks. 388.34MiB in use in bin. 353.52MiB cl
ient-requested in use in bin.
2020-03-31 17:03:42.942759: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (33554432): Total Chunks: 57, Chunks in use: 57. 1.90GiB allocated for chunks. 1.90GiB in use in bin. 1.80GiB client-r
equested in use in bin.
2020-03-31 17:03:42.949666: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (67108864): Total Chunks: 6, Chunks in use: 6. 461.02MiB allocated for chunks. 461.02MiB in use in bin. 385.50MiB clie
nt-requested in use in bin.
2020-03-31 17:03:42.957162: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (134217728): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use i
n bin.
2020-03-31 17:03:42.964341: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (268435456): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use i
n bin.
2020-03-31 17:03:42.970526: I tensorflow/core/common_runtime/bfc_allocator.cc:780] Bin for 32.00MiB was 32.00MiB, Chunk State:
2020-03-31 17:03:42.973801: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 1048576
2020-03-31 17:03:42.978181: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702800000 next 1 of size 256
2020-03-31 17:03:42.982358: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702800100 next 2 of size 256
2020-03-31 17:03:42.986673: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702800200 next 3 of size 65536
2020-03-31 17:03:42.989862: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702810200 next 4 of size 256
2020-03-31 17:03:42.992998: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702810300 next 5 of size 256
2020-03-31 17:03:42.996465: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702810400 next 6 of size 4608
2020-03-31 17:03:43.000464: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811600 next 7 of size 512
2020-03-31 17:03:43.004090: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811800 next 8 of size 512
2020-03-31 17:03:43.007519: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811A00 next 9 of size 512
2020-03-31 17:03:43.010952: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811C00 next 10 of size 256
2020-03-31 17:03:43.015244: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811D00 next 11 of size 256
2020-03-31 17:03:43.018566: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811E00 next 12 of size 131072
2020-03-31 17:03:43.023058: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702831E00 next 13 of size 256
2020-03-31 17:03:43.026224: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702831F00 next 14 of size 256
2020-03-31 17:03:43.029380: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702832000 next 15 of size 9216
2020-03-31 17:03:43.032725: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834400 next 16 of size 512
2020-03-31 17:03:43.036073: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834600 next 17 of size 512
2020-03-31 17:03:43.039855: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834800 next 18 of size 512
2020-03-31 17:03:43.043415: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834A00 next 19 of size 512
2020-03-31 17:03:43.046590: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834C00 next 20 of size 512
2020-03-31 17:03:43.051419: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834E00 next 21 of size 512
2020-03-31 17:03:43.055211: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702835000 next 22 of size 256
2020-03-31 17:03:43.058790: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702835100 next 23 of size 256
2020-03-31 17:03:43.061982: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702835200 next 18446744073709551615 of size 830976
2020-03-31 17:03:43.065829: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 2097152
2020-03-31 17:03:43.068939: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A00000 next 25 of size 256
2020-03-31 17:03:43.073155: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A00100 next 26 of size 65536
2020-03-31 17:03:43.076591: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A10100 next 27 of size 256
2020-03-31 17:03:43.080926: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A10200 next 28 of size 4608
2020-03-31 17:03:43.084653: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11400 next 29 of size 512
2020-03-31 17:03:43.088620: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11600 next 30 of size 512
2020-03-31 17:03:43.091806: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11800 next 31 of size 512
2020-03-31 17:03:43.095700: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11A00 next 32 of size 256
2020-03-31 17:03:43.098861: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11B00 next 33 of size 256
2020-03-31 17:03:43.102608: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11C00 next 34 of size 256
2020-03-31 17:03:43.106175: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11D00 next 35 of size 256
2020-03-31 17:03:43.109301: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11E00 next 36 of size 256
2020-03-31 17:03:43.113743: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11F00 next 37 of size 256
2020-03-31 17:03:43.116915: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A12000 next 38 of size 256
2020-03-31 17:03:43.121029: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A12100 next 39 of size 256
2020-03-31 17:03:43.124181: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A12200 next 40 of size 147456
2020-03-31 17:03:43.127578: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A36200 next 41 of size 256
2020-03-31 17:03:43.130998: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A36300 next 42 of size 256
2020-03-31 17:03:43.134272: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A36400 next 43 of size 294912
2020-03-31 17:03:43.138545: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A7E400 next 44 of size 256
2020-03-31 17:03:43.142610: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A7E500 next 45 of size 18432
2020-03-31 17:03:43.145762: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A82D00 next 46 of size 2048
2020-03-31 17:03:43.150320: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A83500 next 47 of size 2048
2020-03-31 17:03:43.154462: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A83D00 next 48 of size 2048
2020-03-31 17:03:43.157944: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A84500 next 49 of size 256
2020-03-31 17:03:43.161247: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A84600 next 50 of size 256
2020-03-31 17:03:43.165141: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A84700 next 51 of size 524288
2020-03-31 17:03:43.168496: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702B04700 next 52 of size 256
2020-03-31 17:03:43.172129: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702B04800 next 18446744073709551615 of size 1030144
2020-03-31 17:03:43.176003: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 4194304
2020-03-31 17:03:43.179670: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C00000 next 54 of size 1024
2020-03-31 17:03:43.183456: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C00400 next 55 of size 1024
2020-03-31 17:03:43.186853: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C00800 next 56 of size 1024
2020-03-31 17:03:43.190237: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C00C00 next 57 of size 2048
2020-03-31 17:03:43.194954: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C01400 next 58 of size 2048
2020-03-31 17:03:43.198376: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C01C00 next 59 of size 2048
2020-03-31 17:03:43.202193: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C02400 next 60 of size 256
2020-03-31 17:03:43.206960: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C02500 next 61 of size 18432
2020-03-31 17:03:43.210553: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C06D00 next 62 of size 2048
2020-03-31 17:03:43.214544: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C07500 next 63 of size 2048
2020-03-31 17:03:43.218906: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C07D00 next 64 of size 2048
2020-03-31 17:03:43.222735: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C08500 next 65 of size 256
2020-03-31 17:03:43.226423: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C08600 next 66 of size 524288
2020-03-31 17:03:43.229858: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C88600 next 67 of size 256
2020-03-31 17:03:43.234312: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C88700 next 68 of size 524288
2020-03-31 17:03:43.239350: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D08700 next 69 of size 1024
2020-03-31 17:03:43.242583: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D08B00 next 70 of size 1024
2020-03-31 17:03:43.246104: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D08F00 next 71 of size 1024
2020-03-31 17:03:43.249887: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D09300 next 72 of size 2048
2020-03-31 17:03:43.253555: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D09B00 next 73 of size 2048
2020-03-31 17:03:43.257819: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0A300 next 74 of size 2048
2020-03-31 17:03:43.261862: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0AB00 next 75 of size 256
2020-03-31 17:03:43.266560: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0AC00 next 76 of size 18432
2020-03-31 17:03:43.273418: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0F400 next 77 of size 2048
2020-03-31 17:03:43.277405: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0FC00 next 78 of size 2048
2020-03-31 17:03:43.281691: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D10400 next 79 of size 2048
2020-03-31 17:03:43.285363: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D10C00 next 80 of size 256
2020-03-31 17:03:43.289714: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D10D00 next 81 of size 524288
2020-03-31 17:03:43.293416: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D90D00 next 82 of size 256
2020-03-31 17:03:43.298048: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D90E00 next 83 of size 524288
2020-03-31 17:03:43.303780: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E10E00 next 84 of size 1024
2020-03-31 17:03:43.306995: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E11200 next 85 of size 1024
2020-03-31 17:03:43.310292: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E11600 next 86 of size 1024
2020-03-31 17:03:43.313465: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E11A00 next 87 of size 2048
2020-03-31 17:03:43.317462: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E12200 next 88 of size 2048
2020-03-31 17:03:43.321873: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E12A00 next 89 of size 2048
2020-03-31 17:03:43.325071: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E13200 next 90 of size 256
2020-03-31 17:03:43.328585: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E13300 next 91 of size 18432
2020-03-31 17:03:43.331767: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E17B00 next 92 of size 2048
2020-03-31 17:03:43.336762: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E18300 next 93 of size 2048
2020-03-31 17:03:43.340103: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E18B00 next 94 of size 2048
2020-03-31 17:03:43.344689: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E19300 next 95 of size 256
2020-03-31 17:03:43.348407: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E19400 next 96 of size 524288
2020-03-31 17:03:43.352794: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E99400 next 97 of size 256
2020-03-31 17:03:43.356812: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E99500 next 98 of size 524288
2020-03-31 17:03:43.361234: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F19500 next 99 of size 1024
2020-03-31 17:03:43.365482: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F19900 next 100 of size 1024
2020-03-31 17:03:43.368796: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F19D00 next 101 of size 1024
2020-03-31 17:03:43.372539: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1A100 next 102 of size 2048
2020-03-31 17:03:43.375729: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1A900 next 103 of size 2048
2020-03-31 17:03:43.379115: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1B100 next 104 of size 2048
2020-03-31 17:03:43.382878: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1B900 next 105 of size 256
2020-03-31 17:03:43.386030: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1BA00 next 106 of size 18432
2020-03-31 17:03:43.389995: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F20200 next 107 of size 2048
2020-03-31 17:03:43.393741: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F20A00 next 108 of size 2048
2020-03-31 17:03:43.398311: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F21200 next 109 of size 2048
2020-03-31 17:03:43.401479: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F21A00 next 110 of size 256
2020-03-31 17:03:43.405570: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F21B00 next 18446744073709551615 of size 910592
2020-03-31 17:03:43.410882: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 8388608
2020-03-31 17:03:43.413609: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703000000 next 112 of size 256
2020-03-31 17:03:43.416977: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703000100 next 113 of size 524288
2020-03-31 17:03:43.420951: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703080100 next 114 of size 1024
2020-03-31 17:03:43.425573: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703080500 next 115 of size 1024
2020-03-31 17:03:43.429042: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703080900 next 116 of size 1024
2020-03-31 17:03:43.432245: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703080D00 next 117 of size 2048
2020-03-31 17:03:43.436569: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703081500 next 118 of size 2048
2020-03-31 17:03:43.440545: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703081D00 next 119 of size 2048
2020-03-31 17:03:43.444316: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703082500 next 120 of size 256
2020-03-31 17:03:43.447467: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703082600 next 121 of size 18432
2020-03-31 17:03:43.452057: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703086E00 next 122 of size 2048
2020-03-31 17:03:43.455762: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703087600 next 123 of size 2048
2020-03-31 17:03:43.459016: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703087E00 next 124 of size 2048
2020-03-31 17:03:43.462356: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703088600 next 125 of size 256
2020-03-31 17:03:43.465539: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703088700 next 126 of size 524288
2020-03-31 17:03:43.470348: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703108700 next 127 of size 256
2020-03-31 17:03:43.473905: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703108800 next 128 of size 524288
2020-03-31 17:03:43.477212: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703188800 next 129 of size 1024
2020-03-31 17:03:43.480988: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703188C00 next 130 of size 1024
2020-03-31 17:03:43.484643: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703189000 next 131 of size 1024
2020-03-31 17:03:43.490421: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703189400 next 132 of size 2048
2020-03-31 17:03:43.494213: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703189C00 next 133 of size 2048
2020-03-31 17:03:43.498645: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318A400 next 134 of size 2048
2020-03-31 17:03:43.502168: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318AC00 next 135 of size 256
2020-03-31 17:03:43.506522: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318AD00 next 136 of size 18432
2020-03-31 17:03:43.510068: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318F500 next 137 of size 2048
2020-03-31 17:03:43.513528: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318FD00 next 138 of size 2048
2020-03-31 17:03:43.517903: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703190500 next 139 of size 2048
2020-03-31 17:03:43.521429: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703190D00 next 140 of size 256
2020-03-31 17:03:43.525248: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703190E00 next 141 of size 524288
2020-03-31 17:03:43.528778: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703210E00 next 142 of size 256
2020-03-31 17:03:43.532235: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703210F00 next 143 of size 524288
2020-03-31 17:03:43.536154: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703290F00 next 144 of size 1024
2020-03-31 17:03:43.540117: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703291300 next 145 of size 1024
2020-03-31 17:03:43.543874: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703291700 next 146 of size 1024
2020-03-31 17:03:43.547443: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703291B00 next 147 of size 2048
2020-03-31 17:03:43.551157: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703292300 next 148 of size 2048
2020-03-31 17:03:43.555766: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703292B00 next 149 of size 2048
2020-03-31 17:03:43.559289: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703293300 next 150 of size 256
2020-03-31 17:03:43.563412: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703293400 next 151 of size 18432
2020-03-31 17:03:43.566955: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703297C00 next 152 of size 2048
2020-03-31 17:03:43.570683: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703298400 next 153 of size 2048
2020-03-31 17:03:43.574254: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703298C00 next 154 of size 2048
2020-03-31 17:03:43.578038: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703299400 next 155 of size 256
2020-03-31 17:03:43.583120: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703299500 next 156 of size 524288
2020-03-31 17:03:43.587686: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703319500 next 157 of size 256
2020-03-31 17:03:43.591341: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703319600 next 158 of size 524288
2020-03-31 17:03:43.595044: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703399600 next 159 of size 1024
2020-03-31 17:03:43.599045: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703399A00 next 160 of size 1024
2020-03-31 17:03:43.602718: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703399E00 next 161 of size 1024
2020-03-31 17:03:43.607551: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339A200 next 162 of size 2048
2020-03-31 17:03:43.611536: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339AA00 next 163 of size 2048
2020-03-31 17:03:43.615507: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339B200 next 164 of size 2048
2020-03-31 17:03:43.618995: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339BA00 next 165 of size 1024
2020-03-31 17:03:43.623140: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339BE00 next 166 of size 1024
2020-03-31 17:03:43.627078: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339C200 next 167 of size 1024
2020-03-31 17:03:43.630970: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339C600 next 168 of size 1024
2020-03-31 17:03:43.634756: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339CA00 next 169 of size 1024
2020-03-31 17:03:43.638334: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339CE00 next 170 of size 1024
2020-03-31 17:03:43.641930: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339D200 next 171 of size 256
2020-03-31 17:03:43.646565: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339D300 next 172 of size 256
2020-03-31 17:03:43.650331: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339D400 next 18446744073709551615 of size 4598784
2020-03-31 17:03:43.654272: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 16777216
2020-03-31 17:03:43.656926: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703800000 next 174 of size 256
2020-03-31 17:03:43.660926: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703800100 next 175 of size 2359296
2020-03-31 17:03:43.664239: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A40100 next 176 of size 256
2020-03-31 17:03:43.668261: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A40200 next 177 of size 131072
2020-03-31 17:03:43.674197: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A60200 next 178 of size 256
2020-03-31 17:03:43.677760: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A60300 next 179 of size 4608
2020-03-31 17:03:43.681017: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A61500 next 180 of size 1024
2020-03-31 17:03:43.684285: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A61900 next 181 of size 1024
2020-03-31 17:03:43.688374: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A61D00 next 182 of size 1024
2020-03-31 17:03:43.692086: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A62100 next 183 of size 256
2020-03-31 17:03:43.695461: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A62200 next 184 of size 131072
2020-03-31 17:03:43.698757: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A82200 next 185 of size 256
2020-03-31 17:03:43.701897: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A82300 next 186 of size 4608
2020-03-31 17:03:43.706313: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A83500 next 187 of size 1024
2020-03-31 17:03:43.710547: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A83900 next 188 of size 1024
2020-03-31 17:03:43.714104: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A83D00 next 189 of size 1024
2020-03-31 17:03:43.717471: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A84100 next 190 of size 256
2020-03-31 17:03:43.721083: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A84200 next 191 of size 65536
2020-03-31 17:03:43.724909: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A94200 next 192 of size 256
2020-03-31 17:03:43.728071: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A94300 next 193 of size 4608
2020-03-31 17:03:43.731625: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95500 next 194 of size 512
2020-03-31 17:03:43.738434: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95700 next 195 of size 512
2020-03-31 17:03:43.744856: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95900 next 196 of size 512
2020-03-31 17:03:43.748026: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95B00 next 197 of size 512
2020-03-31 17:03:43.751371: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95D00 next 198 of size 512
2020-03-31 17:03:43.755708: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95F00 next 199 of size 512
2020-03-31 17:03:43.760555: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A96100 next 200 of size 256
2020-03-31 17:03:43.764652: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A96200 next 201 of size 589824
2020-03-31 17:03:43.768281: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B26200 next 202 of size 256
2020-03-31 17:03:43.772129: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B26300 next 203 of size 256
2020-03-31 17:03:43.775331: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B26400 next 204 of size 32768
2020-03-31 17:03:43.779064: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2E400 next 205 of size 256
2020-03-31 17:03:43.782293: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2E500 next 206 of size 256
2020-03-31 17:03:43.786349: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2E600 next 207 of size 2304
2020-03-31 17:03:43.789966: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2EF00 next 208 of size 512
2020-03-31 17:03:43.793150: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2F100 next 209 of size 512
2020-03-31 17:03:43.797057: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2F300 next 210 of size 512
2020-03-31 17:03:43.800251: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2F500 next 211 of size 256
2020-03-31 17:03:43.805080: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2F600 next 212 of size 32768
2020-03-31 17:03:43.808348: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B37600 next 213 of size 256
2020-03-31 17:03:43.811542: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B37700 next 214 of size 2304
2020-03-31 17:03:43.814896: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38000 next 215 of size 512
2020-03-31 17:03:43.818527: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38200 next 216 of size 512
2020-03-31 17:03:43.823742: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38400 next 217 of size 512
2020-03-31 17:03:43.827030: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38600 next 218 of size 256
2020-03-31 17:03:43.832023: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38700 next 219 of size 256
2020-03-31 17:03:43.835690: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38800 next 220 of size 256
2020-03-31 17:03:43.839272: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38900 next 221 of size 256
2020-03-31 17:03:43.843493: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38A00 next 222 of size 256
2020-03-31 17:03:43.846808: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38B00 next 223 of size 256
2020-03-31 17:03:43.851102: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38C00 next 224 of size 256
2020-03-31 17:03:43.854360: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38D00 next 225 of size 147456
2020-03-31 17:03:43.858648: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5CD00 next 226 of size 256
2020-03-31 17:03:43.862109: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5CE00 next 227 of size 256
2020-03-31 17:03:43.866300: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5CF00 next 228 of size 6912
2020-03-31 17:03:43.870054: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5EA00 next 229 of size 256
2020-03-31 17:03:43.873314: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5EB00 next 230 of size 256
2020-03-31 17:03:43.876679: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5EC00 next 231 of size 768
2020-03-31 17:03:43.879955: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5EF00 next 232 of size 1024
2020-03-31 17:03:43.885252: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5F300 next 233 of size 1024
2020-03-31 17:03:43.889366: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5F700 next 234 of size 1024
2020-03-31 17:03:43.893984: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5FB00 next 235 of size 256
2020-03-31 17:03:43.897135: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5FC00 next 236 of size 2359296
2020-03-31 17:03:43.900454: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703D9FC00 next 237 of size 1024
2020-03-31 17:03:43.904461: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0000 next 238 of size 1024
2020-03-31 17:03:43.908448: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0400 next 239 of size 1024
2020-03-31 17:03:43.912399: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0800 next 240 of size 512
2020-03-31 17:03:43.915722: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0A00 next 241 of size 512
2020-03-31 17:03:43.918900: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0C00 next 242 of size 512
2020-03-31 17:03:43.922783: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0E00 next 243 of size 256
2020-03-31 17:03:43.925969: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0F00 next 244 of size 589824
2020-03-31 17:03:43.931115: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703E30F00 next 245 of size 256
2020-03-31 17:03:43.934357: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703E31000 next 246 of size 73728
2020-03-31 17:03:43.937875: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703E43000 next 247 of size 256
2020-03-31 17:03:43.941728: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703E43100 next 248 of size 1179648
2020-03-31 17:03:43.945025: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703F63100 next 249 of size 256
2020-03-31 17:03:43.948710: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703F63200 next 250 of size 294912
2020-03-31 17:03:43.953114: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAB200 next 251 of size 256
2020-03-31 17:03:43.961177: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAB300 next 252 of size 3584
2020-03-31 17:03:43.964947: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAC100 next 253 of size 256
2020-03-31 17:03:43.968572: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAC200 next 254 of size 9216
2020-03-31 17:03:43.972860: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAE600 next 255 of size 256
2020-03-31 17:03:43.976307: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAE700 next 256 of size 256
2020-03-31 17:03:43.979545: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAE800 next 257 of size 256
2020-03-31 17:03:43.982693: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAE900 next 258 of size 256
2020-03-31 17:03:43.987921: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAEA00 next 259 of size 1280
2020-03-31 17:03:43.991461: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAEF00 next 260 of size 9216
2020-03-31 17:03:43.996183: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FB1300 next 261 of size 256
2020-03-31 17:03:44.000039: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FB1400 next 262 of size 147456
2020-03-31 17:03:44.004409: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FD5400 next 263 of size 147456
2020-03-31 17:03:44.007655: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FF9400 next 264 of size 147456
2020-03-31 17:03:44.011194: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070401D400 next 265 of size 147456
2020-03-31 17:03:44.014409: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704041400 next 266 of size 2048
2020-03-31 17:03:44.017619: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704041C00 next 267 of size 524288
2020-03-31 17:03:44.022459: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007040C1C00 next 268 of size 524288
2020-03-31 17:03:44.026291: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704141C00 next 269 of size 524288
2020-03-31 17:03:44.030049: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007041C1C00 next 270 of size 18432
2020-03-31 17:03:44.033365: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007041C6400 next 271 of size 524288
2020-03-31 17:03:44.038638: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704246400 next 272 of size 524288
2020-03-31 17:03:44.041990: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007042C6400 next 273 of size 524288
2020-03-31 17:03:44.045206: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704346400 next 274 of size 2048
2020-03-31 17:03:44.049815: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704346C00 next 275 of size 524288
2020-03-31 17:03:44.053470: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C6C00 next 276 of size 1024
2020-03-31 17:03:44.057435: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C7000 next 277 of size 2048
2020-03-31 17:03:44.060644: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C7800 next 278 of size 2048
2020-03-31 17:03:44.064824: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C8000 next 279 of size 2048
2020-03-31 17:03:44.068026: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C8800 next 280 of size 1024
2020-03-31 17:03:44.071650: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C8C00 next 281 of size 1024
2020-03-31 17:03:44.075214: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C9000 next 282 of size 18432
2020-03-31 17:03:44.078684: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043CD800 next 283 of size 2048
2020-03-31 17:03:44.082087: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043CE000 next 284 of size 2048
2020-03-31 17:03:44.086848: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043CE800 next 285 of size 2048
2020-03-31 17:03:44.090156: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043CF000 next 286 of size 524288
2020-03-31 17:03:44.093716: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070444F000 next 287 of size 1024
2020-03-31 17:03:44.096997: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070444F400 next 288 of size 2048
2020-03-31 17:03:44.100516: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070444FC00 next 289 of size 524288
2020-03-31 17:03:44.105639: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007044CFC00 next 290 of size 524288
2020-03-31 17:03:44.109415: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070454FC00 next 291 of size 1024
2020-03-31 17:03:44.113605: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704550000 next 292 of size 1024
2020-03-31 17:03:44.116908: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704550400 next 293 of size 18432
2020-03-31 17:03:44.120813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704554C00 next 294 of size 65536
2020-03-31 17:03:44.124714: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704564C00 next 295 of size 4608
2020-03-31 17:03:44.129138: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704565E00 next 296 of size 1024
2020-03-31 17:03:44.132367: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704566200 next 18446744073709551615 of size 2727424
2020-03-31 17:03:44.136298: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 33554432
2020-03-31 17:03:44.140329: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704800000 next 298 of size 2048
2020-03-31 17:03:44.143679: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704800800 next 299 of size 2048
2020-03-31 17:03:44.147631: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704801000 next 300 of size 2359296
2020-03-31 17:03:44.151443: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704A41000 next 301 of size 2359296
2020-03-31 17:03:44.155206: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704C81000 next 302 of size 2359296
2020-03-31 17:03:44.158588: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EC1000 next 303 of size 512
2020-03-31 17:03:44.161842: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EC1200 next 304 of size 512
2020-03-31 17:03:44.165537: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EC1400 next 305 of size 2048
2020-03-31 17:03:44.168705: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EC1C00 next 306 of size 1024
2020-03-31 17:03:44.172950: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EC2000 next 307 of size 512
2020-03-31 17:03:44.177245: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EC2200 next 308 of size 131072
2020-03-31 17:03:44.180514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EE2200 next 309 of size 512
2020-03-31 17:03:44.183978: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EE2400 next 310 of size 2048
2020-03-31 17:03:44.188082: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EE2C00 next 311 of size 2359296
2020-03-31 17:03:44.191582: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705122C00 next 312 of size 512
2020-03-31 17:03:44.194743: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705122E00 next 313 of size 512
2020-03-31 17:03:44.197956: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705123000 next 314 of size 131072
2020-03-31 17:03:44.201373: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705143000 next 315 of size 2048
2020-03-31 17:03:44.206260: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705143800 next 316 of size 1024
2020-03-31 17:03:44.209959: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705143C00 next 317 of size 1024
2020-03-31 17:03:44.213380: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705144000 next 318 of size 1024
2020-03-31 17:03:44.216568: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705144400 next 319 of size 512
2020-03-31 17:03:44.220774: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705144600 next 320 of size 512
2020-03-31 17:03:44.223997: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705144800 next 321 of size 2359296
2020-03-31 17:03:44.227560: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705384800 next 322 of size 589824
2020-03-31 17:03:44.230850: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705414800 next 323 of size 1024
2020-03-31 17:03:44.234041: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705414C00 next 324 of size 1024
2020-03-31 17:03:44.237867: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705415000 next 325 of size 1024
2020-03-31 17:03:44.242847: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705415400 next 326 of size 1024
2020-03-31 17:03:44.246386: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705415800 next 327 of size 4608
2020-03-31 17:03:44.250361: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705416A00 next 328 of size 4608
2020-03-31 17:03:44.255415: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705417C00 next 329 of size 1024
2020-03-31 17:03:44.258675: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705418000 next 330 of size 512
2020-03-31 17:03:44.262111: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705418200 next 331 of size 131072
2020-03-31 17:03:44.265385: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705438200 next 332 of size 4608
2020-03-31 17:03:44.269835: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705439400 next 333 of size 1024
2020-03-31 17:03:44.274092: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705439800 next 334 of size 4608
2020-03-31 17:03:44.277357: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070543AA00 next 335 of size 1024
2020-03-31 17:03:44.281536: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070543AE00 next 336 of size 65536
2020-03-31 17:03:44.285067: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544AE00 next 337 of size 1024
2020-03-31 17:03:44.288901: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544B200 next 338 of size 1024
2020-03-31 17:03:44.292699: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544B600 next 339 of size 512
2020-03-31 17:03:44.297151: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544B800 next 340 of size 512
2020-03-31 17:03:44.300794: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544BA00 next 341 of size 512
2020-03-31 17:03:44.304618: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544BC00 next 342 of size 512
2020-03-31 17:03:44.309113: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544BE00 next 343 of size 512
2020-03-31 17:03:44.312821: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544C000 next 344 of size 2359296
2020-03-31 17:03:44.317061: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070568C000 next 345 of size 131072
2020-03-31 17:03:44.322305: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007056AC000 next 346 of size 4608
2020-03-31 17:03:44.325909: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007056AD200 next 347 of size 1024
2020-03-31 17:03:44.329223: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007056AD600 next 348 of size 131072
2020-03-31 17:03:44.333941: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007056CD600 next 349 of size 131072
2020-03-31 17:03:44.337837: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007056ED600 next 350 of size 131072
2020-03-31 17:03:44.341638: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070570D600 next 351 of size 131072
2020-03-31 17:03:44.345810: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070572D600 next 352 of size 1024
2020-03-31 17:03:44.349193: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070572DA00 next 353 of size 4608
2020-03-31 17:03:44.352639: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070572EC00 next 354 of size 512
2020-03-31 17:03:44.356450: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070572EE00 next 355 of size 4608
2020-03-31 17:03:44.361101: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705730000 next 356 of size 4608
2020-03-31 17:03:44.364331: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705731200 next 357 of size 4608
2020-03-31 17:03:44.367538: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705732400 next 358 of size 589824
2020-03-31 17:03:44.371689: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057C2400 next 359 of size 65536
2020-03-31 17:03:44.375052: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057D2400 next 360 of size 512
2020-03-31 17:03:44.379793: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057D2600 next 361 of size 512
2020-03-31 17:03:44.386180: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057D2800 next 362 of size 4608
2020-03-31 17:03:44.390044: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057D3A00 next 363 of size 512
2020-03-31 17:03:44.393701: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057D3C00 next 364 of size 65536
2020-03-31 17:03:44.398742: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057E3C00 next 365 of size 65536
2020-03-31 17:03:44.402994: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F3C00 next 366 of size 512
2020-03-31 17:03:44.407709: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F3E00 next 367 of size 512
2020-03-31 17:03:44.410955: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F4000 next 368 of size 512
2020-03-31 17:03:44.414129: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F4200 next 369 of size 512
2020-03-31 17:03:44.417344: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F4400 next 370 of size 512
2020-03-31 17:03:44.420871: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F4600 next 371 of size 4608
2020-03-31 17:03:44.425247: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F5800 next 372 of size 512
2020-03-31 17:03:44.428383: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F5A00 next 373 of size 512
2020-03-31 17:03:44.431582: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F5C00 next 374 of size 512
2020-03-31 17:03:44.435308: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F5E00 next 375 of size 256
2020-03-31 17:03:44.439268: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F5F00 next 376 of size 512
2020-03-31 17:03:44.443111: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F6100 next 377 of size 512
2020-03-31 17:03:44.447286: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F6300 next 378 of size 512
2020-03-31 17:03:44.451010: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F6500 next 379 of size 512
2020-03-31 17:03:44.455356: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F6700 next 380 of size 512
2020-03-31 17:03:44.458609: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F6900 next 381 of size 512
2020-03-31 17:03:44.462144: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F6B00 next 382 of size 589824
2020-03-31 17:03:44.465819: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705886B00 next 383 of size 589824
2020-03-31 17:03:44.469986: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705916B00 next 384 of size 589824
2020-03-31 17:03:44.473282: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059A6B00 next 385 of size 65536
2020-03-31 17:03:44.477471: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059B6B00 next 386 of size 18432
2020-03-31 17:03:44.481012: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BB300 next 387 of size 512
2020-03-31 17:03:44.484552: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BB500 next 388 of size 256
2020-03-31 17:03:44.489720: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BB600 next 389 of size 256
2020-03-31 17:03:44.493225: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BB700 next 390 of size 512
2020-03-31 17:03:44.497098: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BB900 next 391 of size 512
2020-03-31 17:03:44.500598: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BBB00 next 392 of size 512
2020-03-31 17:03:44.504398: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BBD00 next 393 of size 512
2020-03-31 17:03:44.507966: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BBF00 next 394 of size 512
2020-03-31 17:03:44.511520: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BC100 next 395 of size 512
2020-03-31 17:03:44.517196: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BC300 next 396 of size 512
2020-03-31 17:03:44.520790: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BC500 next 397 of size 512
2020-03-31 17:03:44.524668: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BC700 next 398 of size 256
2020-03-31 17:03:44.528140: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BC800 next 399 of size 256
2020-03-31 17:03:44.532230: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BC900 next 400 of size 256
2020-03-31 17:03:44.536231: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BCA00 next 401 of size 2048
2020-03-31 17:03:44.540577: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BD200 next 402 of size 2048
2020-03-31 17:03:44.544117: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BDA00 next 403 of size 256
2020-03-31 17:03:44.547610: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BDB00 next 404 of size 256
2020-03-31 17:03:44.551343: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BDC00 next 405 of size 256
2020-03-31 17:03:44.556142: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BDD00 next 406 of size 131072
2020-03-31 17:03:44.560133: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059DDD00 next 407 of size 9216
2020-03-31 17:03:44.564037: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0100 next 408 of size 1024
2020-03-31 17:03:44.567947: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0500 next 409 of size 512
2020-03-31 17:03:44.571576: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0700 next 410 of size 256
2020-03-31 17:03:44.575328: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0800 next 411 of size 256
2020-03-31 17:03:44.579249: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0900 next 412 of size 256
2020-03-31 17:03:44.584129: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0A00 next 413 of size 256
2020-03-31 17:03:44.588108: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0B00 next 414 of size 256
2020-03-31 17:03:44.591643: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0C00 next 415 of size 256
2020-03-31 17:03:44.595606: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0D00 next 416 of size 147456
2020-03-31 17:03:44.599256: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A04D00 next 417 of size 512
2020-03-31 17:03:44.603032: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A04F00 next 418 of size 131072
2020-03-31 17:03:44.606911: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A24F00 next 419 of size 9216
2020-03-31 17:03:44.612274: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A27300 next 420 of size 1024
2020-03-31 17:03:44.615862: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A27700 next 421 of size 2048
2020-03-31 17:03:44.619487: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A27F00 next 422 of size 18432
2020-03-31 17:03:44.623514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A2C700 next 423 of size 2048
2020-03-31 17:03:44.627096: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A2CF00 next 424 of size 2048
2020-03-31 17:03:44.630840: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A2D700 next 425 of size 65536
2020-03-31 17:03:44.634410: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A3D700 next 426 of size 65536
2020-03-31 17:03:44.639094: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A4D700 next 427 of size 65536
2020-03-31 17:03:44.642259: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A5D700 next 428 of size 512
2020-03-31 17:03:44.647344: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A5D900 next 429 of size 512
2020-03-31 17:03:44.651156: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A5DB00 next 430 of size 131072
2020-03-31 17:03:44.655448: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A7DB00 next 431 of size 9216
2020-03-31 17:03:44.659105: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A7FF00 next 432 of size 2048
2020-03-31 17:03:44.662873: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A80700 next 433 of size 2048
2020-03-31 17:03:44.666498: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A80F00 next 434 of size 2048
2020-03-31 17:03:44.670363: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A81700 next 435 of size 18432
2020-03-31 17:03:44.675284: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A85F00 next 436 of size 256
2020-03-31 17:03:44.678578: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A86000 next 437 of size 65536
2020-03-31 17:03:44.681852: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A96000 next 438 of size 2048
2020-03-31 17:03:44.685770: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A96800 next 439 of size 2048
2020-03-31 17:03:44.690288: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A97000 next 440 of size 1024
2020-03-31 17:03:44.693662: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A97400 next 441 of size 2048
2020-03-31 17:03:44.696979: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A97C00 next 442 of size 256
2020-03-31 17:03:44.700233: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A97D00 next 443 of size 256
2020-03-31 17:03:44.704151: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A97E00 next 444 of size 256
2020-03-31 17:03:44.707342: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A97F00 next 445 of size 256
2020-03-31 17:03:44.712193: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A98000 next 446 of size 18432
2020-03-31 17:03:44.715531: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A9C800 next 447 of size 2048
2020-03-31 17:03:44.719827: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A9D000 next 448 of size 4608
2020-03-31 17:03:44.723090: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A9E200 next 449 of size 4608
2020-03-31 17:03:44.726397: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A9F400 next 450 of size 512
2020-03-31 17:03:44.730011: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A9F600 next 451 of size 131072
2020-03-31 17:03:44.733867: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705ABF600 next 452 of size 131072
2020-03-31 17:03:44.738970: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705ADF600 next 453 of size 2048
2020-03-31 17:03:44.742212: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705ADFE00 next 454 of size 2048
2020-03-31 17:03:44.745511: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705AE0600 next 455 of size 524288
2020-03-31 17:03:44.749325: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B60600 next 456 of size 1024
2020-03-31 17:03:44.753092: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B60A00 next 457 of size 2048
2020-03-31 17:03:44.757807: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B61200 next 458 of size 18432
2020-03-31 17:03:44.761306: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B65A00 next 459 of size 2048
2020-03-31 17:03:44.764686: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B66200 next 460 of size 2048
2020-03-31 17:03:44.767959: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B66A00 next 461 of size 512
2020-03-31 17:03:44.773688: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B66C00 next 462 of size 1024
2020-03-31 17:03:44.777220: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B67000 next 463 of size 2048
2020-03-31 17:03:44.780925: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B67800 next 464 of size 2048
2020-03-31 17:03:44.784357: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B68000 next 465 of size 18432
2020-03-31 17:03:44.788004: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6C800 next 466 of size 2048
2020-03-31 17:03:44.791626: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6D000 next 467 of size 2048
2020-03-31 17:03:44.795179: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6D800 next 468 of size 2048
2020-03-31 17:03:44.799666: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6E000 next 469 of size 2048
2020-03-31 17:03:44.803434: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6E800 next 470 of size 1024
2020-03-31 17:03:44.806784: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6EC00 next 471 of size 2048
2020-03-31 17:03:44.810172: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6F400 next 472 of size 2048
2020-03-31 17:03:44.813484: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6FC00 next 473 of size 18432
2020-03-31 17:03:44.816785: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B74400 next 474 of size 1024
2020-03-31 17:03:44.820475: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B74800 next 475 of size 2048
2020-03-31 17:03:44.823881: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B75000 next 476 of size 2048
2020-03-31 17:03:44.828752: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B75800 next 477 of size 18432
2020-03-31 17:03:44.832003: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7A000 next 478 of size 2048
2020-03-31 17:03:44.835502: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7A800 next 479 of size 1024
2020-03-31 17:03:44.839490: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7AC00 next 480 of size 1024
2020-03-31 17:03:44.843762: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7B000 next 481 of size 1024
2020-03-31 17:03:44.847281: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7B400 next 482 of size 2048
2020-03-31 17:03:44.850494: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7BC00 next 483 of size 2048
2020-03-31 17:03:44.854912: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7C400 next 484 of size 2048
2020-03-31 17:03:44.858693: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7CC00 next 485 of size 524288
2020-03-31 17:03:44.865127: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705BFCC00 next 486 of size 524288
2020-03-31 17:03:44.868785: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C7CC00 next 487 of size 1024
2020-03-31 17:03:44.873625: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C7D000 next 488 of size 1024
2020-03-31 17:03:44.876906: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C7D400 next 489 of size 2048
2020-03-31 17:03:44.880169: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C7DC00 next 490 of size 2048
2020-03-31 17:03:44.883450: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C7E400 next 491 of size 18432
2020-03-31 17:03:44.887135: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C82C00 next 492 of size 18432
2020-03-31 17:03:44.892113: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C87400 next 493 of size 2048
2020-03-31 17:03:44.895351: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C87C00 next 494 of size 2048
2020-03-31 17:03:44.898574: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C88400 next 495 of size 2048
2020-03-31 17:03:44.902534: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C88C00 next 496 of size 2048
2020-03-31 17:03:44.906393: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C89400 next 497 of size 524288
2020-03-31 17:03:44.909840: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D09400 next 498 of size 1024
2020-03-31 17:03:44.913128: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D09800 next 499 of size 18432
2020-03-31 17:03:44.916482: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D0E000 next 500 of size 2048
2020-03-31 17:03:44.920001: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D0E800 next 501 of size 2048
2020-03-31 17:03:44.923319: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D0F000 next 502 of size 2048
2020-03-31 17:03:44.928266: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D0F800 next 503 of size 2048
2020-03-31 17:03:44.931480: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D10000 next 504 of size 2048
2020-03-31 17:03:44.934646: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D10800 next 505 of size 1024
2020-03-31 17:03:44.938945: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D10C00 next 506 of size 1024
2020-03-31 17:03:44.942228: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D11000 next 507 of size 1024
2020-03-31 17:03:44.946062: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D11400 next 508 of size 1024
2020-03-31 17:03:44.949352: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D11800 next 509 of size 2048
2020-03-31 17:03:44.955555: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D12000 next 510 of size 2048
2020-03-31 17:03:44.959275: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D12800 next 511 of size 18432
2020-03-31 17:03:44.963135: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D17000 next 512 of size 2048
2020-03-31 17:03:44.966386: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D17800 next 513 of size 18432
2020-03-31 17:03:44.970355: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D1C000 next 514 of size 2048
2020-03-31 17:03:44.974817: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D1C800 next 515 of size 524288
2020-03-31 17:03:44.978051: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D9C800 next 516 of size 524288
2020-03-31 17:03:44.983197: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705E1C800 next 517 of size 524288
2020-03-31 17:03:44.987389: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705E9C800 next 518 of size 524288
2020-03-31 17:03:44.991192: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F1C800 next 519 of size 2048
2020-03-31 17:03:44.994908: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F1D000 next 520 of size 1024
2020-03-31 17:03:44.998600: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F1D400 next 521 of size 1024
2020-03-31 17:03:45.001838: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F1D800 next 522 of size 2048
2020-03-31 17:03:45.005579: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F1E000 next 523 of size 18432
2020-03-31 17:03:45.009002: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F22800 next 524 of size 2048
2020-03-31 17:03:45.012176: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F23000 next 525 of size 18432
2020-03-31 17:03:45.015510: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F27800 next 526 of size 2048
2020-03-31 17:03:45.020560: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F28000 next 527 of size 524288
2020-03-31 17:03:45.023915: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705FA8000 next 528 of size 524288
2020-03-31 17:03:45.027507: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706028000 next 529 of size 524288
2020-03-31 17:03:45.030786: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007060A8000 next 530 of size 524288
2020-03-31 17:03:45.034295: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706128000 next 531 of size 1024
2020-03-31 17:03:45.039104: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706128400 next 532 of size 1024
2020-03-31 17:03:45.043162: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706128800 next 533 of size 1024
2020-03-31 17:03:45.047905: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706128C00 next 534 of size 1024
2020-03-31 17:03:45.051146: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706129000 next 535 of size 2048
2020-03-31 17:03:45.056206: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706129800 next 536 of size 4608
2020-03-31 17:03:45.060800: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070612AA00 next 537 of size 18432
2020-03-31 17:03:45.064075: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070612F200 next 538 of size 2048
2020-03-31 17:03:45.067916: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070612FA00 next 539 of size 2048
2020-03-31 17:03:45.071952: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706130200 next 540 of size 2048
2020-03-31 17:03:45.075525: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706130A00 next 541 of size 2048
2020-03-31 17:03:45.078900: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706131200 next 542 of size 524288
2020-03-31 17:03:45.082207: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007061B1200 next 543 of size 2048
2020-03-31 17:03:45.087119: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007061B1A00 next 544 of size 1024
2020-03-31 17:03:45.090834: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007061B1E00 next 545 of size 524288
2020-03-31 17:03:45.094200: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706231E00 next 546 of size 524288
2020-03-31 17:03:45.098792: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007062B1E00 next 547 of size 524288
2020-03-31 17:03:45.102808: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706331E00 next 548 of size 524288
2020-03-31 17:03:45.107036: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007063B1E00 next 18446744073709551615 of size 4514304
2020-03-31 17:03:45.111808: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 67108864
2020-03-31 17:03:45.115017: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706800000 next 550 of size 2359296
2020-03-31 17:03:45.118753: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706A40000 next 551 of size 2359296
2020-03-31 17:03:45.122930: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706C80000 next 552 of size 131072
2020-03-31 17:03:45.126313: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706CA0000 next 553 of size 4608
2020-03-31 17:03:45.129698: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706CA1200 next 554 of size 2048
2020-03-31 17:03:45.133003: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706CA1A00 next 555 of size 2048
2020-03-31 17:03:45.136294: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706CA2200 next 556 of size 524288
2020-03-31 17:03:45.141753: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D22200 next 557 of size 2048
2020-03-31 17:03:45.145118: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D22A00 next 558 of size 2048
2020-03-31 17:03:45.148524: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D23200 next 559 of size 18432
2020-03-31 17:03:45.152428: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D27A00 next 560 of size 2048
2020-03-31 17:03:45.156051: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D28200 next 561 of size 524288
2020-03-31 17:03:45.159722: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DA8200 next 562 of size 524288
2020-03-31 17:03:45.163302: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706E28200 next 563 of size 524288
2020-03-31 17:03:45.166827: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706EA8200 next 564 of size 524288
2020-03-31 17:03:45.171686: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F28200 next 565 of size 2048
2020-03-31 17:03:45.174833: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F28A00 next 566 of size 18432
2020-03-31 17:03:45.179626: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2D200 next 567 of size 1024
2020-03-31 17:03:45.183514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2D600 next 568 of size 1024
2020-03-31 17:03:45.187858: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2DA00 next 569 of size 1024
2020-03-31 17:03:45.191467: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2DE00 next 570 of size 2048
2020-03-31 17:03:45.194653: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2E600 next 571 of size 2048
2020-03-31 17:03:45.198069: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2EE00 next 572 of size 2048
2020-03-31 17:03:45.201328: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2F600 next 573 of size 2048
2020-03-31 17:03:45.206275: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2FE00 next 574 of size 1024
2020-03-31 17:03:45.209702: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F30200 next 575 of size 2048
2020-03-31 17:03:45.212964: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F30A00 next 576 of size 18432
2020-03-31 17:03:45.216859: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F35200 next 577 of size 2048
2020-03-31 17:03:45.220302: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F35A00 next 578 of size 524288
2020-03-31 17:03:45.223778: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706FB5A00 next 579 of size 1024
2020-03-31 17:03:45.227356: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706FB5E00 next 580 of size 2048
2020-03-31 17:03:45.231168: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706FB6600 next 581 of size 512
2020-03-31 17:03:45.234371: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706FB6800 next 582 of size 512
2020-03-31 17:03:45.238472: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706FB6A00 next 583 of size 32768
2020-03-31 17:03:45.242838: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706FBEA00 next 584 of size 524288
2020-03-31 17:03:45.246142: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070703EA00 next 585 of size 524288
2020-03-31 17:03:45.250071: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007070BEA00 next 586 of size 1024
2020-03-31 17:03:45.253663: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007070BEE00 next 587 of size 1024
2020-03-31 17:03:45.257082: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007070BF200 next 588 of size 2048
2020-03-31 17:03:45.260436: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007070BFA00 next 589 of size 524288
2020-03-31 17:03:45.264598: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070713FA00 next 590 of size 1024
2020-03-31 17:03:45.271217: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070713FE00 next 591 of size 1024
2020-03-31 17:03:45.275677: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707140200 next 592 of size 2048
2020-03-31 17:03:45.280899: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707140A00 next 593 of size 2048
2020-03-31 17:03:45.285134: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707141200 next 594 of size 18432
2020-03-31 17:03:45.289690: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707145A00 next 595 of size 2048
2020-03-31 17:03:45.293600: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707146200 next 596 of size 524288
2020-03-31 17:03:45.297962: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007071C6200 next 597 of size 524288
2020-03-31 17:03:45.302126: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707246200 next 598 of size 524288
2020-03-31 17:03:45.308908: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007072C6200 next 599 of size 524288
2020-03-31 17:03:45.313113: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707346200 next 600 of size 1024
2020-03-31 17:03:45.316512: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707346600 next 601 of size 1024
2020-03-31 17:03:45.320215: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707346A00 next 602 of size 2048
2020-03-31 17:03:45.324040: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707347200 next 603 of size 1024
2020-03-31 17:03:45.327310: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707347600 next 604 of size 1024
2020-03-31 17:03:45.332448: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707347A00 next 605 of size 65536
2020-03-31 17:03:45.336242: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707357A00 next 606 of size 4608
2020-03-31 17:03:45.341322: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707358C00 next 607 of size 512
2020-03-31 17:03:45.344756: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707358E00 next 608 of size 512
2020-03-31 17:03:45.348718: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707359000 next 609 of size 524288
2020-03-31 17:03:45.352201: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007073D9000 next 610 of size 589824
2020-03-31 17:03:45.356140: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707469000 next 611 of size 589824
2020-03-31 17:03:45.361849: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007074F9000 next 612 of size 589824
2020-03-31 17:03:45.366706: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707589000 next 613 of size 589824
2020-03-31 17:03:45.371755: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707619000 next 614 of size 2048
2020-03-31 17:03:45.375155: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707619800 next 615 of size 524288
2020-03-31 17:03:45.378437: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707699800 next 616 of size 524288
2020-03-31 17:03:45.381796: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707719800 next 617 of size 524288
2020-03-31 17:03:45.385362: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707799800 next 618 of size 524288
2020-03-31 17:03:45.389040: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707819800 next 619 of size 1024
2020-03-31 17:03:45.392310: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707819C00 next 620 of size 1024
2020-03-31 17:03:45.397959: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070781A000 next 621 of size 1024
2020-03-31 17:03:45.401250: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070781A400 next 622 of size 1024
2020-03-31 17:03:45.406044: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070781A800 next 623 of size 2048
2020-03-31 17:03:45.409310: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070781B000 next 624 of size 18432
2020-03-31 17:03:45.412755: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070781F800 next 625 of size 2048
2020-03-31 17:03:45.416113: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707820000 next 626 of size 2048
2020-03-31 17:03:45.419637: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707820800 next 627 of size 2048
2020-03-31 17:03:45.424875: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707821000 next 628 of size 2048
2020-03-31 17:03:45.428805: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707821800 next 629 of size 1024
2020-03-31 17:03:45.432054: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707821C00 next 630 of size 1024
2020-03-31 17:03:45.435355: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707822000 next 631 of size 1024
2020-03-31 17:03:45.439429: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707822400 next 632 of size 1024
2020-03-31 17:03:45.443164: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707822800 next 633 of size 2048
2020-03-31 17:03:45.446624: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707823000 next 634 of size 1024
2020-03-31 17:03:45.449853: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707823400 next 635 of size 131072
2020-03-31 17:03:45.453317: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707843400 next 636 of size 4608
2020-03-31 17:03:45.456866: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707844600 next 637 of size 4608
2020-03-31 17:03:45.461391: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707845800 next 638 of size 1024
2020-03-31 17:03:45.465460: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707845C00 next 639 of size 4608
2020-03-31 17:03:45.468819: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707846E00 next 640 of size 4608
2020-03-31 17:03:45.472570: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707848000 next 641 of size 4608
2020-03-31 17:03:45.476220: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707849200 next 642 of size 4608
2020-03-31 17:03:45.479418: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070784A400 next 643 of size 1024
2020-03-31 17:03:45.483100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070784A800 next 644 of size 65536
2020-03-31 17:03:45.486699: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070785A800 next 645 of size 2048
2020-03-31 17:03:45.491159: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070785B000 next 646 of size 512
2020-03-31 17:03:45.494987: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070785B200 next 647 of size 1024
2020-03-31 17:03:45.498242: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070785B600 next 648 of size 1024
2020-03-31 17:03:45.502221: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070785BA00 next 649 of size 2048
2020-03-31 17:03:45.506528: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070785C200 next 650 of size 524288
2020-03-31 17:03:45.510963: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007078DC200 next 651 of size 2048
2020-03-31 17:03:45.514913: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007078DCA00 next 652 of size 2048
2020-03-31 17:03:45.519532: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007078DD200 next 653 of size 524288
2020-03-31 17:03:45.523285: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070795D200 next 654 of size 524288
2020-03-31 17:03:45.526901: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007079DD200 next 655 of size 524288
2020-03-31 17:03:45.530494: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707A5D200 next 656 of size 524288
2020-03-31 17:03:45.533784: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707ADD200 next 657 of size 18432
2020-03-31 17:03:45.537521: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707AE1A00 next 658 of size 18432
2020-03-31 17:03:45.540825: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707AE6200 next 659 of size 1024
2020-03-31 17:03:45.544481: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707AE6600 next 660 of size 1024
2020-03-31 17:03:45.548243: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707AE6A00 next 661 of size 524288
2020-03-31 17:03:45.551842: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B66A00 next 662 of size 1024
2020-03-31 17:03:45.557443: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B66E00 next 663 of size 1024
2020-03-31 17:03:45.560956: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B67200 next 664 of size 9216
2020-03-31 17:03:45.564698: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B69600 next 665 of size 512
2020-03-31 17:03:45.568183: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B69800 next 666 of size 512
2020-03-31 17:03:45.571794: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B69A00 next 667 of size 512
2020-03-31 17:03:45.575633: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B69C00 next 668 of size 512
2020-03-31 17:03:45.579627: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B69E00 next 669 of size 512
2020-03-31 17:03:45.584452: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6A000 next 670 of size 1024
2020-03-31 17:03:45.588125: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6A400 next 671 of size 1024
2020-03-31 17:03:45.591897: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6A800 next 672 of size 1024
2020-03-31 17:03:45.595514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6AC00 next 673 of size 1024
2020-03-31 17:03:45.599249: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6B000 next 674 of size 1024
2020-03-31 17:03:45.602794: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6B400 next 675 of size 1024
2020-03-31 17:03:45.607762: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6B800 next 676 of size 2048
2020-03-31 17:03:45.611811: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6C000 next 677 of size 2048
2020-03-31 17:03:45.615316: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6C800 next 678 of size 1024
2020-03-31 17:03:45.619362: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6CC00 next 679 of size 1024
2020-03-31 17:03:45.623161: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6D000 next 680 of size 1024
2020-03-31 17:03:45.626868: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6D400 next 681 of size 1024
2020-03-31 17:03:45.630365: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6D800 next 682 of size 1024
2020-03-31 17:03:45.633854: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6DC00 next 683 of size 524288
2020-03-31 17:03:45.637739: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707BEDC00 next 684 of size 524288
2020-03-31 17:03:45.641267: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707C6DC00 next 685 of size 524288
2020-03-31 17:03:45.646861: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707CEDC00 next 686 of size 524288
2020-03-31 17:03:45.650408: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D6DC00 next 687 of size 18432
2020-03-31 17:03:45.654514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D72400 next 688 of size 1024
2020-03-31 17:03:45.658079: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D72800 next 689 of size 2048
2020-03-31 17:03:45.661607: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D73000 next 690 of size 512
2020-03-31 17:03:45.665131: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D73200 next 691 of size 2048
2020-03-31 17:03:45.668661: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D73A00 next 692 of size 2048
2020-03-31 17:03:45.673698: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D74200 next 693 of size 2048
2020-03-31 17:03:45.677213: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D74A00 next 694 of size 1024
2020-03-31 17:03:45.681242: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D74E00 next 695 of size 524288
2020-03-31 17:03:45.687728: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707DF4E00 next 696 of size 2048
2020-03-31 17:03:45.691521: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707DF5600 next 697 of size 2048
2020-03-31 17:03:45.695063: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707DF5E00 next 698 of size 18432
2020-03-31 17:03:45.698805: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707DFA600 next 699 of size 2048
2020-03-31 17:03:45.702036: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707DFAE00 next 700 of size 2048
2020-03-31 17:03:45.705876: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707DFB600 next 701 of size 524288
2020-03-31 17:03:45.711147: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707E7B600 next 702 of size 524288
2020-03-31 17:03:45.714587: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707EFB600 next 703 of size 589824
2020-03-31 17:03:45.718292: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707F8B600 next 704 of size 65536
2020-03-31 17:03:45.722477: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707F9B600 next 705 of size 294912
2020-03-31 17:03:45.725991: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707FE3600 next 706 of size 2048
2020-03-31 17:03:45.729314: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707FE3E00 next 707 of size 2048
2020-03-31 17:03:45.732829: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707FE4600 next 708 of size 1024
2020-03-31 17:03:45.738401: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707FE4A00 next 709 of size 524288
2020-03-31 17:03:45.741755: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708064A00 next 710 of size 1024
2020-03-31 17:03:45.745535: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708064E00 next 711 of size 1024
2020-03-31 17:03:45.749436: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708065200 next 712 of size 65536
2020-03-31 17:03:45.755167: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708075200 next 713 of size 18432
2020-03-31 17:03:45.759096: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708079A00 next 714 of size 524288
2020-03-31 17:03:45.763125: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007080F9A00 next 715 of size 1024
2020-03-31 17:03:45.767708: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007080F9E00 next 716 of size 1024
2020-03-31 17:03:45.772173: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007080FA200 next 717 of size 2048
2020-03-31 17:03:45.776735: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007080FAA00 next 718 of size 2048
2020-03-31 17:03:45.780195: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007080FB200 next 719 of size 2048
2020-03-31 17:03:45.783913: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007080FBA00 next 720 of size 524288
2020-03-31 17:03:45.788772: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817BA00 next 721 of size 1024
2020-03-31 17:03:45.792045: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817BE00 next 722 of size 1024
2020-03-31 17:03:45.795299: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817C200 next 723 of size 1024
2020-03-31 17:03:45.798988: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817C600 next 724 of size 1024
2020-03-31 17:03:45.804350: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817CA00 next 725 of size 2048
2020-03-31 17:03:45.808357: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817D200 next 726 of size 2048
2020-03-31 17:03:45.811630: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817DA00 next 727 of size 18432
2020-03-31 17:03:45.815283: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708182200 next 728 of size 2048
2020-03-31 17:03:45.818507: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708182A00 next 729 of size 2048
2020-03-31 17:03:45.822441: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708183200 next 730 of size 6912
2020-03-31 17:03:45.825922: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708184D00 next 731 of size 6912
2020-03-31 17:03:45.830909: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708186800 next 732 of size 6912
2020-03-31 17:03:45.834895: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708188300 next 733 of size 768
2020-03-31 17:03:45.838967: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708188600 next 734 of size 2359296
2020-03-31 17:03:45.842935: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083C8600 next 735 of size 18432
2020-03-31 17:03:45.846137: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083CCE00 next 736 of size 18432
2020-03-31 17:03:45.849501: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083D1600 next 737 of size 18432
2020-03-31 17:03:45.852892: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083D5E00 next 738 of size 18432
2020-03-31 17:03:45.856785: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DA600 next 739 of size 2048
2020-03-31 17:03:45.860418: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DAE00 next 740 of size 2048
2020-03-31 17:03:45.863625: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DB600 next 741 of size 2048
2020-03-31 17:03:45.868687: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DBE00 next 742 of size 2048
2020-03-31 17:03:45.872759: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DC600 next 743 of size 2048
2020-03-31 17:03:45.875972: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DCE00 next 744 of size 1024
2020-03-31 17:03:45.879917: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DD200 next 745 of size 1024
2020-03-31 17:03:45.883210: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DD600 next 746 of size 2048
2020-03-31 17:03:45.886893: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DDE00 next 747 of size 18432
2020-03-31 17:03:45.890425: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083E2600 next 748 of size 2048
2020-03-31 17:03:45.894920: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083E2E00 next 749 of size 2048
2020-03-31 17:03:45.900070: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083E3600 next 750 of size 524288
2020-03-31 17:03:45.903972: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708463600 next 751 of size 1024
2020-03-31 17:03:45.907373: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708463A00 next 752 of size 2048
2020-03-31 17:03:45.910663: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708464200 next 753 of size 2048
2020-03-31 17:03:45.914029: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708464A00 next 754 of size 18432
2020-03-31 17:03:45.917238: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708469200 next 755 of size 2048
2020-03-31 17:03:45.923824: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708469A00 next 756 of size 524288
2020-03-31 17:03:45.928030: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084E9A00 next 757 of size 524288
2020-03-31 17:03:45.932477: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708569A00 next 758 of size 1024
2020-03-31 17:03:45.937020: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708569E00 next 759 of size 1024
2020-03-31 17:03:45.942678: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856A200 next 760 of size 1024
2020-03-31 17:03:45.947138: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856A600 next 761 of size 1024
2020-03-31 17:03:45.951437: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856AA00 next 762 of size 1024
2020-03-31 17:03:45.956190: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856AE00 next 763 of size 2048
2020-03-31 17:03:45.962052: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856B600 next 764 of size 2048
2020-03-31 17:03:45.965361: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856BE00 next 765 of size 2048
2020-03-31 17:03:45.969122: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856C600 next 766 of size 6912
2020-03-31 17:03:45.972459: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856E100 next 767 of size 768
2020-03-31 17:03:45.975635: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856E400 next 768 of size 1024
2020-03-31 17:03:45.979222: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856E800 next 769 of size 512
2020-03-31 17:03:45.982572: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856EA00 next 770 of size 2048
2020-03-31 17:03:45.987750: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856F200 next 771 of size 524288
2020-03-31 17:03:45.991108: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007085EF200 next 772 of size 524288
2020-03-31 17:03:45.994707: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070866F200 next 773 of size 1024
2020-03-31 17:03:45.997881: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070866F600 next 774 of size 1024
2020-03-31 17:03:46.001091: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070866FA00 next 775 of size 1024
2020-03-31 17:03:46.005780: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070866FE00 next 776 of size 2048
2020-03-31 17:03:46.009888: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708670600 next 777 of size 2048
2020-03-31 17:03:46.014647: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708670E00 next 778 of size 1024
2020-03-31 17:03:46.017844: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708671200 next 779 of size 1024
2020-03-31 17:03:46.022139: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708671600 next 780 of size 2048
2020-03-31 17:03:46.025613: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708671E00 next 781 of size 18432
2020-03-31 17:03:46.029835: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708676600 next 782 of size 2048
2020-03-31 17:03:46.033737: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708676E00 next 783 of size 1024
2020-03-31 17:03:46.037261: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708677200 next 784 of size 2048
2020-03-31 17:03:46.040852: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708677A00 next 785 of size 768
2020-03-31 17:03:46.044043: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708677D00 next 786 of size 1024
2020-03-31 17:03:46.047327: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708678100 next 787 of size 1024
2020-03-31 17:03:46.050830: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708678500 next 788 of size 512
2020-03-31 17:03:46.055822: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708678700 next 789 of size 65536
2020-03-31 17:03:46.059400: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708688700 next 790 of size 4608
2020-03-31 17:03:46.062841: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708689900 next 791 of size 512
2020-03-31 17:03:46.066262: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708689B00 next 792 of size 294912
2020-03-31 17:03:46.070477: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007086D1B00 next 793 of size 294912
2020-03-31 17:03:46.074168: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708719B00 next 794 of size 294912
2020-03-31 17:03:46.077802: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708761B00 next 795 of size 294912
2020-03-31 17:03:46.082450: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007087A9B00 next 796 of size 9216
2020-03-31 17:03:46.086063: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007087ABF00 next 797 of size 9216
2020-03-31 17:03:46.090100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007087AE300 next 798 of size 524288
2020-03-31 17:03:46.093535: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070882E300 next 799 of size 1024
2020-03-31 17:03:46.096817: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070882E700 next 800 of size 1024
2020-03-31 17:03:46.100130: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070882EB00 next 801 of size 2048
2020-03-31 17:03:46.103940: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070882F300 next 802 of size 2048
2020-03-31 17:03:46.108607: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070882FB00 next 803 of size 2048
2020-03-31 17:03:46.112264: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708830300 next 804 of size 524288
2020-03-31 17:03:46.116096: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007088B0300 next 805 of size 524288
2020-03-31 17:03:46.120123: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708930300 next 806 of size 524288
2020-03-31 17:03:46.123403: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B0300 next 807 of size 1024
2020-03-31 17:03:46.126748: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B0700 next 808 of size 1024
2020-03-31 17:03:46.130169: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B0B00 next 809 of size 1024
2020-03-31 17:03:46.133682: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B0F00 next 810 of size 1024
2020-03-31 17:03:46.137461: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B1300 next 811 of size 18432
2020-03-31 17:03:46.140821: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B5B00 next 812 of size 2048
2020-03-31 17:03:46.145514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B6300 next 813 of size 2048
2020-03-31 17:03:46.149541: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B6B00 next 814 of size 768
2020-03-31 17:03:46.152741: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B6E00 next 815 of size 768
2020-03-31 17:03:46.157126: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B7100 next 816 of size 1024
2020-03-31 17:03:46.160461: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B7500 next 817 of size 2359296
2020-03-31 17:03:46.163795: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF7500 next 818 of size 4608
2020-03-31 17:03:46.167434: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF8700 next 819 of size 512
2020-03-31 17:03:46.172379: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF8900 next 820 of size 512
2020-03-31 17:03:46.176627: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF8B00 next 821 of size 256
2020-03-31 17:03:46.179764: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF8C00 next 822 of size 512
2020-03-31 17:03:46.183128: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF8E00 next 823 of size 256
2020-03-31 17:03:46.186319: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF8F00 next 824 of size 524288
2020-03-31 17:03:46.190400: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708C78F00 next 825 of size 524288
2020-03-31 17:03:46.193808: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708CF8F00 next 826 of size 524288
2020-03-31 17:03:46.197070: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D78F00 next 827 of size 524288
2020-03-31 17:03:46.200363: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DF8F00 next 828 of size 524288
2020-03-31 17:03:46.204248: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E78F00 next 829 of size 1024
2020-03-31 17:03:46.207419: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E79300 next 830 of size 2048
2020-03-31 17:03:46.212905: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E79B00 next 831 of size 2048
2020-03-31 17:03:46.216120: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E7A300 next 832 of size 2048
2020-03-31 17:03:46.220707: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E7AB00 next 833 of size 2048
2020-03-31 17:03:46.225181: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E7B300 next 834 of size 2048
2020-03-31 17:03:46.229017: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E7BB00 next 835 of size 2048
2020-03-31 17:03:46.232394: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E7C300 next 836 of size 2048
2020-03-31 17:03:46.235631: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E7CB00 next 837 of size 524288
2020-03-31 17:03:46.241068: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708EFCB00 next 838 of size 524288
2020-03-31 17:03:46.245628: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708F7CB00 next 839 of size 524288
2020-03-31 17:03:46.249459: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708FFCB00 next 840 of size 1024
2020-03-31 17:03:46.252902: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708FFCF00 next 841 of size 18432
2020-03-31 17:03:46.256737: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709001700 next 842 of size 2048
2020-03-31 17:03:46.259978: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709001F00 next 843 of size 2048
2020-03-31 17:03:46.263543: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709002700 next 844 of size 2048
2020-03-31 17:03:46.268343: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709002F00 next 845 of size 2048
2020-03-31 17:03:46.272721: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709003700 next 846 of size 2048
2020-03-31 17:03:46.275942: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709003F00 next 847 of size 1024
2020-03-31 17:03:46.279222: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709004300 next 848 of size 2359296
2020-03-31 17:03:46.282705: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709244300 next 849 of size 512
2020-03-31 17:03:46.285880: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709244500 next 850 of size 1024
2020-03-31 17:03:46.290013: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709244900 next 851 of size 256
2020-03-31 17:03:46.294059: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709244A00 next 852 of size 256
2020-03-31 17:03:46.297259: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709244B00 next 853 of size 256
2020-03-31 17:03:46.300573: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709244C00 next 854 of size 2048
2020-03-31 17:03:46.306065: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709245400 next 855 of size 2048
2020-03-31 17:03:46.310422: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709245C00 next 856 of size 2048
2020-03-31 17:03:46.314470: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709246400 next 857 of size 2048
2020-03-31 17:03:46.317850: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709246C00 next 858 of size 2048
2020-03-31 17:03:46.321603: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709247400 next 859 of size 18432
2020-03-31 17:03:46.324971: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070924BC00 next 860 of size 256
2020-03-31 17:03:46.328490: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070924BD00 next 861 of size 524288
2020-03-31 17:03:46.333258: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092CBD00 next 862 of size 1024
2020-03-31 17:03:46.337317: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092CC100 next 863 of size 1024
2020-03-31 17:03:46.340755: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092CC500 next 864 of size 1024
2020-03-31 17:03:46.344159: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092CC900 next 865 of size 512
2020-03-31 17:03:46.347498: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092CCB00 next 866 of size 256
2020-03-31 17:03:46.350870: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092CCC00 next 867 of size 32768
2020-03-31 17:03:46.356003: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092D4C00 next 868 of size 512
2020-03-31 17:03:46.360460: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092D4E00 next 869 of size 256
2020-03-31 17:03:46.364737: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092D4F00 next 870 of size 524288
2020-03-31 17:03:46.368041: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709354F00 next 871 of size 1024
2020-03-31 17:03:46.372381: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709355300 next 872 of size 1024
2020-03-31 17:03:46.375824: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709355700 next 873 of size 1024
2020-03-31 17:03:46.379122: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709355B00 next 874 of size 1024
2020-03-31 17:03:46.383265: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709355F00 next 875 of size 512
2020-03-31 17:03:46.386702: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709356100 next 876 of size 589824
2020-03-31 17:03:46.390339: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007093E6100 next 877 of size 73728
2020-03-31 17:03:46.395624: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007093F8100 next 878 of size 294912
2020-03-31 17:03:46.400553: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709440100 next 879 of size 32768
2020-03-31 17:03:46.404212: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709448100 next 880 of size 2304
2020-03-31 17:03:46.407918: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709448A00 next 881 of size 512
2020-03-31 17:03:46.411378: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709448C00 next 882 of size 512
2020-03-31 17:03:46.414584: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709448E00 next 883 of size 256
2020-03-31 17:03:46.417966: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709448F00 next 884 of size 256
2020-03-31 17:03:46.422723: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709449000 next 885 of size 147456
2020-03-31 17:03:46.427068: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070946D000 next 886 of size 1024
2020-03-31 17:03:46.430429: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070946D400 next 887 of size 512
2020-03-31 17:03:46.434016: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070946D600 next 888 of size 1179648
2020-03-31 17:03:46.437778: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070958D600 next 889 of size 3584
2020-03-31 17:03:46.441504: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070958E400 next 890 of size 9216
2020-03-31 17:03:46.445941: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709590800 next 891 of size 32768
2020-03-31 17:03:46.449527: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709598800 next 892 of size 2304
2020-03-31 17:03:46.452906: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709599100 next 893 of size 512
2020-03-31 17:03:46.456563: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709599300 next 894 of size 2304
2020-03-31 17:03:46.461734: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709599C00 next 895 of size 512
2020-03-31 17:03:46.465071: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709599E00 next 896 of size 256
2020-03-31 17:03:46.468540: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709599F00 next 897 of size 256
2020-03-31 17:03:46.472783: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070959A000 next 898 of size 256
2020-03-31 17:03:46.475998: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070959A100 next 899 of size 589824
2020-03-31 17:03:46.479556: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070962A100 next 900 of size 73728
2020-03-31 17:03:46.482905: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070963C100 next 901 of size 294912
2020-03-31 17:03:46.489671: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709684100 next 902 of size 32768
2020-03-31 17:03:46.492872: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070968C100 next 903 of size 2304
2020-03-31 17:03:46.496253: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070968CA00 next 904 of size 512
2020-03-31 17:03:46.499560: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070968CC00 next 905 of size 32768
2020-03-31 17:03:46.503259: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709694C00 next 906 of size 512
2020-03-31 17:03:46.506824: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709694E00 next 907 of size 512
2020-03-31 17:03:46.510492: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709695000 next 908 of size 256
2020-03-31 17:03:46.515358: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709695100 next 909 of size 256
2020-03-31 17:03:46.519244: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709695200 next 910 of size 256
2020-03-31 17:03:46.522769: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709695300 next 911 of size 256
2020-03-31 17:03:46.526573: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709695400 next 912 of size 256
2020-03-31 17:03:46.529910: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709695500 next 913 of size 589824
2020-03-31 17:03:46.533962: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709725500 next 914 of size 73728
2020-03-31 17:03:46.537679: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709737500 next 915 of size 1179648
2020-03-31 17:03:46.540991: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709857500 next 916 of size 294912
2020-03-31 17:03:46.544946: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070989F500 next 917 of size 2304
2020-03-31 17:03:46.548523: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070989FE00 next 918 of size 512
2020-03-31 17:03:46.554154: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0000 next 919 of size 512
2020-03-31 17:03:46.557788: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0200 next 920 of size 512
2020-03-31 17:03:46.561474: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0400 next 921 of size 512
2020-03-31 17:03:46.565069: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0600 next 922 of size 512
2020-03-31 17:03:46.569272: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0800 next 923 of size 512
2020-03-31 17:03:46.574793: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0A00 next 924 of size 512
2020-03-31 17:03:46.579513: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0C00 next 925 of size 512
2020-03-31 17:03:46.583177: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0E00 next 926 of size 256
2020-03-31 17:03:46.587035: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0F00 next 927 of size 256
2020-03-31 17:03:46.590830: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A1000 next 928 of size 256
2020-03-31 17:03:46.594117: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A1100 next 929 of size 147456
2020-03-31 17:03:46.598260: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098C5100 next 930 of size 147456
2020-03-31 17:03:46.601640: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098E9100 next 931 of size 147456
2020-03-31 17:03:46.605736: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070990D100 next 932 of size 147456
2020-03-31 17:03:46.609177: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709931100 next 933 of size 1179648
2020-03-31 17:03:46.612697: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A51100 next 934 of size 2304
2020-03-31 17:03:46.617586: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A51A00 next 935 of size 512
2020-03-31 17:03:46.621703: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A51C00 next 936 of size 2304
2020-03-31 17:03:46.625294: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A52500 next 937 of size 2304
2020-03-31 17:03:46.628538: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A52E00 next 938 of size 2304
2020-03-31 17:03:46.632048: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A53700 next 939 of size 2304
2020-03-31 17:03:46.635243: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A54000 next 940 of size 512
2020-03-31 17:03:46.639541: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A54200 next 941 of size 512
2020-03-31 17:03:46.644725: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A54400 next 942 of size 256
2020-03-31 17:03:46.647951: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A54500 next 943 of size 256
2020-03-31 17:03:46.651873: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A54600 next 944 of size 256
2020-03-31 17:03:46.656240: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A54700 next 945 of size 6912
2020-03-31 17:03:46.659768: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A56200 next 946 of size 512
2020-03-31 17:03:46.662984: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A56400 next 947 of size 3584
2020-03-31 17:03:46.666197: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A57200 next 948 of size 32768
2020-03-31 17:03:46.671657: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A5F200 next 949 of size 32768
2020-03-31 17:03:46.675342: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A67200 next 950 of size 32768
2020-03-31 17:03:46.679041: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A6F200 next 951 of size 32768
2020-03-31 17:03:46.682441: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A77200 next 952 of size 256
2020-03-31 17:03:46.686326: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A77300 next 953 of size 256
2020-03-31 17:03:46.690177: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A77400 next 954 of size 256
2020-03-31 17:03:46.693461: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A77500 next 955 of size 3584
2020-03-31 17:03:46.696916: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A78300 next 956 of size 256
2020-03-31 17:03:46.700323: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A78400 next 957 of size 256
2020-03-31 17:03:46.705633: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A78500 next 958 of size 2048
2020-03-31 17:03:46.711163: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A78D00 next 18446744073709551615 of size 14185216
2020-03-31 17:03:46.715684: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 134217728
2020-03-31 17:03:46.718777: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070A800000 next 960 of size 2048
2020-03-31 17:03:46.722624: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070A800800 next 961 of size 9437184
2020-03-31 17:03:46.727727: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070B100800 next 962 of size 2048
2020-03-31 17:03:46.732664: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070B101000 next 963 of size 9437184
2020-03-31 17:03:46.737923: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070BA01000 next 964 of size 2048
2020-03-31 17:03:46.741773: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070BA01800 next 965 of size 4718592
2020-03-31 17:03:46.745390: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070BE81800 next 966 of size 1024
2020-03-31 17:03:46.749080: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070BE81C00 next 967 of size 2359296
2020-03-31 17:03:46.752592: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C0C1C00 next 968 of size 1024
2020-03-31 17:03:46.756197: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C0C2000 next 969 of size 2359296
2020-03-31 17:03:46.760468: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C302000 next 970 of size 1024
2020-03-31 17:03:46.763952: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C302400 next 971 of size 2359296
2020-03-31 17:03:46.767848: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C542400 next 972 of size 1024
2020-03-31 17:03:46.773374: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C542800 next 973 of size 1179648
2020-03-31 17:03:46.777600: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C662800 next 974 of size 512
2020-03-31 17:03:46.781155: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C662A00 next 975 of size 589824
2020-03-31 17:03:46.785177: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C6F2A00 next 976 of size 512
2020-03-31 17:03:46.788850: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C6F2C00 next 977 of size 294912
2020-03-31 17:03:46.794104: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C73AC00 next 978 of size 256
2020-03-31 17:03:46.800221: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C73AD00 next 979 of size 147456
2020-03-31 17:03:46.804252: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C75ED00 next 980 of size 256
2020-03-31 17:03:46.807767: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C75EE00 next 981 of size 6912
2020-03-31 17:03:46.811695: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760900 next 982 of size 256
2020-03-31 17:03:46.815367: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760A00 next 983 of size 256
2020-03-31 17:03:46.818879: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760B00 next 984 of size 256
2020-03-31 17:03:46.822668: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760C00 next 985 of size 256
2020-03-31 17:03:46.827622: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760D00 next 986 of size 256
2020-03-31 17:03:46.831545: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760E00 next 987 of size 256
2020-03-31 17:03:46.835204: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760F00 next 988 of size 256
2020-03-31 17:03:46.839154: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761000 next 989 of size 256
2020-03-31 17:03:46.842640: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761100 next 990 of size 256
2020-03-31 17:03:46.846091: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761200 next 991 of size 256
2020-03-31 17:03:46.849909: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761300 next 992 of size 256
2020-03-31 17:03:46.853492: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761400 next 993 of size 256
2020-03-31 17:03:46.857317: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761500 next 994 of size 256
2020-03-31 17:03:46.861003: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761600 next 995 of size 256
2020-03-31 17:03:46.866388: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761700 next 996 of size 256
2020-03-31 17:03:46.869921: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761800 next 997 of size 256
2020-03-31 17:03:46.873888: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761900 next 998 of size 256
2020-03-31 17:03:46.877151: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761A00 next 999 of size 8388608
2020-03-31 17:03:46.880724: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF61A00 next 1023 of size 6400
2020-03-31 17:03:46.884184: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF63300 next 1042 of size 4096
2020-03-31 17:03:46.888023: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF64300 next 1041 of size 4096
2020-03-31 17:03:46.894969: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF65300 next 1085 of size 8192
2020-03-31 17:03:46.898540: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF67300 next 1103 of size 4096
2020-03-31 17:03:46.902125: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF68300 next 1091 of size 4096
2020-03-31 17:03:46.906365: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF69300 next 1094 of size 8192
2020-03-31 17:03:46.909870: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF6B300 next 1093 of size 8192
2020-03-31 17:03:46.913239: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF6D300 next 1099 of size 8192
2020-03-31 17:03:46.916663: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF6F300 next 1098 of size 8192
2020-03-31 17:03:46.921490: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF71300 next 1115 of size 4096
2020-03-31 17:03:46.924826: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF72300 next 1102 of size 4096
2020-03-31 17:03:46.930487: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF73300 next 1106 of size 8192
2020-03-31 17:03:46.933796: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF75300 next 1105 of size 8192
2020-03-31 17:03:46.937998: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF77300 next 1111 of size 8192
2020-03-31 17:03:46.941764: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF79300 next 1110 of size 8192
2020-03-31 17:03:46.945621: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF7B300 next 1128 of size 4096
2020-03-31 17:03:46.948986: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF7C300 next 1117 of size 4096
2020-03-31 17:03:46.953188: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF7D300 next 1120 of size 8192
2020-03-31 17:03:46.958928: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF7F300 next 1119 of size 8192
2020-03-31 17:03:46.962630: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF81300 next 1125 of size 8192
2020-03-31 17:03:46.966959: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF83300 next 1000 of size 9984
2020-03-31 17:03:46.971527: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF85A00 next 1007 of size 1024
2020-03-31 17:03:46.975832: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF85E00 next 1017 of size 1024
2020-03-31 17:03:46.979923: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF86200 next 1018 of size 1024
2020-03-31 17:03:46.985670: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF86600 next 1024 of size 4096
2020-03-31 17:03:46.990138: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF87600 next 1031 of size 2048
2020-03-31 17:03:46.993953: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF87E00 next 1032 of size 2048
2020-03-31 17:03:46.997219: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF88600 next 1130 of size 8192
2020-03-31 17:03:47.000688: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF8A600 next 1133 of size 8192
2020-03-31 17:03:47.004925: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF8C600 next 1134 of size 8192
2020-03-31 17:03:47.008430: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF8E600 next 1138 of size 8192
2020-03-31 17:03:47.012318: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF90600 next 1140 of size 8192
2020-03-31 17:03:47.016213: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF92600 next 1141 of size 8192
2020-03-31 17:03:47.020027: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF94600 next 1144 of size 4096
2020-03-31 17:03:47.025457: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF95600 next 1146 of size 4096
2020-03-31 17:03:47.029358: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF96600 next 1147 of size 4096
2020-03-31 17:03:47.033298: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF97600 next 1149 of size 8192
2020-03-31 17:03:47.037964: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 000000070CF99600 next 1002 of size 9258240
2020-03-31 17:03:47.041309: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070D86DB00 next 1003 of size 3195136
2020-03-31 17:03:47.044766: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070DB79C00 next 18446744073709551615 of size 80241664
2020-03-31 17:03:47.050842: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 268435456
2020-03-31 17:03:47.054540: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712800000 next 1046 of size 4096
2020-03-31 17:03:47.058064: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712801000 next 1045 of size 4096
2020-03-31 17:03:47.061290: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712802000 next 1030 of size 4096
2020-03-31 17:03:47.064787: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712803000 next 1063 of size 4096
2020-03-31 17:03:47.068153: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712804000 next 1051 of size 4096
2020-03-31 17:03:47.072384: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712805000 next 1054 of size 8192
2020-03-31 17:03:47.077689: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712807000 next 1053 of size 8192
2020-03-31 17:03:47.082496: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712809000 next 1059 of size 8192
2020-03-31 17:03:47.087021: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071280B000 next 1058 of size 8192
2020-03-31 17:03:47.091860: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071280D000 next 1077 of size 4096
2020-03-31 17:03:47.096619: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071280E000 next 1064 of size 4096
2020-03-31 17:03:47.100991: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071280F000 next 1067 of size 8192
2020-03-31 17:03:47.105182: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712811000 next 1066 of size 8192
2020-03-31 17:03:47.108697: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712813000 next 1072 of size 8192
2020-03-31 17:03:47.112257: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712815000 next 1071 of size 8192
2020-03-31 17:03:47.117170: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712817000 next 1089 of size 4096
2020-03-31 17:03:47.120611: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712818000 next 1078 of size 4096
2020-03-31 17:03:47.124154: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712819000 next 1081 of size 8192
2020-03-31 17:03:47.127731: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071281B000 next 1080 of size 8192
2020-03-31 17:03:47.131078: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071281D000 next 1038 of size 12288
2020-03-31 17:03:47.135601: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712820000 next 1012 of size 33423360
2020-03-31 17:03:47.141924: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000714800000 next 1005 of size 33554432
2020-03-31 17:03:47.146820: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000716800000 next 1001 of size 1024
2020-03-31 17:03:47.151049: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000716800400 next 1010 of size 1024
2020-03-31 17:03:47.156115: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000716800800 next 1006 of size 67107840
2020-03-31 17:03:47.160100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071A800400 next 18446744073709551615 of size 134216704
2020-03-31 17:03:47.164236: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 1073741824
2020-03-31 17:03:47.167090: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000724000000 next 1008 of size 1024
2020-03-31 17:03:47.171077: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000724000400 next 1011 of size 67108864
2020-03-31 17:03:47.174713: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000728000400 next 1027 of size 33554432
2020-03-31 17:03:47.180286: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000072A000400 next 1029 of size 33554432
2020-03-31 17:03:47.183620: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000072C000400 next 1035 of size 33554432
2020-03-31 17:03:47.187377: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000072E000400 next 1013 of size 33554432
2020-03-31 17:03:47.191278: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000730000400 next 1014 of size 67108864
2020-03-31 17:03:47.194676: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000734000400 next 1016 of size 67108864
2020-03-31 17:03:47.198669: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000738000400 next 1026 of size 34082816
2020-03-31 17:03:47.203209: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000073A081400 next 1020 of size 33551360
2020-03-31 17:03:47.209151: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000073C080800 next 1021 of size 67634176
2020-03-31 17:03:47.212428: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000740100C00 next 1040 of size 8921088
2020-03-31 17:03:47.216083: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000740982C00 next 1039 of size 8388608
2020-03-31 17:03:47.220007: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000741182C00 next 1033 of size 17301504
2020-03-31 17:03:47.225027: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000742202C00 next 1034 of size 34611200
2020-03-31 17:03:47.228460: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000744304C00 next 1025 of size 34611200
2020-03-31 17:03:47.234291: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000746406C00 next 1019 of size 33554432
2020-03-31 17:03:47.238598: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000748406C00 next 1048 of size 17842176
2020-03-31 17:03:47.241949: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074950AC00 next 1049 of size 16777216
2020-03-31 17:03:47.245787: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074A50AC00 next 1062 of size 16777216
2020-03-31 17:03:47.249271: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074B50AC00 next 1050 of size 16777216
2020-03-31 17:03:47.252568: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074C50AC00 next 1052 of size 33554432
2020-03-31 17:03:47.256294: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074E50AC00 next 1055 of size 33554432
2020-03-31 17:03:47.259639: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075050AC00 next 1056 of size 35684352
2020-03-31 17:03:47.263550: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000752712C00 next 1057 of size 35684352
2020-03-31 17:03:47.266843: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075491AC00 next 1060 of size 33554432
2020-03-31 17:03:47.270617: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075691AC00 next 1061 of size 33554432
2020-03-31 17:03:47.275552: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075891AC00 next 1022 of size 63408128
2020-03-31 17:03:47.279184: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075C593400 next 1036 of size 34080768
2020-03-31 17:03:47.282610: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075E613C00 next 1043 of size 16777216
2020-03-31 17:03:47.287020: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 000000075F613C00 next 1028 of size 9437184
2020-03-31 17:03:47.291909: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075FF13C00 next 1044 of size 16777216
2020-03-31 17:03:47.296500: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000760F13C00 next 1047 of size 16777216
2020-03-31 17:03:47.301338: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000761F13C00 next 1037 of size 16777216
2020-03-31 17:03:47.305938: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000762F13C00 next 18446744073709551615 of size 17744896
2020-03-31 17:03:47.310010: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 1073741824
2020-03-31 17:03:47.313257: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000764000000 next 1065 of size 33554432
2020-03-31 17:03:47.316919: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000766000000 next 1068 of size 33554432
2020-03-31 17:03:47.320563: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000768000000 next 1075 of size 16777216
2020-03-31 17:03:47.324109: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000769000000 next 1069 of size 16777216
2020-03-31 17:03:47.329387: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000076A000000 next 1070 of size 33554432
2020-03-31 17:03:47.333155: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000076C000000 next 1073 of size 33554432
2020-03-31 17:03:47.337271: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000076E000000 next 1074 of size 33554432
2020-03-31 17:03:47.340670: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000770000000 next 1088 of size 16777216
2020-03-31 17:03:47.344143: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000771000000 next 1076 of size 16777216
2020-03-31 17:03:47.347628: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000772000000 next 1079 of size 33554432
2020-03-31 17:03:47.351213: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000774000000 next 1082 of size 33554432
2020-03-31 17:03:47.354968: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000776000000 next 1083 of size 35684352
2020-03-31 17:03:47.358857: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000778208000 next 1084 of size 35684352
2020-03-31 17:03:47.362629: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000077A410000 next 1086 of size 33554432
2020-03-31 17:03:47.367680: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000077C410000 next 1087 of size 33554432
2020-03-31 17:03:47.372071: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000077E410000 next 1114 of size 16777216
2020-03-31 17:03:47.375532: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000077F410000 next 1090 of size 16777216
2020-03-31 17:03:47.379581: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000780410000 next 1092 of size 33554432
2020-03-31 17:03:47.383204: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000782410000 next 1095 of size 33554432
2020-03-31 17:03:47.387456: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000784410000 next 1096 of size 35684352
2020-03-31 17:03:47.392573: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000786618000 next 1097 of size 35684352
2020-03-31 17:03:47.396715: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000788820000 next 1100 of size 33554432
2020-03-31 17:03:47.400760: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000078A820000 next 1101 of size 33554432
2020-03-31 17:03:47.404707: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000078C820000 next 1104 of size 33554432
2020-03-31 17:03:47.408257: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000078E820000 next 1107 of size 33554432
2020-03-31 17:03:47.411841: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000790820000 next 1108 of size 35684352
2020-03-31 17:03:47.415778: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000792A28000 next 1109 of size 35684352
2020-03-31 17:03:47.419849: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000794C30000 next 1112 of size 33554432
2020-03-31 17:03:47.424492: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000796C30000 next 1113 of size 33554432
2020-03-31 17:03:47.430510: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000798C30000 next 1127 of size 16777216
2020-03-31 17:03:47.434865: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000799C30000 next 1116 of size 16777216
2020-03-31 17:03:47.439794: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000079AC30000 next 1118 of size 33554432
2020-03-31 17:03:47.445594: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000079CC30000 next 1121 of size 33554432
2020-03-31 17:03:47.449962: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000079EC30000 next 1122 of size 35684352
2020-03-31 17:03:47.454085: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007A0E38000 next 18446744073709551615 of size 52199424
2020-03-31 17:03:47.460512: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 465541376
2020-03-31 17:03:47.463962: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007A4000000 next 1124 of size 33554432
2020-03-31 17:03:47.468260: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007A6000000 next 1126 of size 33554432
2020-03-31 17:03:47.473535: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007A8000000 next 1129 of size 33554432
2020-03-31 17:03:47.477997: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007AA000000 next 1131 of size 33554432
2020-03-31 17:03:47.483371: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007AC000000 next 1132 of size 33554432
2020-03-31 17:03:47.489649: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007AE000000 next 1135 of size 33554432
2020-03-31 17:03:47.493138: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B0000000 next 1145 of size 16777216
2020-03-31 17:03:47.496988: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B1000000 next 1136 of size 18907136
2020-03-31 17:03:47.500352: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B2208000 next 1137 of size 35684352
2020-03-31 17:03:47.504795: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B4410000 next 1139 of size 33554432
2020-03-31 17:03:47.508540: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B6410000 next 1142 of size 33554432
2020-03-31 17:03:47.514360: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B8410000 next 1143 of size 33554432
2020-03-31 17:03:47.517738: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007BA410000 next 1148 of size 33554432
2020-03-31 17:03:47.522241: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007BC410000 next 18446744073709551615 of size 58628352
2020-03-31 17:03:47.525937: I tensorflow/core/common_runtime/bfc_allocator.cc:809] Summary of in-use Chunks by size:
2020-03-31 17:03:47.530642: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 154 Chunks of size 256 totalling 38.5KiB
2020-03-31 17:03:47.533771: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 117 Chunks of size 512 totalling 58.5KiB
2020-03-31 17:03:47.537188: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 6 Chunks of size 768 totalling 4.5KiB
2020-03-31 17:03:47.540566: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 186 Chunks of size 1024 totalling 186.0KiB
2020-03-31 17:03:47.544175: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 1280 totalling 1.3KiB
2020-03-31 17:03:47.547253: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 214 Chunks of size 2048 totalling 428.0KiB
2020-03-31 17:03:47.550660: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 12 Chunks of size 2304 totalling 27.0KiB
2020-03-31 17:03:47.555864: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 3584 totalling 14.0KiB
2020-03-31 17:03:47.559202: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 21 Chunks of size 4096 totalling 84.0KiB
2020-03-31 17:03:47.562671: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 30 Chunks of size 4608 totalling 135.0KiB
2020-03-31 17:03:47.565925: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 6400 totalling 6.3KiB
2020-03-31 17:03:47.569284: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 7 Chunks of size 6912 totalling 47.3KiB
2020-03-31 17:03:47.572679: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 29 Chunks of size 8192 totalling 232.0KiB
2020-03-31 17:03:47.576330: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 10 Chunks of size 9216 totalling 90.0KiB
2020-03-31 17:03:47.581094: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 9984 totalling 9.8KiB
2020-03-31 17:03:47.584501: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 12288 totalling 12.0KiB
2020-03-31 17:03:47.587997: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 48 Chunks of size 18432 totalling 864.0KiB
2020-03-31 17:03:47.591696: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 12 Chunks of size 32768 totalling 384.0KiB
2020-03-31 17:03:47.595082: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 18 Chunks of size 65536 totalling 1.13MiB
2020-03-31 17:03:47.598133: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 73728 totalling 288.0KiB
2020-03-31 17:03:47.601144: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 18 Chunks of size 131072 totalling 2.25MiB
2020-03-31 17:03:47.605222: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 13 Chunks of size 147456 totalling 1.83MiB
2020-03-31 17:03:47.610909: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 11 Chunks of size 294912 totalling 3.09MiB
2020-03-31 17:03:47.615039: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 94 Chunks of size 524288 totalling 47.00MiB
2020-03-31 17:03:47.618746: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 16 Chunks of size 589824 totalling 9.00MiB
2020-03-31 17:03:47.622212: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 830976 totalling 811.5KiB
2020-03-31 17:03:47.625325: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 910592 totalling 889.3KiB
2020-03-31 17:03:47.629518: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 1030144 totalling 1006.0KiB
2020-03-31 17:03:47.633009: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 5 Chunks of size 1179648 totalling 5.63MiB
2020-03-31 17:03:47.636500: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 16 Chunks of size 2359296 totalling 36.00MiB
2020-03-31 17:03:47.640138: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 2727424 totalling 2.60MiB
2020-03-31 17:03:47.645065: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 3195136 totalling 3.05MiB
2020-03-31 17:03:47.648542: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 4514304 totalling 4.30MiB
2020-03-31 17:03:47.651650: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 4598784 totalling 4.39MiB
2020-03-31 17:03:47.656214: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 4718592 totalling 4.50MiB
2020-03-31 17:03:47.659521: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 8388608 totalling 16.00MiB
2020-03-31 17:03:47.662990: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 8921088 totalling 8.51MiB
2020-03-31 17:03:47.666259: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 9437184 totalling 18.00MiB
2020-03-31 17:03:47.669395: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 14185216 totalling 13.53MiB
2020-03-31 17:03:47.676128: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 16 Chunks of size 16777216 totalling 256.00MiB
2020-03-31 17:03:47.679620: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 17301504 totalling 16.50MiB
2020-03-31 17:03:47.683833: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 17744896 totalling 16.92MiB
2020-03-31 17:03:47.688477: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 17842176 totalling 17.02MiB
2020-03-31 17:03:47.692968: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 18907136 totalling 18.03MiB
2020-03-31 17:03:47.697088: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 33423360 totalling 31.88MiB
2020-03-31 17:03:47.701851: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 33551360 totalling 32.00MiB
2020-03-31 17:03:47.706182: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 39 Chunks of size 33554432 totalling 1.22GiB
2020-03-31 17:03:47.713021: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 34080768 totalling 32.50MiB
2020-03-31 17:03:47.717649: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 34082816 totalling 32.50MiB
2020-03-31 17:03:47.721827: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 34611200 totalling 66.02MiB
2020-03-31 17:03:47.725513: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 10 Chunks of size 35684352 totalling 340.31MiB
2020-03-31 17:03:47.728956: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 52199424 totalling 49.78MiB
2020-03-31 17:03:47.732301: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 58628352 totalling 55.91MiB
2020-03-31 17:03:47.735605: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 63408128 totalling 60.47MiB
2020-03-31 17:03:47.741540: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 67107840 totalling 64.00MiB
2020-03-31 17:03:47.744799: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 3 Chunks of size 67108864 totalling 192.00MiB
2020-03-31 17:03:47.749443: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 67634176 totalling 64.50MiB
2020-03-31 17:03:47.752883: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 80241664 totalling 76.52MiB
2020-03-31 17:03:47.756589: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 134216704 totalling 128.00MiB
2020-03-31 17:03:47.759863: I tensorflow/core/common_runtime/bfc_allocator.cc:816] Sum Total of in-use chunks: 2.92GiB
2020-03-31 17:03:47.764190: I tensorflow/core/common_runtime/bfc_allocator.cc:818] total_region_allocated_bytes_: 3148847360 memory_limit_: 3148847513 available bytes: 153 curr_region_allocation_bytes_: 4294967
296
2020-03-31 17:03:47.773901: I tensorflow/core/common_runtime/bfc_allocator.cc:824] Stats:
Limit: 3148847513
InUse: 3130151936
MaxInUse: 3130151936
NumAllocs: 1518
MaxAllocSize: 632318976

2020-03-31 17:03:47.783928: W tensorflow/core/common_runtime/bfc_allocator.cc:319] ***************xx***********************************************************************************
2020-03-31 17:03:47.790695: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at cwise_ops_common.cc:70 : Resource exhausted: OOM when allocating tensor with shape[4,512,64,64] and type float on
/job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
2020-03-31 17:03:57.802861: W tensorflow/core/common_runtime/bfc_allocator.cc:314] Allocator (GPU_0_bfc) ran out of memory trying to allocate 32.00MiB (rounded to 33554432). Current allocation summary follows.

2020-03-31 17:03:57.809380: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (256): Total Chunks: 154, Chunks in use: 154. 38.5KiB allocated for chunks. 38.5KiB in use in bin. 14.3KiB client-request
ed in use in bin.
2020-03-31 17:03:57.816954: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (512): Total Chunks: 123, Chunks in use: 123. 63.0KiB allocated for chunks. 63.0KiB in use in bin. 63.0KiB client-request
ed in use in bin.
2020-03-31 17:03:57.823690: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (1024): Total Chunks: 187, Chunks in use: 187. 187.3KiB allocated for chunks. 187.3KiB in use in bin. 187.0KiB client-requ
ested in use in bin.
2020-03-31 17:03:57.830246: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (2048): Total Chunks: 230, Chunks in use: 230. 469.0KiB allocated for chunks. 469.0KiB in use in bin. 468.5KiB client-requ
ested in use in bin.
2020-03-31 17:03:57.840204: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (4096): Total Chunks: 59, Chunks in use: 59. 272.5KiB allocated for chunks. 272.5KiB in use in bin. 270.3KiB client-reques
ted in use in bin.
2020-03-31 17:03:57.849154: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (8192): Total Chunks: 43, Chunks in use: 43. 359.8KiB allocated for chunks. 359.8KiB in use in bin. 354.0KiB client-reques
ted in use in bin.
2020-03-31 17:03:57.858438: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (16384): Total Chunks: 48, Chunks in use: 48. 864.0KiB allocated for chunks. 864.0KiB in use in bin. 864.0KiB clien
t-requested in use in bin.
2020-03-31 17:03:57.866942: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (32768): Total Chunks: 12, Chunks in use: 12. 384.0KiB allocated for chunks. 384.0KiB in use in bin. 384.0KiB clien
t-requested in use in bin.
2020-03-31 17:03:57.874348: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (65536): Total Chunks: 22, Chunks in use: 22. 1.41MiB allocated for chunks. 1.41MiB in use in bin. 1.41MiB client-r
equested in use in bin.
2020-03-31 17:03:57.880650: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (131072): Total Chunks: 31, Chunks in use: 31. 4.08MiB allocated for chunks. 4.08MiB in use in bin. 4.08MiB client-r
equested in use in bin.
2020-03-31 17:03:57.889190: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (262144): Total Chunks: 11, Chunks in use: 11. 3.09MiB allocated for chunks. 3.09MiB in use in bin. 3.09MiB client-r
equested in use in bin.
2020-03-31 17:03:57.901287: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (524288): Total Chunks: 113, Chunks in use: 113. 58.64MiB allocated for chunks. 58.64MiB in use in bin. 57.56MiB cli
ent-requested in use in bin.
2020-03-31 17:03:57.910849: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (1048576): Total Chunks: 5, Chunks in use: 5. 5.63MiB allocated for chunks. 5.63MiB in use in bin. 5.63MiB client-req
uested in use in bin.
2020-03-31 17:03:57.918310: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (2097152): Total Chunks: 18, Chunks in use: 18. 41.65MiB allocated for chunks. 41.65MiB in use in bin. 41.30MiB clien
t-requested in use in bin.
2020-03-31 17:03:57.927465: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (4194304): Total Chunks: 3, Chunks in use: 3. 13.19MiB allocated for chunks. 13.19MiB in use in bin. 9.00MiB client-r
equested in use in bin.
2020-03-31 17:03:57.933438: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (8388608): Total Chunks: 8, Chunks in use: 6. 73.85MiB allocated for chunks. 56.04MiB in use in bin. 51.51MiB client-
requested in use in bin.
2020-03-31 17:03:57.939826: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (16777216): Total Chunks: 22, Chunks in use: 22. 388.34MiB allocated for chunks. 388.34MiB in use in bin. 353.52MiB cl
ient-requested in use in bin.
2020-03-31 17:03:57.946118: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (33554432): Total Chunks: 57, Chunks in use: 57. 1.90GiB allocated for chunks. 1.90GiB in use in bin. 1.80GiB client-r
equested in use in bin.
2020-03-31 17:03:57.954462: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (67108864): Total Chunks: 6, Chunks in use: 6. 461.02MiB allocated for chunks. 461.02MiB in use in bin. 385.50MiB clie
nt-requested in use in bin.
2020-03-31 17:03:57.961172: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (134217728): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use i
n bin.
2020-03-31 17:03:57.967237: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (268435456): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use i
n bin.
2020-03-31 17:03:57.974318: I tensorflow/core/common_runtime/bfc_allocator.cc:780] Bin for 32.00MiB was 32.00MiB, Chunk State:
2020-03-31 17:03:57.977527: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 1048576
2020-03-31 17:03:57.980807: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702800000 next 1 of size 256
2020-03-31 17:03:57.984588: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702800100 next 2 of size 256
2020-03-31 17:03:57.987996: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702800200 next 3 of size 65536
2020-03-31 17:03:57.993555: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702810200 next 4 of size 256
2020-03-31 17:03:57.996657: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702810300 next 5 of size 256
2020-03-31 17:03:58.000295: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702810400 next 6 of size 4608
2020-03-31 17:03:58.005129: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811600 next 7 of size 512
2020-03-31 17:03:58.008502: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811800 next 8 of size 512
2020-03-31 17:03:58.012994: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811A00 next 9 of size 512
2020-03-31 17:03:58.017464: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811C00 next 10 of size 256
2020-03-31 17:03:58.023214: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811D00 next 11 of size 256
2020-03-31 17:03:58.027465: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811E00 next 12 of size 131072
2020-03-31 17:03:58.031918: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702831E00 next 13 of size 256
2020-03-31 17:03:58.035157: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702831F00 next 14 of size 256
2020-03-31 17:03:58.040036: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702832000 next 15 of size 9216
2020-03-31 17:03:58.043399: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834400 next 16 of size 512
2020-03-31 17:03:58.049366: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834600 next 17 of size 512
2020-03-31 17:03:58.052873: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834800 next 18 of size 512
2020-03-31 17:03:58.056790: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834A00 next 19 of size 512
2020-03-31 17:03:58.061104: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834C00 next 20 of size 512
2020-03-31 17:03:58.065311: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834E00 next 21 of size 512
2020-03-31 17:03:58.068673: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702835000 next 22 of size 256
2020-03-31 17:03:58.072681: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702835100 next 23 of size 256
2020-03-31 17:03:58.078012: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702835200 next 18446744073709551615 of size 830976
2020-03-31 17:03:58.081914: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 2097152
2020-03-31 17:03:58.085112: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A00000 next 25 of size 256
2020-03-31 17:03:58.088682: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A00100 next 26 of size 65536
2020-03-31 17:03:58.092244: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A10100 next 27 of size 256
2020-03-31 17:03:58.095849: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A10200 next 28 of size 4608
2020-03-31 17:03:58.099408: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11400 next 29 of size 512
2020-03-31 17:03:58.103797: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11600 next 30 of size 512
2020-03-31 17:03:58.107821: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11800 next 31 of size 512
2020-03-31 17:03:58.110969: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11A00 next 32 of size 256
2020-03-31 17:03:58.116393: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11B00 next 33 of size 256
2020-03-31 17:03:58.120917: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11C00 next 34 of size 256
2020-03-31 17:03:58.125620: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11D00 next 35 of size 256
2020-03-31 17:03:58.129457: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11E00 next 36 of size 256
2020-03-31 17:03:58.132603: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11F00 next 37 of size 256
2020-03-31 17:03:58.136193: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A12000 next 38 of size 256
2020-03-31 17:03:58.140831: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A12100 next 39 of size 256
2020-03-31 17:03:58.145407: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A12200 next 40 of size 147456
2020-03-31 17:03:58.149258: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A36200 next 41 of size 256
2020-03-31 17:03:58.153235: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A36300 next 42 of size 256
2020-03-31 17:03:58.156813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A36400 next 43 of size 294912
2020-03-31 17:03:58.160649: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A7E400 next 44 of size 256
2020-03-31 17:03:58.164148: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A7E500 next 45 of size 18432
2020-03-31 17:03:58.168006: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A82D00 next 46 of size 2048
2020-03-31 17:03:58.173631: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A83500 next 47 of size 2048
2020-03-31 17:03:58.177638: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A83D00 next 48 of size 2048
2020-03-31 17:03:58.180846: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A84500 next 49 of size 256
2020-03-31 17:03:58.185090: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A84600 next 50 of size 256
2020-03-31 17:03:58.188956: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A84700 next 51 of size 524288
2020-03-31 17:03:58.192777: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702B04700 next 52 of size 256
2020-03-31 17:03:58.196113: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702B04800 next 18446744073709551615 of size 1030144
2020-03-31 17:03:58.200166: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 4194304
2020-03-31 17:03:58.203654: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C00000 next 54 of size 1024
2020-03-31 17:03:58.206957: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C00400 next 55 of size 1024
2020-03-31 17:03:58.212277: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C00800 next 56 of size 1024
2020-03-31 17:03:58.215525: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C00C00 next 57 of size 2048
2020-03-31 17:03:58.219657: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C01400 next 58 of size 2048
2020-03-31 17:03:58.223166: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C01C00 next 59 of size 2048
2020-03-31 17:03:58.226429: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C02400 next 60 of size 256
2020-03-31 17:03:58.229879: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C02500 next 61 of size 18432
2020-03-31 17:03:58.233430: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C06D00 next 62 of size 2048
2020-03-31 17:03:58.238819: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C07500 next 63 of size 2048
2020-03-31 17:03:58.242674: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C07D00 next 64 of size 2048
2020-03-31 17:03:58.246119: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C08500 next 65 of size 256
2020-03-31 17:03:58.249888: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C08600 next 66 of size 524288
2020-03-31 17:03:58.253352: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C88600 next 67 of size 256
2020-03-31 17:03:58.257747: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C88700 next 68 of size 524288
2020-03-31 17:03:58.260996: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D08700 next 69 of size 1024
2020-03-31 17:03:58.267069: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D08B00 next 70 of size 1024
2020-03-31 17:03:58.270855: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D08F00 next 71 of size 1024
2020-03-31 17:03:58.274857: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D09300 next 72 of size 2048
2020-03-31 17:03:58.278397: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D09B00 next 73 of size 2048
2020-03-31 17:03:58.282071: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0A300 next 74 of size 2048
2020-03-31 17:03:58.285345: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0AB00 next 75 of size 256
2020-03-31 17:03:58.288875: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0AC00 next 76 of size 18432
2020-03-31 17:03:58.292142: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0F400 next 77 of size 2048
2020-03-31 17:03:58.295323: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0FC00 next 78 of size 2048
2020-03-31 17:03:58.298816: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D10400 next 79 of size 2048
2020-03-31 17:03:58.301944: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D10C00 next 80 of size 256
2020-03-31 17:03:58.306987: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D10D00 next 81 of size 524288
2020-03-31 17:03:58.311152: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D90D00 next 82 of size 256
2020-03-31 17:03:58.314664: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D90E00 next 83 of size 524288
2020-03-31 17:03:58.318957: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E10E00 next 84 of size 1024
2020-03-31 17:03:58.324379: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E11200 next 85 of size 1024
2020-03-31 17:03:58.327909: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E11600 next 86 of size 1024
2020-03-31 17:03:58.332758: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E11A00 next 87 of size 2048
2020-03-31 17:03:58.335928: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E12200 next 88 of size 2048
2020-03-31 17:03:58.339767: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E12A00 next 89 of size 2048
2020-03-31 17:03:58.343536: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E13200 next 90 of size 256
2020-03-31 17:03:58.346981: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E13300 next 91 of size 18432
2020-03-31 17:03:58.350255: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E17B00 next 92 of size 2048
2020-03-31 17:03:58.353766: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E18300 next 93 of size 2048
2020-03-31 17:03:58.357235: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E18B00 next 94 of size 2048
2020-03-31 17:03:58.362155: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E19300 next 95 of size 256
2020-03-31 17:03:58.365636: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E19400 next 96 of size 524288
2020-03-31 17:03:58.369159: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E99400 next 97 of size 256
2020-03-31 17:03:58.372410: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E99500 next 98 of size 524288
2020-03-31 17:03:58.376192: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F19500 next 99 of size 1024
2020-03-31 17:03:58.379321: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F19900 next 100 of size 1024
2020-03-31 17:03:58.383513: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F19D00 next 101 of size 1024
2020-03-31 17:03:58.388929: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1A100 next 102 of size 2048
2020-03-31 17:03:58.392492: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1A900 next 103 of size 2048
2020-03-31 17:03:58.395938: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1B100 next 104 of size 2048
2020-03-31 17:03:58.401381: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1B900 next 105 of size 256
2020-03-31 17:03:58.405100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1BA00 next 106 of size 18432
2020-03-31 17:03:58.409804: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F20200 next 107 of size 2048
2020-03-31 17:03:58.413236: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F20A00 next 108 of size 2048
2020-03-31 17:03:58.417786: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F21200 next 109 of size 2048
2020-03-31 17:03:58.421930: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F21A00 next 110 of size 256
2020-03-31 17:03:58.428542: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F21B00 next 18446744073709551615 of size 910592
2020-03-31 17:03:58.432718: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 8388608
2020-03-31 17:03:58.436319: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703000000 next 112 of size 256
2020-03-31 17:03:58.439974: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703000100 next 113 of size 524288
2020-03-31 17:03:58.443822: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703080100 next 114 of size 1024
2020-03-31 17:03:58.447170: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703080500 next 115 of size 1024
2020-03-31 17:03:58.450480: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703080900 next 116 of size 1024
2020-03-31 17:03:58.458279: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703080D00 next 117 of size 2048
2020-03-31 17:03:58.461641: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703081500 next 118 of size 2048
2020-03-31 17:03:58.465760: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703081D00 next 119 of size 2048
2020-03-31 17:03:58.471894: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703082500 next 120 of size 256
2020-03-31 17:03:58.475333: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703082600 next 121 of size 18432
2020-03-31 17:03:58.478532: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703086E00 next 122 of size 2048
2020-03-31 17:03:58.483878: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703087600 next 123 of size 2048
2020-03-31 17:03:58.488001: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703087E00 next 124 of size 2048
2020-03-31 17:03:58.492106: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703088600 next 125 of size 256
2020-03-31 17:03:58.496354: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703088700 next 126 of size 524288
2020-03-31 17:03:58.500503: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703108700 next 127 of size 256
2020-03-31 17:03:58.504316: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703108800 next 128 of size 524288
2020-03-31 17:03:58.508677: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703188800 next 129 of size 1024
2020-03-31 17:03:58.512092: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703188C00 next 130 of size 1024
2020-03-31 17:03:58.516327: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703189000 next 131 of size 1024
2020-03-31 17:03:58.522486: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703189400 next 132 of size 2048
2020-03-31 17:03:58.526664: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703189C00 next 133 of size 2048
2020-03-31 17:03:58.531075: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318A400 next 134 of size 2048
2020-03-31 17:03:58.535044: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318AC00 next 135 of size 256
2020-03-31 17:03:58.539802: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318AD00 next 136 of size 18432
2020-03-31 17:03:58.542942: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318F500 next 137 of size 2048
2020-03-31 17:03:58.548446: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318FD00 next 138 of size 2048
2020-03-31 17:03:58.552340: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703190500 next 139 of size 2048
2020-03-31 17:03:58.556402: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703190D00 next 140 of size 256
2020-03-31 17:03:58.560711: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703190E00 next 141 of size 524288
2020-03-31 17:03:58.564581: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703210E00 next 142 of size 256
2020-03-31 17:03:58.568070: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703210F00 next 143 of size 524288
2020-03-31 17:03:58.572742: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703290F00 next 144 of size 1024
2020-03-31 17:03:58.576049: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703291300 next 145 of size 1024
2020-03-31 17:03:58.579661: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703291700 next 146 of size 1024
2020-03-31 17:03:58.583425: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703291B00 next 147 of size 2048
2020-03-31 17:03:58.588805: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703292300 next 148 of size 2048
2020-03-31 17:03:58.593462: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703292B00 next 149 of size 2048
2020-03-31 17:03:58.596853: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703293300 next 150 of size 256
2020-03-31 17:03:58.601501: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703293400 next 151 of size 18432
2020-03-31 17:03:58.605410: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703297C00 next 152 of size 2048
2020-03-31 17:03:58.608747: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703298400 next 153 of size 2048
2020-03-31 17:03:58.613789: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703298C00 next 154 of size 2048
2020-03-31 17:03:58.617603: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703299400 next 155 of size 256
2020-03-31 17:03:58.621503: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703299500 next 156 of size 524288
2020-03-31 17:03:58.625301: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703319500 next 157 of size 256
2020-03-31 17:03:58.628555: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703319600 next 158 of size 524288
2020-03-31 17:03:58.631815: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703399600 next 159 of size 1024
2020-03-31 17:03:58.635160: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703399A00 next 160 of size 1024
2020-03-31 17:03:58.640973: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703399E00 next 161 of size 1024
2020-03-31 17:03:58.644551: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339A200 next 162 of size 2048
2020-03-31 17:03:58.647764: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339AA00 next 163 of size 2048
2020-03-31 17:03:58.650921: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339B200 next 164 of size 2048
2020-03-31 17:03:58.655127: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339BA00 next 165 of size 1024
2020-03-31 17:03:58.658328: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339BE00 next 166 of size 1024
2020-03-31 17:03:58.662725: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339C200 next 167 of size 1024
2020-03-31 17:03:58.666619: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339C600 next 168 of size 1024
2020-03-31 17:03:58.669834: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339CA00 next 169 of size 1024
2020-03-31 17:03:58.673572: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339CE00 next 170 of size 1024
2020-03-31 17:03:58.676801: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339D200 next 171 of size 256
2020-03-31 17:03:58.683234: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339D300 next 172 of size 256
2020-03-31 17:03:58.688497: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339D400 next 18446744073709551615 of size 4598784
2020-03-31 17:03:58.692378: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 16777216
2020-03-31 17:03:58.695161: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703800000 next 174 of size 256
2020-03-31 17:03:58.698406: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703800100 next 175 of size 2359296
2020-03-31 17:03:58.701703: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A40100 next 176 of size 256
2020-03-31 17:03:58.705293: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A40200 next 177 of size 131072
2020-03-31 17:03:58.710161: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A60200 next 178 of size 256
2020-03-31 17:03:58.713323: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A60300 next 179 of size 4608
2020-03-31 17:03:58.716834: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A61500 next 180 of size 1024
2020-03-31 17:03:58.720221: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A61900 next 181 of size 1024
2020-03-31 17:03:58.724215: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A61D00 next 182 of size 1024
2020-03-31 17:03:58.727480: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A62100 next 183 of size 256
2020-03-31 17:03:58.730791: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A62200 next 184 of size 131072
2020-03-31 17:03:58.736040: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A82200 next 185 of size 256
2020-03-31 17:03:58.739687: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A82300 next 186 of size 4608
2020-03-31 17:03:58.743649: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A83500 next 187 of size 1024
2020-03-31 17:03:58.747481: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A83900 next 188 of size 1024
2020-03-31 17:03:58.750905: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A83D00 next 189 of size 1024
2020-03-31 17:03:58.754872: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A84100 next 190 of size 256
2020-03-31 17:03:58.759320: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A84200 next 191 of size 65536
2020-03-31 17:03:58.764584: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A94200 next 192 of size 256
2020-03-31 17:03:58.767723: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A94300 next 193 of size 4608
2020-03-31 17:03:58.772206: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95500 next 194 of size 512
2020-03-31 17:03:58.775794: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95700 next 195 of size 512
2020-03-31 17:03:58.779201: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95900 next 196 of size 512
2020-03-31 17:03:58.782464: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95B00 next 197 of size 512
2020-03-31 17:03:58.785714: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95D00 next 198 of size 512
2020-03-31 17:03:58.790768: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95F00 next 199 of size 512
2020-03-31 17:03:58.794538: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A96100 next 200 of size 256
2020-03-31 17:03:58.797909: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A96200 next 201 of size 589824
2020-03-31 17:03:58.802997: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B26200 next 202 of size 256
2020-03-31 17:03:58.806841: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B26300 next 203 of size 256
2020-03-31 17:03:58.810585: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B26400 next 204 of size 32768
2020-03-31 17:03:58.813981: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2E400 next 205 of size 256
2020-03-31 17:03:58.817325: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2E500 next 206 of size 256
2020-03-31 17:03:58.820999: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2E600 next 207 of size 2304
2020-03-31 17:03:58.824471: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2EF00 next 208 of size 512
2020-03-31 17:03:58.827750: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2F100 next 209 of size 512
2020-03-31 17:03:58.832917: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2F300 next 210 of size 512
2020-03-31 17:03:58.836244: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2F500 next 211 of size 256
2020-03-31 17:03:58.840881: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2F600 next 212 of size 32768
2020-03-31 17:03:58.844212: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B37600 next 213 of size 256
2020-03-31 17:03:58.847355: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B37700 next 214 of size 2304
2020-03-31 17:03:58.850763: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38000 next 215 of size 512
2020-03-31 17:03:58.854323: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38200 next 216 of size 512
2020-03-31 17:03:58.860454: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38400 next 217 of size 512
2020-03-31 17:03:58.863899: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38600 next 218 of size 256
2020-03-31 17:03:58.867123: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38700 next 219 of size 256
2020-03-31 17:03:58.872031: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38800 next 220 of size 256
2020-03-31 17:03:58.875732: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38900 next 221 of size 256
2020-03-31 17:03:58.879025: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38A00 next 222 of size 256
2020-03-31 17:03:58.882327: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38B00 next 223 of size 256
2020-03-31 17:03:58.885835: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38C00 next 224 of size 256
2020-03-31 17:03:58.889651: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38D00 next 225 of size 147456
2020-03-31 17:03:58.892965: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5CD00 next 226 of size 256
2020-03-31 17:03:58.898769: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5CE00 next 227 of size 256
2020-03-31 17:03:58.902945: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5CF00 next 228 of size 6912
2020-03-31 17:03:58.906869: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5EA00 next 229 of size 256
2020-03-31 17:03:58.910510: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5EB00 next 230 of size 256
2020-03-31 17:03:58.913920: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5EC00 next 231 of size 768
2020-03-31 17:03:58.919360: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5EF00 next 232 of size 1024
2020-03-31 17:03:58.925387: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5F300 next 233 of size 1024
2020-03-31 17:03:58.928695: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5F700 next 234 of size 1024
2020-03-31 17:03:58.932702: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5FB00 next 235 of size 256
2020-03-31 17:03:58.935956: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5FC00 next 236 of size 2359296
2020-03-31 17:03:58.940186: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703D9FC00 next 237 of size 1024
2020-03-31 17:03:58.943833: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0000 next 238 of size 1024
2020-03-31 17:03:58.948639: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0400 next 239 of size 1024
2020-03-31 17:03:58.954105: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0800 next 240 of size 512
2020-03-31 17:03:58.958247: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0A00 next 241 of size 512
2020-03-31 17:03:58.961475: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0C00 next 242 of size 512
2020-03-31 17:03:58.966397: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0E00 next 243 of size 256
2020-03-31 17:03:58.970680: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0F00 next 244 of size 589824
2020-03-31 17:03:58.974089: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703E30F00 next 245 of size 256
2020-03-31 17:03:58.977664: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703E31000 next 246 of size 73728
2020-03-31 17:03:58.980891: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703E43000 next 247 of size 256
2020-03-31 17:03:58.984438: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703E43100 next 248 of size 1179648
2020-03-31 17:03:58.990619: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703F63100 next 249 of size 256
2020-03-31 17:03:58.994163: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703F63200 next 250 of size 294912
2020-03-31 17:03:58.997592: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAB200 next 251 of size 256
2020-03-31 17:03:59.000903: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAB300 next 252 of size 3584
2020-03-31 17:03:59.005031: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAC100 next 253 of size 256
2020-03-31 17:03:59.009607: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAC200 next 254 of size 9216
2020-03-31 17:03:59.013090: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAE600 next 255 of size 256
2020-03-31 17:03:59.018329: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAE700 next 256 of size 256
2020-03-31 17:03:59.022000: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAE800 next 257 of size 256
2020-03-31 17:03:59.025644: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAE900 next 258 of size 256
2020-03-31 17:03:59.029583: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAEA00 next 259 of size 1280
2020-03-31 17:03:59.032986: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAEF00 next 260 of size 9216
2020-03-31 17:03:59.036275: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FB1300 next 261 of size 256
2020-03-31 17:03:59.040220: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FB1400 next 262 of size 147456
2020-03-31 17:03:59.043519: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FD5400 next 263 of size 147456
2020-03-31 17:03:59.048798: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FF9400 next 264 of size 147456
2020-03-31 17:03:59.052600: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070401D400 next 265 of size 147456
2020-03-31 17:03:59.057073: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704041400 next 266 of size 2048
2020-03-31 17:03:59.060272: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704041C00 next 267 of size 524288
2020-03-31 17:03:59.063513: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007040C1C00 next 268 of size 524288
2020-03-31 17:03:59.066980: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704141C00 next 269 of size 524288
2020-03-31 17:03:59.070934: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007041C1C00 next 270 of size 18432
2020-03-31 17:03:59.074473: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007041C6400 next 271 of size 524288
2020-03-31 17:03:59.077735: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704246400 next 272 of size 524288
2020-03-31 17:03:59.081683: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007042C6400 next 273 of size 524288
2020-03-31 17:03:59.087114: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704346400 next 274 of size 2048
2020-03-31 17:03:59.090817: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704346C00 next 275 of size 524288
2020-03-31 17:03:59.095244: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C6C00 next 276 of size 1024
2020-03-31 17:03:59.098516: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C7000 next 277 of size 2048
2020-03-31 17:03:59.102030: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C7800 next 278 of size 2048
2020-03-31 17:03:59.105767: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C8000 next 279 of size 2048
2020-03-31 17:03:59.109064: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C8800 next 280 of size 1024
2020-03-31 17:03:59.114106: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C8C00 next 281 of size 1024
2020-03-31 17:03:59.117340: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043C9000 next 282 of size 18432
2020-03-31 17:03:59.121879: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043CD800 next 283 of size 2048
2020-03-31 17:03:59.125066: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043CE000 next 284 of size 2048
2020-03-31 17:03:59.128477: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043CE800 next 285 of size 2048
2020-03-31 17:03:59.131682: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007043CF000 next 286 of size 524288
2020-03-31 17:03:59.134875: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070444F000 next 287 of size 1024
2020-03-31 17:03:59.138486: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070444F400 next 288 of size 2048
2020-03-31 17:03:59.143534: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070444FC00 next 289 of size 524288
2020-03-31 17:03:59.147114: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007044CFC00 next 290 of size 524288
2020-03-31 17:03:59.150398: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070454FC00 next 291 of size 1024
2020-03-31 17:03:59.154034: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704550000 next 292 of size 1024
2020-03-31 17:03:59.157704: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704550400 next 293 of size 18432
2020-03-31 17:03:59.161967: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704554C00 next 294 of size 65536
2020-03-31 17:03:59.165471: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704564C00 next 295 of size 4608
2020-03-31 17:03:59.168639: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704565E00 next 296 of size 1024
2020-03-31 17:03:59.171953: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704566200 next 18446744073709551615 of size 2727424
2020-03-31 17:03:59.176009: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 33554432
2020-03-31 17:03:59.180866: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704800000 next 298 of size 2048
2020-03-31 17:03:59.184640: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704800800 next 299 of size 2048
2020-03-31 17:03:59.188421: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704801000 next 300 of size 2359296
2020-03-31 17:03:59.191862: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704A41000 next 301 of size 2359296
2020-03-31 17:03:59.195103: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704C81000 next 302 of size 2359296
2020-03-31 17:03:59.198544: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EC1000 next 303 of size 512
2020-03-31 17:03:59.201924: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EC1200 next 304 of size 512
2020-03-31 17:03:59.207455: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EC1400 next 305 of size 2048
2020-03-31 17:03:59.211019: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EC1C00 next 306 of size 1024
2020-03-31 17:03:59.214369: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EC2000 next 307 of size 512
2020-03-31 17:03:59.217740: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EC2200 next 308 of size 131072
2020-03-31 17:03:59.221579: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EE2200 next 309 of size 512
2020-03-31 17:03:59.225628: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EE2400 next 310 of size 2048
2020-03-31 17:03:59.229885: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EE2C00 next 311 of size 2359296
2020-03-31 17:03:59.235807: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705122C00 next 312 of size 512
2020-03-31 17:03:59.239717: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705122E00 next 313 of size 512
2020-03-31 17:03:59.242892: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705123000 next 314 of size 131072
2020-03-31 17:03:59.246917: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705143000 next 315 of size 2048
2020-03-31 17:03:59.251525: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705143800 next 316 of size 1024
2020-03-31 17:03:59.255427: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705143C00 next 317 of size 1024
2020-03-31 17:03:59.258669: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705144000 next 318 of size 1024
2020-03-31 17:03:59.261893: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705144400 next 319 of size 512
2020-03-31 17:03:59.265386: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705144600 next 320 of size 512
2020-03-31 17:03:59.269032: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705144800 next 321 of size 2359296
2020-03-31 17:03:59.274704: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705384800 next 322 of size 589824
2020-03-31 17:03:59.278160: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705414800 next 323 of size 1024
2020-03-31 17:03:59.282044: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705414C00 next 324 of size 1024
2020-03-31 17:03:59.285323: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705415000 next 325 of size 1024
2020-03-31 17:03:59.289583: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705415400 next 326 of size 1024
2020-03-31 17:03:59.292892: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705415800 next 327 of size 4608
2020-03-31 17:03:59.296143: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705416A00 next 328 of size 4608
2020-03-31 17:03:59.301982: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705417C00 next 329 of size 1024
2020-03-31 17:03:59.306181: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705418000 next 330 of size 512
2020-03-31 17:03:59.309722: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705418200 next 331 of size 131072
2020-03-31 17:03:59.313533: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705438200 next 332 of size 4608
2020-03-31 17:03:59.317554: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705439400 next 333 of size 1024
2020-03-31 17:03:59.320868: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705439800 next 334 of size 4608
2020-03-31 17:03:59.324241: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070543AA00 next 335 of size 1024
2020-03-31 17:03:59.329330: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070543AE00 next 336 of size 65536
2020-03-31 17:03:59.333062: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544AE00 next 337 of size 1024
2020-03-31 17:03:59.337461: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544B200 next 338 of size 1024
2020-03-31 17:03:59.341190: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544B600 next 339 of size 512
2020-03-31 17:03:59.344630: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544B800 next 340 of size 512
2020-03-31 17:03:59.347795: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544BA00 next 341 of size 512
2020-03-31 17:03:59.350964: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544BC00 next 342 of size 512
2020-03-31 17:03:59.354756: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544BE00 next 343 of size 512
2020-03-31 17:03:59.358092: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070544C000 next 344 of size 2359296
2020-03-31 17:03:59.361584: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070568C000 next 345 of size 131072
2020-03-31 17:03:59.366777: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007056AC000 next 346 of size 4608
2020-03-31 17:03:59.371349: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007056AD200 next 347 of size 1024
2020-03-31 17:03:59.375050: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007056AD600 next 348 of size 131072
2020-03-31 17:03:59.378389: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007056CD600 next 349 of size 131072
2020-03-31 17:03:59.382039: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007056ED600 next 350 of size 131072
2020-03-31 17:03:59.385341: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070570D600 next 351 of size 131072
2020-03-31 17:03:59.389726: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070572D600 next 352 of size 1024
2020-03-31 17:03:59.394668: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070572DA00 next 353 of size 4608
2020-03-31 17:03:59.398680: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070572EC00 next 354 of size 512
2020-03-31 17:03:59.402108: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070572EE00 next 355 of size 4608
2020-03-31 17:03:59.406555: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705730000 next 356 of size 4608
2020-03-31 17:03:59.409756: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705731200 next 357 of size 4608
2020-03-31 17:03:59.412996: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705732400 next 358 of size 589824
2020-03-31 17:03:59.416463: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057C2400 next 359 of size 65536
2020-03-31 17:03:59.419735: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057D2400 next 360 of size 512
2020-03-31 17:03:59.425660: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057D2600 next 361 of size 512
2020-03-31 17:03:59.428909: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057D2800 next 362 of size 4608
2020-03-31 17:03:59.432552: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057D3A00 next 363 of size 512
2020-03-31 17:03:59.435885: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057D3C00 next 364 of size 65536
2020-03-31 17:03:59.439603: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057E3C00 next 365 of size 65536
2020-03-31 17:03:59.444026: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F3C00 next 366 of size 512
2020-03-31 17:03:59.447652: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F3E00 next 367 of size 512
2020-03-31 17:03:59.451051: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F4000 next 368 of size 512
2020-03-31 17:03:59.454635: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F4200 next 369 of size 512
2020-03-31 17:03:59.457871: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F4400 next 370 of size 512
2020-03-31 17:03:59.463100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F4600 next 371 of size 4608
2020-03-31 17:03:59.466498: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F5800 next 372 of size 512
2020-03-31 17:03:59.470399: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F5A00 next 373 of size 512
2020-03-31 17:03:59.473851: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F5C00 next 374 of size 512
2020-03-31 17:03:59.477327: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F5E00 next 375 of size 256
2020-03-31 17:03:59.480786: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F5F00 next 376 of size 512
2020-03-31 17:03:59.484720: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F6100 next 377 of size 512
2020-03-31 17:03:59.491614: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F6300 next 378 of size 512
2020-03-31 17:03:59.495090: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F6500 next 379 of size 512
2020-03-31 17:03:59.498646: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F6700 next 380 of size 512
2020-03-31 17:03:59.502264: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F6900 next 381 of size 512
2020-03-31 17:03:59.505980: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007057F6B00 next 382 of size 589824
2020-03-31 17:03:59.509523: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705886B00 next 383 of size 589824
2020-03-31 17:03:59.512969: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705916B00 next 384 of size 589824
2020-03-31 17:03:59.518064: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059A6B00 next 385 of size 65536
2020-03-31 17:03:59.521683: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059B6B00 next 386 of size 18432
2020-03-31 17:03:59.525496: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BB300 next 387 of size 512
2020-03-31 17:03:59.528920: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BB500 next 388 of size 256
2020-03-31 17:03:59.533107: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BB600 next 389 of size 256
2020-03-31 17:03:59.536842: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BB700 next 390 of size 512
2020-03-31 17:03:59.541582: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BB900 next 391 of size 512
2020-03-31 17:03:59.544797: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BBB00 next 392 of size 512
2020-03-31 17:03:59.548004: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BBD00 next 393 of size 512
2020-03-31 17:03:59.551347: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BBF00 next 394 of size 512
2020-03-31 17:03:59.557303: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BC100 next 395 of size 512
2020-03-31 17:03:59.560894: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BC300 next 396 of size 512
2020-03-31 17:03:59.564368: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BC500 next 397 of size 512
2020-03-31 17:03:59.567496: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BC700 next 398 of size 256
2020-03-31 17:03:59.572107: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BC800 next 399 of size 256
2020-03-31 17:03:59.575840: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BC900 next 400 of size 256
2020-03-31 17:03:59.579206: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BCA00 next 401 of size 2048
2020-03-31 17:03:59.584522: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BD200 next 402 of size 2048
2020-03-31 17:03:59.588644: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BDA00 next 403 of size 256
2020-03-31 17:03:59.592721: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BDB00 next 404 of size 256
2020-03-31 17:03:59.596592: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BDC00 next 405 of size 256
2020-03-31 17:03:59.599742: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059BDD00 next 406 of size 131072
2020-03-31 17:03:59.603067: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059DDD00 next 407 of size 9216
2020-03-31 17:03:59.606789: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0100 next 408 of size 1024
2020-03-31 17:03:59.611682: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0500 next 409 of size 512
2020-03-31 17:03:59.615320: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0700 next 410 of size 256
2020-03-31 17:03:59.618586: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0800 next 411 of size 256
2020-03-31 17:03:59.622584: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0900 next 412 of size 256
2020-03-31 17:03:59.625732: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0A00 next 413 of size 256
2020-03-31 17:03:59.628971: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0B00 next 414 of size 256
2020-03-31 17:03:59.632427: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0C00 next 415 of size 256
2020-03-31 17:03:59.635589: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007059E0D00 next 416 of size 147456
2020-03-31 17:03:59.642553: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A04D00 next 417 of size 512
2020-03-31 17:03:59.648574: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A04F00 next 418 of size 131072
2020-03-31 17:03:59.652197: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A24F00 next 419 of size 9216
2020-03-31 17:03:59.656690: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A27300 next 420 of size 1024
2020-03-31 17:03:59.660272: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A27700 next 421 of size 2048
2020-03-31 17:03:59.664200: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A27F00 next 422 of size 18432
2020-03-31 17:03:59.667396: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A2C700 next 423 of size 2048
2020-03-31 17:03:59.671092: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A2CF00 next 424 of size 2048
2020-03-31 17:03:59.676305: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A2D700 next 425 of size 65536
2020-03-31 17:03:59.680939: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A3D700 next 426 of size 65536
2020-03-31 17:03:59.684146: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A4D700 next 427 of size 65536
2020-03-31 17:03:59.688680: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A5D700 next 428 of size 512
2020-03-31 17:03:59.692068: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A5D900 next 429 of size 512
2020-03-31 17:03:59.695257: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A5DB00 next 430 of size 131072
2020-03-31 17:03:59.698799: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A7DB00 next 431 of size 9216
2020-03-31 17:03:59.704157: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A7FF00 next 432 of size 2048
2020-03-31 17:03:59.708180: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A80700 next 433 of size 2048
2020-03-31 17:03:59.711426: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A80F00 next 434 of size 2048
2020-03-31 17:03:59.714803: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A81700 next 435 of size 18432
2020-03-31 17:03:59.718271: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A85F00 next 436 of size 256
2020-03-31 17:03:59.722450: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A86000 next 437 of size 65536
2020-03-31 17:03:59.725924: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A96000 next 438 of size 2048
2020-03-31 17:03:59.729129: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A96800 next 439 of size 2048
2020-03-31 17:03:59.732630: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A97000 next 440 of size 1024
2020-03-31 17:03:59.735787: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A97400 next 441 of size 2048
2020-03-31 17:03:59.741722: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A97C00 next 442 of size 256
2020-03-31 17:03:59.744893: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A97D00 next 443 of size 256
2020-03-31 17:03:59.748082: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A97E00 next 444 of size 256
2020-03-31 17:03:59.751396: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A97F00 next 445 of size 256
2020-03-31 17:03:59.756127: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A98000 next 446 of size 18432
2020-03-31 17:03:59.759917: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A9C800 next 447 of size 2048
2020-03-31 17:03:59.764017: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A9D000 next 448 of size 4608
2020-03-31 17:03:59.770084: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A9E200 next 449 of size 4608
2020-03-31 17:03:59.774538: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A9F400 next 450 of size 512
2020-03-31 17:03:59.777867: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A9F600 next 451 of size 131072
2020-03-31 17:03:59.781123: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705ABF600 next 452 of size 131072
2020-03-31 17:03:59.784796: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705ADF600 next 453 of size 2048
2020-03-31 17:03:59.788673: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705ADFE00 next 454 of size 2048
2020-03-31 17:03:59.792035: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705AE0600 next 455 of size 524288
2020-03-31 17:03:59.798556: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B60600 next 456 of size 1024
2020-03-31 17:03:59.802220: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B60A00 next 457 of size 2048
2020-03-31 17:03:59.806394: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B61200 next 458 of size 18432
2020-03-31 17:03:59.809659: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B65A00 next 459 of size 2048
2020-03-31 17:03:59.812869: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B66200 next 460 of size 2048
2020-03-31 17:03:59.816064: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B66A00 next 461 of size 512
2020-03-31 17:03:59.819290: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B66C00 next 462 of size 1024
2020-03-31 17:03:59.822723: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B67000 next 463 of size 2048
2020-03-31 17:03:59.826059: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B67800 next 464 of size 2048
2020-03-31 17:03:59.829204: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B68000 next 465 of size 18432
2020-03-31 17:03:59.832553: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6C800 next 466 of size 2048
2020-03-31 17:03:59.838323: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6D000 next 467 of size 2048
2020-03-31 17:03:59.841920: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6D800 next 468 of size 2048
2020-03-31 17:03:59.845420: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6E000 next 469 of size 2048
2020-03-31 17:03:59.848823: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6E800 next 470 of size 1024
2020-03-31 17:03:59.852257: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6EC00 next 471 of size 2048
2020-03-31 17:03:59.856039: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6F400 next 472 of size 2048
2020-03-31 17:03:59.859419: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B6FC00 next 473 of size 18432
2020-03-31 17:03:59.865008: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B74400 next 474 of size 1024
2020-03-31 17:03:59.868553: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B74800 next 475 of size 2048
2020-03-31 17:03:59.873282: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B75000 next 476 of size 2048
2020-03-31 17:03:59.876468: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B75800 next 477 of size 18432
2020-03-31 17:03:59.880075: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7A000 next 478 of size 2048
2020-03-31 17:03:59.883458: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7A800 next 479 of size 1024
2020-03-31 17:03:59.886926: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7AC00 next 480 of size 1024
2020-03-31 17:03:59.891971: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7B000 next 481 of size 1024
2020-03-31 17:03:59.895770: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7B400 next 482 of size 2048
2020-03-31 17:03:59.899106: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7BC00 next 483 of size 2048
2020-03-31 17:03:59.902498: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7C400 next 484 of size 2048
2020-03-31 17:03:59.906537: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B7CC00 next 485 of size 524288
2020-03-31 17:03:59.910323: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705BFCC00 next 486 of size 524288
2020-03-31 17:03:59.913811: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C7CC00 next 487 of size 1024
2020-03-31 17:03:59.917566: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C7D000 next 488 of size 1024
2020-03-31 17:03:59.921557: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C7D400 next 489 of size 2048
2020-03-31 17:03:59.925545: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C7DC00 next 490 of size 2048
2020-03-31 17:03:59.931533: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C7E400 next 491 of size 18432
2020-03-31 17:03:59.935650: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C82C00 next 492 of size 18432
2020-03-31 17:03:59.940440: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C87400 next 493 of size 2048
2020-03-31 17:03:59.943794: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C87C00 next 494 of size 2048
2020-03-31 17:03:59.950725: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C88400 next 495 of size 2048
2020-03-31 17:03:59.960628: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C88C00 next 496 of size 2048
2020-03-31 17:03:59.966324: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C89400 next 497 of size 524288
2020-03-31 17:03:59.970974: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D09400 next 498 of size 1024
2020-03-31 17:03:59.974867: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D09800 next 499 of size 18432
2020-03-31 17:03:59.978983: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D0E000 next 500 of size 2048
2020-03-31 17:03:59.982312: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D0E800 next 501 of size 2048
2020-03-31 17:03:59.989074: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D0F000 next 502 of size 2048
2020-03-31 17:03:59.992304: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D0F800 next 503 of size 2048
2020-03-31 17:03:59.996521: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D10000 next 504 of size 2048
2020-03-31 17:04:00.001349: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D10800 next 505 of size 1024
2020-03-31 17:04:00.006095: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D10C00 next 506 of size 1024
2020-03-31 17:04:00.009780: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D11000 next 507 of size 1024
2020-03-31 17:04:00.013099: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D11400 next 508 of size 1024
2020-03-31 17:04:00.018689: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D11800 next 509 of size 2048
2020-03-31 17:04:00.022141: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D12000 next 510 of size 2048
2020-03-31 17:04:00.026204: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D12800 next 511 of size 18432
2020-03-31 17:04:00.029883: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D17000 next 512 of size 2048
2020-03-31 17:04:00.033440: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D17800 next 513 of size 18432
2020-03-31 17:04:00.036721: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D1C000 next 514 of size 2048
2020-03-31 17:04:00.040193: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D1C800 next 515 of size 524288
2020-03-31 17:04:00.043840: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D9C800 next 516 of size 524288
2020-03-31 17:04:00.047871: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705E1C800 next 517 of size 524288
2020-03-31 17:04:00.051424: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705E9C800 next 518 of size 524288
2020-03-31 17:04:00.057405: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F1C800 next 519 of size 2048
2020-03-31 17:04:00.061553: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F1D000 next 520 of size 1024
2020-03-31 17:04:00.065355: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F1D400 next 521 of size 1024
2020-03-31 17:04:00.069164: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F1D800 next 522 of size 2048
2020-03-31 17:04:00.073105: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F1E000 next 523 of size 18432
2020-03-31 17:04:00.076936: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F22800 next 524 of size 2048
2020-03-31 17:04:00.081020: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F23000 next 525 of size 18432
2020-03-31 17:04:00.086625: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F27800 next 526 of size 2048
2020-03-31 17:04:00.090040: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F28000 next 527 of size 524288
2020-03-31 17:04:00.093304: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705FA8000 next 528 of size 524288
2020-03-31 17:04:00.097308: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706028000 next 529 of size 524288
2020-03-31 17:04:00.100546: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007060A8000 next 530 of size 524288
2020-03-31 17:04:00.104760: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706128000 next 531 of size 1024
2020-03-31 17:04:00.108094: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706128400 next 532 of size 1024
2020-03-31 17:04:00.115449: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706128800 next 533 of size 1024
2020-03-31 17:04:00.119176: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706128C00 next 534 of size 1024
2020-03-31 17:04:00.123190: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706129000 next 535 of size 2048
2020-03-31 17:04:00.127085: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706129800 next 536 of size 4608
2020-03-31 17:04:00.131503: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070612AA00 next 537 of size 18432
2020-03-31 17:04:00.135127: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070612F200 next 538 of size 2048
2020-03-31 17:04:00.138861: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070612FA00 next 539 of size 2048
2020-03-31 17:04:00.142797: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706130200 next 540 of size 2048
2020-03-31 17:04:00.146596: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706130A00 next 541 of size 2048
2020-03-31 17:04:00.152474: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706131200 next 542 of size 524288
2020-03-31 17:04:00.156500: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007061B1200 next 543 of size 2048
2020-03-31 17:04:00.160163: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007061B1A00 next 544 of size 1024
2020-03-31 17:04:00.163479: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007061B1E00 next 545 of size 524288
2020-03-31 17:04:00.166784: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706231E00 next 546 of size 524288
2020-03-31 17:04:00.170167: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007062B1E00 next 547 of size 524288
2020-03-31 17:04:00.173873: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706331E00 next 548 of size 524288
2020-03-31 17:04:00.180435: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007063B1E00 next 18446744073709551615 of size 4514304
2020-03-31 17:04:00.184274: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 67108864
2020-03-31 17:04:00.187722: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706800000 next 550 of size 2359296
2020-03-31 17:04:00.191484: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706A40000 next 551 of size 2359296
2020-03-31 17:04:00.195392: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706C80000 next 552 of size 131072
2020-03-31 17:04:00.199231: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706CA0000 next 553 of size 4608
2020-03-31 17:04:00.203866: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706CA1200 next 554 of size 2048
2020-03-31 17:04:00.209994: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706CA1A00 next 555 of size 2048
2020-03-31 17:04:00.213807: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706CA2200 next 556 of size 524288
2020-03-31 17:04:00.218269: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D22200 next 557 of size 2048
2020-03-31 17:04:00.224313: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D22A00 next 558 of size 2048
2020-03-31 17:04:00.227530: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D23200 next 559 of size 18432
2020-03-31 17:04:00.231318: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D27A00 next 560 of size 2048
2020-03-31 17:04:00.237301: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D28200 next 561 of size 524288
2020-03-31 17:04:00.241434: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DA8200 next 562 of size 524288
2020-03-31 17:04:00.245168: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706E28200 next 563 of size 524288
2020-03-31 17:04:00.249002: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706EA8200 next 564 of size 524288
2020-03-31 17:04:00.252424: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F28200 next 565 of size 2048
2020-03-31 17:04:00.256447: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F28A00 next 566 of size 18432
2020-03-31 17:04:00.260665: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2D200 next 567 of size 1024
2020-03-31 17:04:00.264352: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2D600 next 568 of size 1024
2020-03-31 17:04:00.268027: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2DA00 next 569 of size 1024
2020-03-31 17:04:00.276064: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2DE00 next 570 of size 2048
2020-03-31 17:04:00.280069: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2E600 next 571 of size 2048
2020-03-31 17:04:00.283354: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2EE00 next 572 of size 2048
2020-03-31 17:04:00.287004: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2F600 next 573 of size 2048
2020-03-31 17:04:00.290637: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F2FE00 next 574 of size 1024
2020-03-31 17:04:00.294051: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F30200 next 575 of size 2048
2020-03-31 17:04:00.298442: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F30A00 next 576 of size 18432
2020-03-31 17:04:00.304086: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F35200 next 577 of size 2048
2020-03-31 17:04:00.307514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706F35A00 next 578 of size 524288
2020-03-31 17:04:00.310977: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706FB5A00 next 579 of size 1024
2020-03-31 17:04:00.314173: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706FB5E00 next 580 of size 2048
2020-03-31 17:04:00.317358: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706FB6600 next 581 of size 512
2020-03-31 17:04:00.321504: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706FB6800 next 582 of size 512
2020-03-31 17:04:00.325181: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706FB6A00 next 583 of size 32768
2020-03-31 17:04:00.331925: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706FBEA00 next 584 of size 524288
2020-03-31 17:04:00.335300: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070703EA00 next 585 of size 524288
2020-03-31 17:04:00.339320: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007070BEA00 next 586 of size 1024
2020-03-31 17:04:00.342811: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007070BEE00 next 587 of size 1024
2020-03-31 17:04:00.346137: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007070BF200 next 588 of size 2048
2020-03-31 17:04:00.350813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007070BFA00 next 589 of size 524288
2020-03-31 17:04:00.354324: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070713FA00 next 590 of size 1024
2020-03-31 17:04:00.360948: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070713FE00 next 591 of size 1024
2020-03-31 17:04:00.364482: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707140200 next 592 of size 2048
2020-03-31 17:04:00.368403: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707140A00 next 593 of size 2048
2020-03-31 17:04:00.371961: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707141200 next 594 of size 18432
2020-03-31 17:04:00.375286: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707145A00 next 595 of size 2048
2020-03-31 17:04:00.378570: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707146200 next 596 of size 524288
2020-03-31 17:04:00.381874: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007071C6200 next 597 of size 524288
2020-03-31 17:04:00.386162: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707246200 next 598 of size 524288
2020-03-31 17:04:00.389916: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007072C6200 next 599 of size 524288
2020-03-31 17:04:00.393388: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707346200 next 600 of size 1024
2020-03-31 17:04:00.398519: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707346600 next 601 of size 1024
2020-03-31 17:04:00.402313: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707346A00 next 602 of size 2048
2020-03-31 17:04:00.406619: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707347200 next 603 of size 1024
2020-03-31 17:04:00.409955: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707347600 next 604 of size 1024
2020-03-31 17:04:00.414046: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707347A00 next 605 of size 65536
2020-03-31 17:04:00.417400: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707357A00 next 606 of size 4608
2020-03-31 17:04:00.421381: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707358C00 next 607 of size 512
2020-03-31 17:04:00.426721: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707358E00 next 608 of size 512
2020-03-31 17:04:00.431220: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707359000 next 609 of size 524288
2020-03-31 17:04:00.435728: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007073D9000 next 610 of size 589824
2020-03-31 17:04:00.439736: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707469000 next 611 of size 589824
2020-03-31 17:04:00.443068: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007074F9000 next 612 of size 589824
2020-03-31 17:04:00.446426: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707589000 next 613 of size 589824
2020-03-31 17:04:00.451670: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707619000 next 614 of size 2048
2020-03-31 17:04:00.455763: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707619800 next 615 of size 524288
2020-03-31 17:04:00.459685: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707699800 next 616 of size 524288
2020-03-31 17:04:00.462907: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707719800 next 617 of size 524288
2020-03-31 17:04:00.466346: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707799800 next 618 of size 524288
2020-03-31 17:04:00.469809: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707819800 next 619 of size 1024
2020-03-31 17:04:00.473508: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707819C00 next 620 of size 1024
2020-03-31 17:04:00.477492: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070781A000 next 621 of size 1024
2020-03-31 17:04:00.480856: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070781A400 next 622 of size 1024
2020-03-31 17:04:00.484749: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070781A800 next 623 of size 2048
2020-03-31 17:04:00.491135: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070781B000 next 624 of size 18432
2020-03-31 17:04:00.495722: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070781F800 next 625 of size 2048
2020-03-31 17:04:00.498959: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707820000 next 626 of size 2048
2020-03-31 17:04:00.502337: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707820800 next 627 of size 2048
2020-03-31 17:04:00.506085: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707821000 next 628 of size 2048
2020-03-31 17:04:00.510025: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707821800 next 629 of size 1024
2020-03-31 17:04:00.514048: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707821C00 next 630 of size 1024
2020-03-31 17:04:00.520887: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707822000 next 631 of size 1024
2020-03-31 17:04:00.524899: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707822400 next 632 of size 1024
2020-03-31 17:04:00.528613: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707822800 next 633 of size 2048
2020-03-31 17:04:00.531964: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707823000 next 634 of size 1024
2020-03-31 17:04:00.535125: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707823400 next 635 of size 131072
2020-03-31 17:04:00.539919: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707843400 next 636 of size 4608
2020-03-31 17:04:00.546439: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707844600 next 637 of size 4608
2020-03-31 17:04:00.549726: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707845800 next 638 of size 1024
2020-03-31 17:04:00.552917: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707845C00 next 639 of size 4608
2020-03-31 17:04:00.556922: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707846E00 next 640 of size 4608
2020-03-31 17:04:00.560154: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707848000 next 641 of size 4608
2020-03-31 17:04:00.563613: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707849200 next 642 of size 4608
2020-03-31 17:04:00.567083: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070784A400 next 643 of size 1024
2020-03-31 17:04:00.570731: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070784A800 next 644 of size 65536
2020-03-31 17:04:00.574259: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070785A800 next 645 of size 2048
2020-03-31 17:04:00.577688: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070785B000 next 646 of size 512
2020-03-31 17:04:00.584215: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070785B200 next 647 of size 1024
2020-03-31 17:04:00.588023: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070785B600 next 648 of size 1024
2020-03-31 17:04:00.591502: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070785BA00 next 649 of size 2048
2020-03-31 17:04:00.595731: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070785C200 next 650 of size 524288
2020-03-31 17:04:00.599026: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007078DC200 next 651 of size 2048
2020-03-31 17:04:00.602216: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007078DCA00 next 652 of size 2048
2020-03-31 17:04:00.606003: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007078DD200 next 653 of size 524288
2020-03-31 17:04:00.609260: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070795D200 next 654 of size 524288
2020-03-31 17:04:00.614514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007079DD200 next 655 of size 524288
2020-03-31 17:04:00.617671: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707A5D200 next 656 of size 524288
2020-03-31 17:04:00.622378: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707ADD200 next 657 of size 18432
2020-03-31 17:04:00.626567: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707AE1A00 next 658 of size 18432
2020-03-31 17:04:00.629986: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707AE6200 next 659 of size 1024
2020-03-31 17:04:00.633100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707AE6600 next 660 of size 1024
2020-03-31 17:04:00.636203: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707AE6A00 next 661 of size 524288
2020-03-31 17:04:00.642645: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B66A00 next 662 of size 1024
2020-03-31 17:04:00.645973: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B66E00 next 663 of size 1024
2020-03-31 17:04:00.650460: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B67200 next 664 of size 9216
2020-03-31 17:04:00.653927: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B69600 next 665 of size 512
2020-03-31 17:04:00.657354: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B69800 next 666 of size 512
2020-03-31 17:04:00.660466: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B69A00 next 667 of size 512
2020-03-31 17:04:00.663612: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B69C00 next 668 of size 512
2020-03-31 17:04:00.666951: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B69E00 next 669 of size 512
2020-03-31 17:04:00.670513: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6A000 next 670 of size 1024
2020-03-31 17:04:00.673893: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6A400 next 671 of size 1024
2020-03-31 17:04:00.679038: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6A800 next 672 of size 1024
2020-03-31 17:04:00.682550: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6AC00 next 673 of size 1024
2020-03-31 17:04:00.685954: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6B000 next 674 of size 1024
2020-03-31 17:04:00.690448: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6B400 next 675 of size 1024
2020-03-31 17:04:00.693941: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6B800 next 676 of size 2048
2020-03-31 17:04:00.697157: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6C000 next 677 of size 2048
2020-03-31 17:04:00.700489: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6C800 next 678 of size 1024
2020-03-31 17:04:00.704363: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6CC00 next 679 of size 1024
2020-03-31 17:04:00.711401: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6D000 next 680 of size 1024
2020-03-31 17:04:00.715221: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6D400 next 681 of size 1024
2020-03-31 17:04:00.718628: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6D800 next 682 of size 1024
2020-03-31 17:04:00.722060: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707B6DC00 next 683 of size 524288
2020-03-31 17:04:00.725341: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707BEDC00 next 684 of size 524288
2020-03-31 17:04:00.728854: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707C6DC00 next 685 of size 524288
2020-03-31 17:04:00.734199: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707CEDC00 next 686 of size 524288
2020-03-31 17:04:00.738068: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D6DC00 next 687 of size 18432
2020-03-31 17:04:00.741303: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D72400 next 688 of size 1024
2020-03-31 17:04:00.744444: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D72800 next 689 of size 2048
2020-03-31 17:04:00.747779: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D73000 next 690 of size 512
2020-03-31 17:04:00.751877: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D73200 next 691 of size 2048
2020-03-31 17:04:00.756456: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D73A00 next 692 of size 2048
2020-03-31 17:04:00.759599: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D74200 next 693 of size 2048
2020-03-31 17:04:00.763119: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D74A00 next 694 of size 1024
2020-03-31 17:04:00.766445: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707D74E00 next 695 of size 524288
2020-03-31 17:04:00.772725: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707DF4E00 next 696 of size 2048
2020-03-31 17:04:00.776459: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707DF5600 next 697 of size 2048
2020-03-31 17:04:00.779755: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707DF5E00 next 698 of size 18432
2020-03-31 17:04:00.783424: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707DFA600 next 699 of size 2048
2020-03-31 17:04:00.786726: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707DFAE00 next 700 of size 2048
2020-03-31 17:04:00.790325: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707DFB600 next 701 of size 524288
2020-03-31 17:04:00.793688: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707E7B600 next 702 of size 524288
2020-03-31 17:04:00.800603: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707EFB600 next 703 of size 589824
2020-03-31 17:04:00.804631: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707F8B600 next 704 of size 65536
2020-03-31 17:04:00.807885: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707F9B600 next 705 of size 294912
2020-03-31 17:04:00.811578: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707FE3600 next 706 of size 2048
2020-03-31 17:04:00.815431: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707FE3E00 next 707 of size 2048
2020-03-31 17:04:00.819135: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707FE4600 next 708 of size 1024
2020-03-31 17:04:00.823309: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707FE4A00 next 709 of size 524288
2020-03-31 17:04:00.829588: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708064A00 next 710 of size 1024
2020-03-31 17:04:00.832874: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708064E00 next 711 of size 1024
2020-03-31 17:04:00.836107: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708065200 next 712 of size 65536
2020-03-31 17:04:00.840673: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708075200 next 713 of size 18432
2020-03-31 17:04:00.844035: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708079A00 next 714 of size 524288
2020-03-31 17:04:00.847854: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007080F9A00 next 715 of size 1024
2020-03-31 17:04:00.851119: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007080F9E00 next 716 of size 1024
2020-03-31 17:04:00.855014: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007080FA200 next 717 of size 2048
2020-03-31 17:04:00.858649: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007080FAA00 next 718 of size 2048
2020-03-31 17:04:00.861905: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007080FB200 next 719 of size 2048
2020-03-31 17:04:00.865703: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007080FBA00 next 720 of size 524288
2020-03-31 17:04:00.870492: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817BA00 next 721 of size 1024
2020-03-31 17:04:00.874299: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817BE00 next 722 of size 1024
2020-03-31 17:04:00.877760: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817C200 next 723 of size 1024
2020-03-31 17:04:00.880924: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817C600 next 724 of size 1024
2020-03-31 17:04:00.885264: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817CA00 next 725 of size 2048
2020-03-31 17:04:00.888984: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817D200 next 726 of size 2048
2020-03-31 17:04:00.892386: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070817DA00 next 727 of size 18432
2020-03-31 17:04:00.897611: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708182200 next 728 of size 2048
2020-03-31 17:04:00.901172: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708182A00 next 729 of size 2048
2020-03-31 17:04:00.905622: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708183200 next 730 of size 6912
2020-03-31 17:04:00.909267: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708184D00 next 731 of size 6912
2020-03-31 17:04:00.912424: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708186800 next 732 of size 6912
2020-03-31 17:04:00.915640: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708188300 next 733 of size 768
2020-03-31 17:04:00.919053: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708188600 next 734 of size 2359296
2020-03-31 17:04:00.925339: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083C8600 next 735 of size 18432
2020-03-31 17:04:00.929675: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083CCE00 next 736 of size 18432
2020-03-31 17:04:00.933335: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083D1600 next 737 of size 18432
2020-03-31 17:04:00.937475: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083D5E00 next 738 of size 18432
2020-03-31 17:04:00.941099: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DA600 next 739 of size 2048
2020-03-31 17:04:00.945011: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DAE00 next 740 of size 2048
2020-03-31 17:04:00.948482: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DB600 next 741 of size 2048
2020-03-31 17:04:00.952469: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DBE00 next 742 of size 2048
2020-03-31 17:04:00.956520: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DC600 next 743 of size 2048
2020-03-31 17:04:00.963146: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DCE00 next 744 of size 1024
2020-03-31 17:04:00.966514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DD200 next 745 of size 1024
2020-03-31 17:04:00.977409: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DD600 next 746 of size 2048
2020-03-31 17:04:00.981976: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083DDE00 next 747 of size 18432
2020-03-31 17:04:00.985723: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083E2600 next 748 of size 2048
2020-03-31 17:04:00.995876: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083E2E00 next 749 of size 2048
2020-03-31 17:04:00.999813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007083E3600 next 750 of size 524288
2020-03-31 17:04:01.003982: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708463600 next 751 of size 1024
2020-03-31 17:04:01.007499: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708463A00 next 752 of size 2048
2020-03-31 17:04:01.011219: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708464200 next 753 of size 2048
2020-03-31 17:04:01.016127: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708464A00 next 754 of size 18432
2020-03-31 17:04:01.022120: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708469200 next 755 of size 2048
2020-03-31 17:04:01.026103: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708469A00 next 756 of size 524288
2020-03-31 17:04:01.029451: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084E9A00 next 757 of size 524288
2020-03-31 17:04:01.033991: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708569A00 next 758 of size 1024
2020-03-31 17:04:01.038820: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708569E00 next 759 of size 1024
2020-03-31 17:04:01.042650: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856A200 next 760 of size 1024
2020-03-31 17:04:01.045907: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856A600 next 761 of size 1024
2020-03-31 17:04:01.051258: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856AA00 next 762 of size 1024
2020-03-31 17:04:01.056002: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856AE00 next 763 of size 2048
2020-03-31 17:04:01.059779: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856B600 next 764 of size 2048
2020-03-31 17:04:01.063586: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856BE00 next 765 of size 2048
2020-03-31 17:04:01.067386: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856C600 next 766 of size 6912
2020-03-31 17:04:01.071334: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856E100 next 767 of size 768
2020-03-31 17:04:01.075438: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856E400 next 768 of size 1024
2020-03-31 17:04:01.081679: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856E800 next 769 of size 512
2020-03-31 17:04:01.084977: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856EA00 next 770 of size 2048
2020-03-31 17:04:01.088921: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070856F200 next 771 of size 524288
2020-03-31 17:04:01.092568: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007085EF200 next 772 of size 524288
2020-03-31 17:04:01.095917: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070866F200 next 773 of size 1024
2020-03-31 17:04:01.100837: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070866F600 next 774 of size 1024
2020-03-31 17:04:01.105918: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070866FA00 next 775 of size 1024
2020-03-31 17:04:01.109784: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070866FE00 next 776 of size 2048
2020-03-31 17:04:01.113388: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708670600 next 777 of size 2048
2020-03-31 17:04:01.119145: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708670E00 next 778 of size 1024
2020-03-31 17:04:01.124172: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708671200 next 779 of size 1024
2020-03-31 17:04:01.127654: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708671600 next 780 of size 2048
2020-03-31 17:04:01.132050: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708671E00 next 781 of size 18432
2020-03-31 17:04:01.135500: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708676600 next 782 of size 2048
2020-03-31 17:04:01.140252: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708676E00 next 783 of size 1024
2020-03-31 17:04:01.146123: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708677200 next 784 of size 2048
2020-03-31 17:04:01.149407: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708677A00 next 785 of size 768
2020-03-31 17:04:01.153238: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708677D00 next 786 of size 1024
2020-03-31 17:04:01.157577: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708678100 next 787 of size 1024
2020-03-31 17:04:01.161439: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708678500 next 788 of size 512
2020-03-31 17:04:01.165130: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708678700 next 789 of size 65536
2020-03-31 17:04:01.172900: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708688700 next 790 of size 4608
2020-03-31 17:04:01.176269: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708689900 next 791 of size 512
2020-03-31 17:04:01.180412: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708689B00 next 792 of size 294912
2020-03-31 17:04:01.183872: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007086D1B00 next 793 of size 294912
2020-03-31 17:04:01.188487: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708719B00 next 794 of size 294912
2020-03-31 17:04:01.192913: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708761B00 next 795 of size 294912
2020-03-31 17:04:01.196799: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007087A9B00 next 796 of size 9216
2020-03-31 17:04:01.200817: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007087ABF00 next 797 of size 9216
2020-03-31 17:04:01.205408: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007087AE300 next 798 of size 524288
2020-03-31 17:04:01.209065: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070882E300 next 799 of size 1024
2020-03-31 17:04:01.215351: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070882E700 next 800 of size 1024
2020-03-31 17:04:01.218589: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070882EB00 next 801 of size 2048
2020-03-31 17:04:01.222492: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070882F300 next 802 of size 2048
2020-03-31 17:04:01.226375: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070882FB00 next 803 of size 2048
2020-03-31 17:04:01.229773: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708830300 next 804 of size 524288
2020-03-31 17:04:01.233659: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007088B0300 next 805 of size 524288
2020-03-31 17:04:01.241563: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708930300 next 806 of size 524288
2020-03-31 17:04:01.244820: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B0300 next 807 of size 1024
2020-03-31 17:04:01.250929: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B0700 next 808 of size 1024
2020-03-31 17:04:01.255217: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B0B00 next 809 of size 1024
2020-03-31 17:04:01.258752: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B0F00 next 810 of size 1024
2020-03-31 17:04:01.262118: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B1300 next 811 of size 18432
2020-03-31 17:04:01.266867: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B5B00 next 812 of size 2048
2020-03-31 17:04:01.273921: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B6300 next 813 of size 2048
2020-03-31 17:04:01.277171: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B6B00 next 814 of size 768
2020-03-31 17:04:01.281305: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B6E00 next 815 of size 768
2020-03-31 17:04:01.284482: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B7100 next 816 of size 1024
2020-03-31 17:04:01.288167: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089B7500 next 817 of size 2359296
2020-03-31 17:04:01.291438: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF7500 next 818 of size 4608
2020-03-31 17:04:01.295383: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF8700 next 819 of size 512
2020-03-31 17:04:01.300701: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF8900 next 820 of size 512
2020-03-31 17:04:01.304250: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF8B00 next 821 of size 256
2020-03-31 17:04:01.307987: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF8C00 next 822 of size 512
2020-03-31 17:04:01.311182: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF8E00 next 823 of size 256
2020-03-31 17:04:01.314905: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BF8F00 next 824 of size 524288
2020-03-31 17:04:01.319063: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708C78F00 next 825 of size 524288
2020-03-31 17:04:01.322931: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708CF8F00 next 826 of size 524288
2020-03-31 17:04:01.326386: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D78F00 next 827 of size 524288
2020-03-31 17:04:01.329937: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DF8F00 next 828 of size 524288
2020-03-31 17:04:01.333766: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E78F00 next 829 of size 1024
2020-03-31 17:04:01.339306: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E79300 next 830 of size 2048
2020-03-31 17:04:01.342919: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E79B00 next 831 of size 2048
2020-03-31 17:04:01.346113: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E7A300 next 832 of size 2048
2020-03-31 17:04:01.349707: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E7AB00 next 833 of size 2048
2020-03-31 17:04:01.352867: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E7B300 next 834 of size 2048
2020-03-31 17:04:01.357136: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E7BB00 next 835 of size 2048
2020-03-31 17:04:01.360648: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E7C300 next 836 of size 2048
2020-03-31 17:04:01.366016: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E7CB00 next 837 of size 524288
2020-03-31 17:04:01.369844: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708EFCB00 next 838 of size 524288
2020-03-31 17:04:01.373436: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708F7CB00 next 839 of size 524288
2020-03-31 17:04:01.376900: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708FFCB00 next 840 of size 1024
2020-03-31 17:04:01.381319: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708FFCF00 next 841 of size 18432
2020-03-31 17:04:01.386022: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709001700 next 842 of size 2048
2020-03-31 17:04:01.392278: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709001F00 next 843 of size 2048
2020-03-31 17:04:01.395810: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709002700 next 844 of size 2048
2020-03-31 17:04:01.399001: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709002F00 next 845 of size 2048
2020-03-31 17:04:01.402211: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709003700 next 846 of size 2048
2020-03-31 17:04:01.406083: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709003F00 next 847 of size 1024
2020-03-31 17:04:01.409687: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709004300 next 848 of size 2359296
2020-03-31 17:04:01.413149: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709244300 next 849 of size 512
2020-03-31 17:04:01.416344: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709244500 next 850 of size 1024
2020-03-31 17:04:01.420215: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709244900 next 851 of size 256
2020-03-31 17:04:01.423691: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709244A00 next 852 of size 256
2020-03-31 17:04:01.426860: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709244B00 next 853 of size 256
2020-03-31 17:04:01.433208: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709244C00 next 854 of size 2048
2020-03-31 17:04:01.436466: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709245400 next 855 of size 2048
2020-03-31 17:04:01.439704: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709245C00 next 856 of size 2048
2020-03-31 17:04:01.443419: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709246400 next 857 of size 2048
2020-03-31 17:04:01.446606: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709246C00 next 858 of size 2048
2020-03-31 17:04:01.449815: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709247400 next 859 of size 18432
2020-03-31 17:04:01.453602: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070924BC00 next 860 of size 256
2020-03-31 17:04:01.460605: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070924BD00 next 861 of size 524288
2020-03-31 17:04:01.464269: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092CBD00 next 862 of size 1024
2020-03-31 17:04:01.468111: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092CC100 next 863 of size 1024
2020-03-31 17:04:01.472464: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092CC500 next 864 of size 1024
2020-03-31 17:04:01.475709: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092CC900 next 865 of size 512
2020-03-31 17:04:01.478846: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092CCB00 next 866 of size 256
2020-03-31 17:04:01.482610: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092CCC00 next 867 of size 32768
2020-03-31 17:04:01.486289: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092D4C00 next 868 of size 512
2020-03-31 17:04:01.492159: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092D4E00 next 869 of size 256
2020-03-31 17:04:01.495327: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007092D4F00 next 870 of size 524288
2020-03-31 17:04:01.499721: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709354F00 next 871 of size 1024
2020-03-31 17:04:01.502956: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709355300 next 872 of size 1024
2020-03-31 17:04:01.507087: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709355700 next 873 of size 1024
2020-03-31 17:04:01.510812: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709355B00 next 874 of size 1024
2020-03-31 17:04:01.517447: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709355F00 next 875 of size 512
2020-03-31 17:04:01.521152: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709356100 next 876 of size 589824
2020-03-31 17:04:01.524827: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007093E6100 next 877 of size 73728
2020-03-31 17:04:01.528447: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007093F8100 next 878 of size 294912
2020-03-31 17:04:01.532031: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709440100 next 879 of size 32768
2020-03-31 17:04:01.535265: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709448100 next 880 of size 2304
2020-03-31 17:04:01.539026: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709448A00 next 881 of size 512
2020-03-31 17:04:01.542451: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709448C00 next 882 of size 512
2020-03-31 17:04:01.546191: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709448E00 next 883 of size 256
2020-03-31 17:04:01.549345: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709448F00 next 884 of size 256
2020-03-31 17:04:01.553132: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709449000 next 885 of size 147456
2020-03-31 17:04:01.558468: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070946D000 next 886 of size 1024
2020-03-31 17:04:01.562141: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070946D400 next 887 of size 512
2020-03-31 17:04:01.565552: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070946D600 next 888 of size 1179648
2020-03-31 17:04:01.568948: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070958D600 next 889 of size 3584
2020-03-31 17:04:01.572447: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070958E400 next 890 of size 9216
2020-03-31 17:04:01.576867: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709590800 next 891 of size 32768
2020-03-31 17:04:01.580805: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709598800 next 892 of size 2304
2020-03-31 17:04:01.586420: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709599100 next 893 of size 512
2020-03-31 17:04:01.590437: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709599300 next 894 of size 2304
2020-03-31 17:04:01.594537: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709599C00 next 895 of size 512
2020-03-31 17:04:01.598960: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709599E00 next 896 of size 256
2020-03-31 17:04:01.602502: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709599F00 next 897 of size 256
2020-03-31 17:04:01.606805: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070959A000 next 898 of size 256
2020-03-31 17:04:01.612087: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070959A100 next 899 of size 589824
2020-03-31 17:04:01.616097: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070962A100 next 900 of size 73728
2020-03-31 17:04:01.619769: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070963C100 next 901 of size 294912
2020-03-31 17:04:01.624199: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709684100 next 902 of size 32768
2020-03-31 17:04:01.627406: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070968C100 next 903 of size 2304
2020-03-31 17:04:01.630846: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070968CA00 next 904 of size 512
2020-03-31 17:04:01.633993: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070968CC00 next 905 of size 32768
2020-03-31 17:04:01.638132: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709694C00 next 906 of size 512
2020-03-31 17:04:01.641730: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709694E00 next 907 of size 512
2020-03-31 17:04:01.644955: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709695000 next 908 of size 256
2020-03-31 17:04:01.650566: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709695100 next 909 of size 256
2020-03-31 17:04:01.653842: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709695200 next 910 of size 256
2020-03-31 17:04:01.657094: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709695300 next 911 of size 256
2020-03-31 17:04:01.661003: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709695400 next 912 of size 256
2020-03-31 17:04:01.665215: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709695500 next 913 of size 589824
2020-03-31 17:04:01.668808: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709725500 next 914 of size 73728
2020-03-31 17:04:01.672875: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709737500 next 915 of size 1179648
2020-03-31 17:04:01.679314: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709857500 next 916 of size 294912
2020-03-31 17:04:01.683435: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070989F500 next 917 of size 2304
2020-03-31 17:04:01.688706: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070989FE00 next 918 of size 512
2020-03-31 17:04:01.691977: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0000 next 919 of size 512
2020-03-31 17:04:01.695315: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0200 next 920 of size 512
2020-03-31 17:04:01.698689: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0400 next 921 of size 512
2020-03-31 17:04:01.702259: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0600 next 922 of size 512
2020-03-31 17:04:01.709364: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0800 next 923 of size 512
2020-03-31 17:04:01.713530: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0A00 next 924 of size 512
2020-03-31 17:04:01.717267: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0C00 next 925 of size 512
2020-03-31 17:04:01.720705: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0E00 next 926 of size 256
2020-03-31 17:04:01.724922: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A0F00 next 927 of size 256
2020-03-31 17:04:01.729211: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A1000 next 928 of size 256
2020-03-31 17:04:01.736015: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098A1100 next 929 of size 147456
2020-03-31 17:04:01.741864: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098C5100 next 930 of size 147456
2020-03-31 17:04:01.746077: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007098E9100 next 931 of size 147456
2020-03-31 17:04:01.752928: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070990D100 next 932 of size 147456
2020-03-31 17:04:01.756766: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709931100 next 933 of size 1179648
2020-03-31 17:04:01.760853: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A51100 next 934 of size 2304
2020-03-31 17:04:01.766238: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A51A00 next 935 of size 512
2020-03-31 17:04:01.769858: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A51C00 next 936 of size 2304
2020-03-31 17:04:01.776404: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A52500 next 937 of size 2304
2020-03-31 17:04:01.780104: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A52E00 next 938 of size 2304
2020-03-31 17:04:01.783679: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A53700 next 939 of size 2304
2020-03-31 17:04:01.788152: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A54000 next 940 of size 512
2020-03-31 17:04:01.791952: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A54200 next 941 of size 512
2020-03-31 17:04:01.795747: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A54400 next 942 of size 256
2020-03-31 17:04:01.799725: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A54500 next 943 of size 256
2020-03-31 17:04:01.809846: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A54600 next 944 of size 256
2020-03-31 17:04:01.815420: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A54700 next 945 of size 6912
2020-03-31 17:04:01.847603: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A56200 next 946 of size 512
2020-03-31 17:04:01.854175: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A56400 next 947 of size 3584
2020-03-31 17:04:01.860749: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A57200 next 948 of size 32768
2020-03-31 17:04:01.867821: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A5F200 next 949 of size 32768
2020-03-31 17:04:01.876889: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A67200 next 950 of size 32768
2020-03-31 17:04:01.881602: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A6F200 next 951 of size 32768
2020-03-31 17:04:01.889537: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A77200 next 952 of size 256
2020-03-31 17:04:01.894526: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A77300 next 953 of size 256
2020-03-31 17:04:01.899556: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A77400 next 954 of size 256
2020-03-31 17:04:01.902840: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A77500 next 955 of size 3584
2020-03-31 17:04:01.906917: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A78300 next 956 of size 256
2020-03-31 17:04:01.912774: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A78400 next 957 of size 256
2020-03-31 17:04:01.916361: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A78500 next 958 of size 2048
2020-03-31 17:04:01.919635: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709A78D00 next 18446744073709551615 of size 14185216
2020-03-31 17:04:01.924121: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 134217728
2020-03-31 17:04:01.926959: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070A800000 next 960 of size 2048
2020-03-31 17:04:01.930603: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070A800800 next 961 of size 9437184
2020-03-31 17:04:01.934098: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070B100800 next 962 of size 2048
2020-03-31 17:04:01.937678: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070B101000 next 963 of size 9437184
2020-03-31 17:04:01.944277: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070BA01000 next 964 of size 2048
2020-03-31 17:04:01.948082: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070BA01800 next 965 of size 4718592
2020-03-31 17:04:01.952402: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070BE81800 next 966 of size 1024
2020-03-31 17:04:01.956391: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070BE81C00 next 967 of size 2359296
2020-03-31 17:04:01.960188: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C0C1C00 next 968 of size 1024
2020-03-31 17:04:01.963938: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C0C2000 next 969 of size 2359296
2020-03-31 17:04:01.970944: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C302000 next 970 of size 1024
2020-03-31 17:04:01.974443: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C302400 next 971 of size 2359296
2020-03-31 17:04:01.977747: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C542400 next 972 of size 1024
2020-03-31 17:04:01.981644: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C542800 next 973 of size 1179648
2020-03-31 17:04:01.985501: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C662800 next 974 of size 512
2020-03-31 17:04:01.990181: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C662A00 next 975 of size 589824
2020-03-31 17:04:01.993478: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C6F2A00 next 976 of size 512
2020-03-31 17:04:01.999612: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C6F2C00 next 977 of size 294912
2020-03-31 17:04:02.003539: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C73AC00 next 978 of size 256
2020-03-31 17:04:02.007664: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C73AD00 next 979 of size 147456
2020-03-31 17:04:02.011397: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C75ED00 next 980 of size 256
2020-03-31 17:04:02.018233: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C75EE00 next 981 of size 6912
2020-03-31 17:04:02.024235: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760900 next 982 of size 256
2020-03-31 17:04:02.029068: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760A00 next 983 of size 256
2020-03-31 17:04:02.032967: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760B00 next 984 of size 256
2020-03-31 17:04:02.039900: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760C00 next 985 of size 256
2020-03-31 17:04:02.043980: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760D00 next 986 of size 256
2020-03-31 17:04:02.048008: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760E00 next 987 of size 256
2020-03-31 17:04:02.051683: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760F00 next 988 of size 256
2020-03-31 17:04:02.055200: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761000 next 989 of size 256
2020-03-31 17:04:02.058469: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761100 next 990 of size 256
2020-03-31 17:04:02.061912: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761200 next 991 of size 256
2020-03-31 17:04:02.076936: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761300 next 992 of size 256
2020-03-31 17:04:02.084293: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761400 next 993 of size 256
2020-03-31 17:04:02.099279: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761500 next 994 of size 256
2020-03-31 17:04:02.102937: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761600 next 995 of size 256
2020-03-31 17:04:02.109097: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761700 next 996 of size 256
2020-03-31 17:04:02.117189: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761800 next 997 of size 256
2020-03-31 17:04:02.144203: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761900 next 998 of size 256
2020-03-31 17:04:02.149075: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761A00 next 999 of size 8388608
2020-03-31 17:04:02.163618: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF61A00 next 1023 of size 6400
2020-03-31 17:04:02.166778: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF63300 next 1042 of size 4096
2020-03-31 17:04:02.172614: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF64300 next 1041 of size 4096
2020-03-31 17:04:02.175869: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF65300 next 1085 of size 8192
2020-03-31 17:04:02.179221: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF67300 next 1103 of size 4096
2020-03-31 17:04:02.182319: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF68300 next 1091 of size 4096
2020-03-31 17:04:02.192489: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF69300 next 1094 of size 8192
2020-03-31 17:04:02.195558: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF6B300 next 1093 of size 8192
2020-03-31 17:04:02.208407: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF6D300 next 1099 of size 8192
2020-03-31 17:04:02.213671: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF6F300 next 1098 of size 8192
2020-03-31 17:04:02.222639: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF71300 next 1115 of size 4096
2020-03-31 17:04:02.228869: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF72300 next 1102 of size 4096
2020-03-31 17:04:02.232305: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF73300 next 1106 of size 8192
2020-03-31 17:04:02.235890: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF75300 next 1105 of size 8192
2020-03-31 17:04:02.239168: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF77300 next 1111 of size 8192
2020-03-31 17:04:02.242509: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF79300 next 1110 of size 8192
2020-03-31 17:04:02.245736: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF7B300 next 1128 of size 4096
2020-03-31 17:04:02.248935: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF7C300 next 1117 of size 4096
2020-03-31 17:04:02.254785: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF7D300 next 1120 of size 8192
2020-03-31 17:04:02.258020: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF7F300 next 1119 of size 8192
2020-03-31 17:04:02.261791: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF81300 next 1125 of size 8192
2020-03-31 17:04:02.265004: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF83300 next 1000 of size 9984
2020-03-31 17:04:02.268340: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF85A00 next 1007 of size 1024
2020-03-31 17:04:02.272123: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF85E00 next 1017 of size 1024
2020-03-31 17:04:02.275301: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF86200 next 1018 of size 1024
2020-03-31 17:04:02.278807: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF86600 next 1024 of size 4096
2020-03-31 17:04:02.284164: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF87600 next 1031 of size 2048
2020-03-31 17:04:02.287874: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF87E00 next 1032 of size 2048
2020-03-31 17:04:02.291061: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF88600 next 1130 of size 8192
2020-03-31 17:04:02.294217: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF8A600 next 1133 of size 8192
2020-03-31 17:04:02.297686: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF8C600 next 1134 of size 8192
2020-03-31 17:04:02.300925: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF8E600 next 1138 of size 8192
2020-03-31 17:04:02.304678: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF90600 next 1140 of size 8192
2020-03-31 17:04:02.307994: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF92600 next 1141 of size 8192
2020-03-31 17:04:02.311537: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF94600 next 1144 of size 4096
2020-03-31 17:04:02.315128: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF95600 next 1146 of size 4096
2020-03-31 17:04:02.321707: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF96600 next 1147 of size 4096
2020-03-31 17:04:02.326175: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF97600 next 1149 of size 8192
2020-03-31 17:04:02.330181: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF99600 next 1150 of size 8192
2020-03-31 17:04:02.334350: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF9B600 next 1151 of size 8192
2020-03-31 17:04:02.337911: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 000000070CF9D600 next 1002 of size 9241856
2020-03-31 17:04:02.341950: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070D86DB00 next 1003 of size 3195136
2020-03-31 17:04:02.345383: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070DB79C00 next 18446744073709551615 of size 80241664
2020-03-31 17:04:02.352413: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 268435456
2020-03-31 17:04:02.355416: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712800000 next 1046 of size 4096
2020-03-31 17:04:02.359038: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712801000 next 1045 of size 4096
2020-03-31 17:04:02.363323: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712802000 next 1030 of size 4096
2020-03-31 17:04:02.366714: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712803000 next 1063 of size 4096
2020-03-31 17:04:02.370702: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712804000 next 1051 of size 4096
2020-03-31 17:04:02.373920: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712805000 next 1054 of size 8192
2020-03-31 17:04:02.381607: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712807000 next 1053 of size 8192
2020-03-31 17:04:02.384958: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712809000 next 1059 of size 8192
2020-03-31 17:04:02.388706: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071280B000 next 1058 of size 8192
2020-03-31 17:04:02.391918: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071280D000 next 1077 of size 4096
2020-03-31 17:04:02.395141: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071280E000 next 1064 of size 4096
2020-03-31 17:04:02.398958: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071280F000 next 1067 of size 8192
2020-03-31 17:04:02.403800: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712811000 next 1066 of size 8192
2020-03-31 17:04:02.410423: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712813000 next 1072 of size 8192
2020-03-31 17:04:02.413941: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712815000 next 1071 of size 8192
2020-03-31 17:04:02.417127: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712817000 next 1089 of size 4096
2020-03-31 17:04:02.421446: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712818000 next 1078 of size 4096
2020-03-31 17:04:02.425793: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712819000 next 1081 of size 8192
2020-03-31 17:04:02.429250: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071281B000 next 1080 of size 8192
2020-03-31 17:04:02.433271: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071281D000 next 1038 of size 12288
2020-03-31 17:04:02.437169: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712820000 next 1012 of size 33423360
2020-03-31 17:04:02.440751: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000714800000 next 1005 of size 33554432
2020-03-31 17:04:02.446297: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000716800000 next 1001 of size 1024
2020-03-31 17:04:02.449799: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000716800400 next 1010 of size 1024
2020-03-31 17:04:02.453296: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000716800800 next 1006 of size 67107840
2020-03-31 17:04:02.456801: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071A800400 next 18446744073709551615 of size 134216704
2020-03-31 17:04:02.460924: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 1073741824
2020-03-31 17:04:02.464179: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000724000000 next 1008 of size 1024
2020-03-31 17:04:02.467699: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000724000400 next 1011 of size 67108864
2020-03-31 17:04:02.474049: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000728000400 next 1027 of size 33554432
2020-03-31 17:04:02.477710: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000072A000400 next 1029 of size 33554432
2020-03-31 17:04:02.481395: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000072C000400 next 1035 of size 33554432
2020-03-31 17:04:02.485852: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000072E000400 next 1013 of size 33554432
2020-03-31 17:04:02.491492: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000730000400 next 1014 of size 67108864
2020-03-31 17:04:02.495736: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000734000400 next 1016 of size 67108864
2020-03-31 17:04:02.501354: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000738000400 next 1026 of size 34082816
2020-03-31 17:04:02.505587: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000073A081400 next 1020 of size 33551360
2020-03-31 17:04:02.508996: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000073C080800 next 1021 of size 67634176
2020-03-31 17:04:02.512997: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000740100C00 next 1040 of size 8921088
2020-03-31 17:04:02.516453: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000740982C00 next 1039 of size 8388608
2020-03-31 17:04:02.520322: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000741182C00 next 1033 of size 17301504
2020-03-31 17:04:02.523879: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000742202C00 next 1034 of size 34611200
2020-03-31 17:04:02.527499: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000744304C00 next 1025 of size 34611200
2020-03-31 17:04:02.532646: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000746406C00 next 1019 of size 33554432
2020-03-31 17:04:02.536425: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000748406C00 next 1048 of size 17842176
2020-03-31 17:04:02.544682: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074950AC00 next 1049 of size 16777216
2020-03-31 17:04:02.550275: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074A50AC00 next 1062 of size 16777216
2020-03-31 17:04:02.553840: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074B50AC00 next 1050 of size 16777216
2020-03-31 17:04:02.558375: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074C50AC00 next 1052 of size 33554432
2020-03-31 17:04:02.561746: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074E50AC00 next 1055 of size 33554432
2020-03-31 17:04:02.565606: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075050AC00 next 1056 of size 35684352
2020-03-31 17:04:02.572448: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000752712C00 next 1057 of size 35684352
2020-03-31 17:04:02.576727: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075491AC00 next 1060 of size 33554432
2020-03-31 17:04:02.579983: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075691AC00 next 1061 of size 33554432
2020-03-31 17:04:02.583199: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075891AC00 next 1022 of size 63408128
2020-03-31 17:04:02.586538: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075C593400 next 1036 of size 34080768
2020-03-31 17:04:02.589960: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075E613C00 next 1043 of size 16777216
2020-03-31 17:04:02.593140: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 000000075F613C00 next 1028 of size 9437184
2020-03-31 17:04:02.598860: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075FF13C00 next 1044 of size 16777216
2020-03-31 17:04:02.602230: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000760F13C00 next 1047 of size 16777216
2020-03-31 17:04:02.606445: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000761F13C00 next 1037 of size 16777216
2020-03-31 17:04:02.609579: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000762F13C00 next 18446744073709551615 of size 17744896
2020-03-31 17:04:02.613217: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 1073741824
2020-03-31 17:04:02.616272: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000764000000 next 1065 of size 33554432
2020-03-31 17:04:02.619633: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000766000000 next 1068 of size 33554432
2020-03-31 17:04:02.623552: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000768000000 next 1075 of size 16777216
2020-03-31 17:04:02.628822: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000769000000 next 1069 of size 16777216
2020-03-31 17:04:02.632409: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000076A000000 next 1070 of size 33554432
2020-03-31 17:04:02.635614: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000076C000000 next 1073 of size 33554432
2020-03-31 17:04:02.640837: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000076E000000 next 1074 of size 33554432
2020-03-31 17:04:02.644094: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000770000000 next 1088 of size 16777216
2020-03-31 17:04:02.647208: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000771000000 next 1076 of size 16777216
2020-03-31 17:04:02.651066: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000772000000 next 1079 of size 33554432
2020-03-31 17:04:02.654339: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000774000000 next 1082 of size 33554432
2020-03-31 17:04:02.657864: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000776000000 next 1083 of size 35684352
2020-03-31 17:04:02.660921: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000778208000 next 1084 of size 35684352
2020-03-31 17:04:02.667379: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000077A410000 next 1086 of size 33554432
2020-03-31 17:04:02.670675: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000077C410000 next 1087 of size 33554432
2020-03-31 17:04:02.673804: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000077E410000 next 1114 of size 16777216
2020-03-31 17:04:02.677227: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000077F410000 next 1090 of size 16777216
2020-03-31 17:04:02.680291: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000780410000 next 1092 of size 33554432
2020-03-31 17:04:02.684069: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000782410000 next 1095 of size 33554432
2020-03-31 17:04:02.687359: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000784410000 next 1096 of size 35684352
2020-03-31 17:04:02.693110: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000786618000 next 1097 of size 35684352
2020-03-31 17:04:02.696447: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000788820000 next 1100 of size 33554432
2020-03-31 17:04:02.700817: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000078A820000 next 1101 of size 33554432
2020-03-31 17:04:02.704253: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000078C820000 next 1104 of size 33554432
2020-03-31 17:04:02.707386: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000078E820000 next 1107 of size 33554432
2020-03-31 17:04:02.710648: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000790820000 next 1108 of size 35684352
2020-03-31 17:04:02.714063: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000792A28000 next 1109 of size 35684352
2020-03-31 17:04:02.717144: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000794C30000 next 1112 of size 33554432
2020-03-31 17:04:02.723747: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000796C30000 next 1113 of size 33554432
2020-03-31 17:04:02.726946: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000798C30000 next 1127 of size 16777216
2020-03-31 17:04:02.730598: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000799C30000 next 1116 of size 16777216
2020-03-31 17:04:02.733696: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000079AC30000 next 1118 of size 33554432
2020-03-31 17:04:02.737008: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000079CC30000 next 1121 of size 33554432
2020-03-31 17:04:02.740100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000079EC30000 next 1122 of size 35684352
2020-03-31 17:04:02.743173: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007A0E38000 next 18446744073709551615 of size 52199424
2020-03-31 17:04:02.749537: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 465541376
2020-03-31 17:04:02.753091: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007A4000000 next 1124 of size 33554432
2020-03-31 17:04:02.757135: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007A6000000 next 1126 of size 33554432
2020-03-31 17:04:02.760268: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007A8000000 next 1129 of size 33554432
2020-03-31 17:04:02.763577: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007AA000000 next 1131 of size 33554432
2020-03-31 17:04:02.768701: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007AC000000 next 1132 of size 33554432
2020-03-31 17:04:02.772404: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007AE000000 next 1135 of size 33554432
2020-03-31 17:04:02.776117: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B0000000 next 1145 of size 16777216
2020-03-31 17:04:02.779284: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B1000000 next 1136 of size 18907136
2020-03-31 17:04:02.782451: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B2208000 next 1137 of size 35684352
2020-03-31 17:04:02.788909: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B4410000 next 1139 of size 33554432
2020-03-31 17:04:02.792000: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B6410000 next 1142 of size 33554432
2020-03-31 17:04:02.795544: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B8410000 next 1143 of size 33554432
2020-03-31 17:04:02.798750: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007BA410000 next 1148 of size 33554432
2020-03-31 17:04:02.802035: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007BC410000 next 18446744073709551615 of size 58628352
2020-03-31 17:04:02.806447: I tensorflow/core/common_runtime/bfc_allocator.cc:809] Summary of in-use Chunks by size:
2020-03-31 17:04:02.809630: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 154 Chunks of size 256 totalling 38.5KiB
2020-03-31 17:04:02.815150: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 117 Chunks of size 512 totalling 58.5KiB
2020-03-31 17:04:02.817943: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 6 Chunks of size 768 totalling 4.5KiB
2020-03-31 17:04:02.821704: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 186 Chunks of size 1024 totalling 186.0KiB
2020-03-31 17:04:02.824538: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 1280 totalling 1.3KiB
2020-03-31 17:04:02.827308: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 214 Chunks of size 2048 totalling 428.0KiB
2020-03-31 17:04:02.830374: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 12 Chunks of size 2304 totalling 27.0KiB
2020-03-31 17:04:02.833281: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 3584 totalling 14.0KiB
2020-03-31 17:04:02.836721: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 21 Chunks of size 4096 totalling 84.0KiB
2020-03-31 17:04:02.839965: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 30 Chunks of size 4608 totalling 135.0KiB
2020-03-31 17:04:02.845262: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 6400 totalling 6.3KiB
2020-03-31 17:04:02.848510: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 7 Chunks of size 6912 totalling 47.3KiB
2020-03-31 17:04:02.851318: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 31 Chunks of size 8192 totalling 248.0KiB
2020-03-31 17:04:02.854836: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 10 Chunks of size 9216 totalling 90.0KiB
2020-03-31 17:04:02.858212: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 9984 totalling 9.8KiB
2020-03-31 17:04:02.861175: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 12288 totalling 12.0KiB
2020-03-31 17:04:02.864136: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 48 Chunks of size 18432 totalling 864.0KiB
2020-03-31 17:04:02.867179: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 12 Chunks of size 32768 totalling 384.0KiB
2020-03-31 17:04:02.870314: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 18 Chunks of size 65536 totalling 1.13MiB
2020-03-31 17:04:02.873960: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 73728 totalling 288.0KiB
2020-03-31 17:04:02.877661: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 18 Chunks of size 131072 totalling 2.25MiB
2020-03-31 17:04:02.884142: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 13 Chunks of size 147456 totalling 1.83MiB
2020-03-31 17:04:02.887407: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 11 Chunks of size 294912 totalling 3.09MiB
2020-03-31 17:04:02.890299: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 94 Chunks of size 524288 totalling 47.00MiB
2020-03-31 17:04:02.893428: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 16 Chunks of size 589824 totalling 9.00MiB
2020-03-31 17:04:02.896851: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 830976 totalling 811.5KiB
2020-03-31 17:04:02.901670: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 910592 totalling 889.3KiB
2020-03-31 17:04:02.904987: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 1030144 totalling 1006.0KiB
2020-03-31 17:04:02.911403: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 5 Chunks of size 1179648 totalling 5.63MiB
2020-03-31 17:04:02.914340: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 16 Chunks of size 2359296 totalling 36.00MiB
2020-03-31 17:04:02.917280: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 2727424 totalling 2.60MiB
2020-03-31 17:04:02.920965: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 3195136 totalling 3.05MiB
2020-03-31 17:04:02.923913: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 4514304 totalling 4.30MiB
2020-03-31 17:04:02.926985: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 4598784 totalling 4.39MiB
2020-03-31 17:04:02.929957: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 4718592 totalling 4.50MiB
2020-03-31 17:04:02.932958: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 8388608 totalling 16.00MiB
2020-03-31 17:04:02.935904: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 8921088 totalling 8.51MiB
2020-03-31 17:04:02.941950: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 9437184 totalling 18.00MiB
2020-03-31 17:04:02.945205: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 14185216 totalling 13.53MiB
2020-03-31 17:04:02.948131: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 16 Chunks of size 16777216 totalling 256.00MiB
2020-03-31 17:04:02.951231: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 17301504 totalling 16.50MiB
2020-03-31 17:04:02.954689: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 17744896 totalling 16.92MiB
2020-03-31 17:04:02.957809: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 17842176 totalling 17.02MiB
2020-03-31 17:04:02.961960: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 18907136 totalling 18.03MiB
2020-03-31 17:04:02.968436: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 33423360 totalling 31.88MiB
2020-03-31 17:04:02.972155: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 33551360 totalling 32.00MiB
2020-03-31 17:04:02.975184: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 39 Chunks of size 33554432 totalling 1.22GiB
2020-03-31 17:04:02.978118: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 34080768 totalling 32.50MiB
2020-03-31 17:04:02.981282: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 34082816 totalling 32.50MiB
2020-03-31 17:04:02.984283: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 34611200 totalling 66.02MiB
2020-03-31 17:04:02.987952: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 10 Chunks of size 35684352 totalling 340.31MiB
2020-03-31 17:04:02.991314: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 52199424 totalling 49.78MiB
2020-03-31 17:04:02.994418: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 58628352 totalling 55.91MiB
2020-03-31 17:04:02.997383: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 63408128 totalling 60.47MiB
2020-03-31 17:04:03.000568: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 67107840 totalling 64.00MiB
2020-03-31 17:04:03.003949: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 3 Chunks of size 67108864 totalling 192.00MiB
2020-03-31 17:04:03.010281: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 67634176 totalling 64.50MiB
2020-03-31 17:04:03.013288: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 80241664 totalling 76.52MiB
2020-03-31 17:04:03.016231: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 134216704 totalling 128.00MiB
2020-03-31 17:04:03.019423: I tensorflow/core/common_runtime/bfc_allocator.cc:816] Sum Total of in-use chunks: 2.92GiB
2020-03-31 17:04:03.022407: I tensorflow/core/common_runtime/bfc_allocator.cc:818] total_region_allocated_bytes_: 3148847360 memory_limit_: 3148847513 available bytes: 153 curr_region_allocation_bytes_: 4294967
296
2020-03-31 17:04:03.028304: I tensorflow/core/common_runtime/bfc_allocator.cc:824] Stats:
Limit: 3148847513
InUse: 3130168320
MaxInUse: 3130176512
NumAllocs: 1523
MaxAllocSize: 632318976

2020-03-31 17:04:03.038952: W tensorflow/core/common_runtime/bfc_allocator.cc:319] ***************xx***********************************************************************************
2020-03-31 17:04:03.043231: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at transpose_op.cc:199 : Resource exhausted: OOM when allocating tensor with shape[4,64,64,512] and type float on /j
ob:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
Traceback (most recent call last):
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1356, in _do_call
return fn(*args)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1341, in _run_fn
options, feed_dict, fetch_list, target_list, run_metadata)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1429, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.ResourceExhaustedError: 2 root error(s) found.
(0) Resource exhausted: OOM when allocating tensor with shape[4,512,64,64] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
[[{{node gradients/generator/G_MODEL/m/r8/InstanceNorm/moments/SquaredDifference_grad/sub}}]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.

[[mul_2/_3]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.

(1) Resource exhausted: OOM when allocating tensor with shape[4,512,64,64] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
[[{{node gradients/generator/G_MODEL/m/r8/InstanceNorm/moments/SquaredDifference_grad/sub}}]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.

0 successful operations.
0 derived errors ignored.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "main.py", line 112, in <module>
main()
File "main.py", line 104, in main
gan.train()
File "D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py", line 247, in train
self.init_loss, self.V_loss_merge], feed_dict = train_feed_dict)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 950, in run
run_metadata_ptr)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1173, in _run
feed_dict_tensor, options, run_metadata)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1350, in _do_run
run_metadata)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1370, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.ResourceExhaustedError: 2 root error(s) found.
(0) Resource exhausted: OOM when allocating tensor with shape[4,512,64,64] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
[[node gradients/generator/G_MODEL/m/r8/InstanceNorm/moments/SquaredDifference_grad/sub (defined at D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:179) ]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.

[[mul_2/_3]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.

(1) Resource exhausted: OOM when allocating tensor with shape[4,512,64,64] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
[[node gradients/generator/G_MODEL/m/r8/InstanceNorm/moments/SquaredDifference_grad/sub (defined at D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:179) ]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.

0 successful operations.
0 derived errors ignored.

Errors may have originated from an input operation.
Input Source operations connected to node gradients/generator/G_MODEL/m/r8/InstanceNorm/moments/SquaredDifference_grad/sub:
generator/G_MODEL/m/r8/Conv/Conv2D (defined at C:\Users\feng_\AppData\Local\Temp\tmps6o6p1ct.py:12)
generator/G_MODEL/m/r8/InstanceNorm/moments/StopGradient (defined at D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\ops.py:125)

Input Source operations connected to node gradients/generator/G_MODEL/m/r8/InstanceNorm/moments/SquaredDifference_grad/sub:
generator/G_MODEL/m/r8/Conv/Conv2D (defined at C:\Users\feng_\AppData\Local\Temp\tmps6o6p1ct.py:12)
generator/G_MODEL/m/r8/InstanceNorm/moments/StopGradient (defined at D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\ops.py:125)

Original stack trace for ‘gradients/generator/G_MODEL/m/r8/InstanceNorm/moments/SquaredDifference_grad/sub‘:
File "main.py", line 112, in <module>
main()
File "main.py", line 97, in main
gan.build_model()
File "D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py", line 179, in build_model
self.init_optim = tf.train.AdamOptimizer(self.init_lr, beta1=0.5, beta2=0.999).minimize(self.init_loss, var_list=G_vars)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\training\optimizer.py", line 403, in minimize
grad_loss=grad_loss)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\training\optimizer.py", line 512, in compute_gradients
colocate_gradients_with_ops=colocate_gradients_with_ops)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\gradients_impl.py", line 158, in gradients
unconnected_gradients)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\gradients_util.py", line 731, in _GradientsHelper
lambda: grad_fn(op, *out_grads))
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\gradients_util.py", line 403, in _MaybeCompile
return grad_fn() # Exit early
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\gradients_util.py", line 731, in <lambda>
lambda: grad_fn(op, *out_grads))
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\math_grad.py", line 1285, in _SquaredDifferenceGrad
x_grad = math_ops.scalar_mul(2.0, grad) * (x - y)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\math_ops.py", line 884, in binary_op_wrapper
return func(x, y, name=name)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\gen_math_ops.py", line 11575, in sub
"Sub", x=x, y=y, name=name)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\op_def_library.py", line 788, in _apply_op_helper
op_def=op_def)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\util\deprecation.py", line 507, in new_func
return func(*args, **kwargs)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\ops.py", line 3616, in create_op
op_def=op_def)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\ops.py", line 2005, in __init__
self._traceback = tf_stack.extract_stack()

...which was originally created as op ‘generator/G_MODEL/m/r8/InstanceNorm/moments/SquaredDifference‘, defined at:
File "main.py", line 112, in <module>
main()
[elided 0 identical lines from previous traceback]
File "main.py", line 97, in main
gan.build_model()
File "D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py", line 138, in build_model
self.generated = self.generator(self.real)
File "D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py", line 92, in generator
G = generator.G_net(x_init)
File "D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\net\generator.py", line 119, in __init__
inputs = self.InvertedRes_block(inputs, 2, 256, 1, ‘r8‘)
File "D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\net\generator.py", line 140, in InvertedRes_block
net = Conv2DNormLReLU(input, bottleneck_dim, kernel_size=1, Use_bias=bias)
File "D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\net\generator.py", line 21, in Conv2DNormLReLU
x = instance_norm(x,scope=None)
File "D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\ops.py", line 125, in instance_norm
scope=scope)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\contrib\framework\python\ops\arg_scope.py", line 182, in func_with_args
return func(*args, **current_args)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\contrib\layers\python\layers\normalization.py", line 155, in instance_norm
mean, variance = nn.moments(inputs, moments_axes, keep_dims=True)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\nn_impl.py", line 1034, in moments
math_ops.squared_difference(y, array_ops.stop_gradient(mean)),
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\gen_math_ops.py", line 11500, in squared_difference
"SquaredDifference", x=x, y=y, name=name)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\op_def_library.py", line 788, in _apply_op_helper
op_def=op_def)


D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN>python main.py --phase train --dataset Hayao --epoch 1 --init_epoch 1
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\dtypes.py:516: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a future ver
sion of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_qint8 = np.dtype([("qint8", np.int8, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\dtypes.py:517: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a future ver
sion of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_quint8 = np.dtype([("quint8", np.uint8, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\dtypes.py:518: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a future ver
sion of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_qint16 = np.dtype([("qint16", np.int16, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\dtypes.py:519: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a future ver
sion of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_quint16 = np.dtype([("quint16", np.uint16, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\dtypes.py:520: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a future ver
sion of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_qint32 = np.dtype([("qint32", np.int32, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\dtypes.py:525: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a future ver
sion of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
np_resource = np.dtype([("resource", np.ubyte, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:541: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a fut
ure version of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_qint8 = np.dtype([("qint8", np.int8, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:542: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a fut
ure version of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_quint8 = np.dtype([("quint8", np.uint8, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:543: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a fut
ure version of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_qint16 = np.dtype([("qint16", np.int16, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:544: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a fut
ure version of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_quint16 = np.dtype([("quint16", np.uint16, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:545: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a fut
ure version of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
_np_qint32 = np.dtype([("qint32", np.int32, 1)])
D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:550: FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecated; in a fut
ure version of numpy, it will be understood as (type, (1,)) / ‘(1,)type‘.
np_resource = np.dtype([("resource", np.ubyte, 1)])
WARNING:tensorflow:From main.py:91: The name tf.GPUOptions is deprecated. Please use tf.compat.v1.GPUOptions instead.

WARNING:tensorflow:From main.py:92: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

WARNING:tensorflow:From main.py:92: The name tf.ConfigProto is deprecated. Please use tf.compat.v1.ConfigProto instead.

2020-03-31 17:30:35.404189: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
2020-03-31 17:30:35.411666: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library nvcuda.dll
2020-03-31 17:30:36.259890: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1640] Found device 0 with properties:
name: GeForce GTX 1050 Ti with Max-Q Design major: 6 minor: 1 memoryClockRate(GHz): 1.4175
pciBusID: 0000:01:00.0
2020-03-31 17:30:36.265776: I tensorflow/stream_executor/platform/default/dlopen_checker_stub.cc:25] GPU libraries are statically linked, skip dlopen check.
2020-03-31 17:30:36.270335: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0
2020-03-31 17:30:36.759482: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1181] Device interconnect StreamExecutor with strength 1 edge matrix:
2020-03-31 17:30:36.764020: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1187] 0
2020-03-31 17:30:36.767714: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1200] 0: N
2020-03-31 17:30:36.774658: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1326] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 3002 MB memory) -> physical GPU (device: 0, name
: GeForce GTX 1050 Ti with Max-Q Design, pci bus id: 0000:01:00.0, compute capability: 6.1)
WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:56: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

npy file loaded ------- vgg19_weight/vgg19.npy

##### Information #####
# gan type : lsgan
# dataset : Hayao
# max dataset number : 6656
# batch_size : 4
# epoch : 1
# init_epoch : 1
# training image size [H, W] : [256, 256]
# g_adv_weight,d_adv_weight,con_weight,sty_weight,color_weight : 300.0 300.0 1.5 3.0 10.0
# init_lr,g_lr,d_lr : 0.0001 8e-05 0.00016
# training_rate G -- D: 1 : 1

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:91: The name tf.variable_scope is deprecated. Please use tf.compat.v1.variable_scope instead.

WARNING:tensorflow:From D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\init_ops.py:1251: calling VarianceScaling.__init__ (from tensorflow.python.ops.init_ops) wit
h dtype is deprecated and will be removed in a future version.
Instructions for updating:
Call initializer instance with the dtype argument instead of passing it to the constructor
WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\net\generator.py:86: The name tf.image.resize_images is deprecated. Please use tf.image.resize instead.

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\vgg19.py:85: The name tf.nn.max_pool is deprecated. Please use tf.nn.max_pool2d instead.

build model finished: 0.499632s
build model finished: 0.472737s
build model finished: 0.468749s
build model finished: 0.465722s
build model finished: 0.459737s
WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\ops.py:182: The name tf.losses.huber_loss is deprecated. Please use tf.compat.v1.losses.huber_loss instead.

WARNING:tensorflow:From D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\losses\losses_impl.py:121: add_dispatch_support.<locals>.wrapper (from tensorflow.python.ops
.array_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.where in 2.0, which has the same broadcast rule as np.where
WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:179: The name tf.train.AdamOptimizer is deprecated. Please use tf.compat.v1.train.AdamOptimizer instead.

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:185: The name tf.summary.scalar is deprecated. Please use tf.compat.v1.summary.scalar instead.

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:192: The name tf.summary.merge is deprecated. Please use tf.compat.v1.summary.merge instead.

---------
Variables: name (type shape) [size]
---------
generator/G_MODEL/b1/Conv/weights:0 (float32_ref 3x3x3x64) [1728, bytes: 6912]
generator/G_MODEL/b1/InstanceNorm/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/InstanceNorm/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/Conv_1/weights:0 (float32_ref 3x3x64x64) [36864, bytes: 147456]
generator/G_MODEL/b1/InstanceNorm_1/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/InstanceNorm_1/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x64x1) [576, bytes: 2304]
generator/G_MODEL/b1/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x64x128) [8192, bytes: 32768]
generator/G_MODEL/b1/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b1/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b1/SeparableConv2d_1/depthwise_weights:0 (float32_ref 3x3x64x1) [576, bytes: 2304]
generator/G_MODEL/b1/SeparableConv2d_1/pointwise_weights:0 (float32_ref 1x1x64x128) [8192, bytes: 32768]
generator/G_MODEL/b1/SeparableConv2d_1/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b1/SeparableConv2d_1/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/Conv/weights:0 (float32_ref 3x3x128x128) [147456, bytes: 589824]
generator/G_MODEL/b2/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/b2/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x128x128) [16384, bytes: 65536]
generator/G_MODEL/b2/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/SeparableConv2d_1/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/b2/SeparableConv2d_1/pointwise_weights:0 (float32_ref 1x1x128x256) [32768, bytes: 131072]
generator/G_MODEL/b2/SeparableConv2d_1/InstanceNorm/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/b2/SeparableConv2d_1/InstanceNorm/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/b2/SeparableConv2d_2/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/b2/SeparableConv2d_2/pointwise_weights:0 (float32_ref 1x1x128x256) [32768, bytes: 131072]
generator/G_MODEL/b2/SeparableConv2d_2/InstanceNorm/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/b2/SeparableConv2d_2/InstanceNorm/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/Conv/weights:0 (float32_ref 3x3x256x256) [589824, bytes: 2359296]
generator/G_MODEL/m/InstanceNorm/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/InstanceNorm/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r1/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r1/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/r1/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r1/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r1/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r1/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r2/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r2/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/r2/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r2/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r2/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r2/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r3/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r3/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/r3/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r3/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r3/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r3/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r4/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r4/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/r4/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r4/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r4/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r4/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r5/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r5/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/r5/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r5/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r5/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r5/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r6/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r6/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/r6/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r6/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r6/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r6/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r7/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r7/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/r7/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r7/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r7/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r7/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r8/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r8/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/r8/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r8/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r8/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r8/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/Conv_1/weights:0 (float32_ref 3x3x256x256) [589824, bytes: 2359296]
generator/G_MODEL/m/InstanceNorm_1/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/InstanceNorm_1/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/u2/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x256x1) [2304, bytes: 9216]
generator/G_MODEL/u2/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x256x128) [32768, bytes: 131072]
generator/G_MODEL/u2/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/SeparableConv2d_1/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/u2/SeparableConv2d_1/pointwise_weights:0 (float32_ref 1x1x128x128) [16384, bytes: 65536]
generator/G_MODEL/u2/SeparableConv2d_1/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/SeparableConv2d_1/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/Conv/weights:0 (float32_ref 3x3x128x128) [147456, bytes: 589824]
generator/G_MODEL/u2/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u1/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/u1/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x128x128) [16384, bytes: 65536]
generator/G_MODEL/u1/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u1/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u1/Conv/weights:0 (float32_ref 3x3x128x64) [73728, bytes: 294912]
generator/G_MODEL/u1/InstanceNorm/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/u1/InstanceNorm/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/u1/Conv_1/weights:0 (float32_ref 3x3x64x64) [36864, bytes: 147456]
generator/G_MODEL/u1/InstanceNorm_1/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/u1/InstanceNorm_1/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/Conv/weights:0 (float32_ref 1x1x64x3) [192, bytes: 768]
discriminator/conv_0/kernel:0 (float32_ref 3x3x3x32) [864, bytes: 3456]
discriminator/conv_s2_1/kernel:0 (float32_ref 3x3x32x64) [18432, bytes: 73728]
discriminator/conv_s1_1/kernel:0 (float32_ref 3x3x64x128) [73728, bytes: 294912]
discriminator/ins_norm_1/beta:0 (float32_ref 128) [128, bytes: 512]
discriminator/ins_norm_1/gamma:0 (float32_ref 128) [128, bytes: 512]
discriminator/conv_s2_2/kernel:0 (float32_ref 3x3x128x128) [147456, bytes: 589824]
discriminator/conv_s1_2/kernel:0 (float32_ref 3x3x128x256) [294912, bytes: 1179648]
discriminator/ins_norm_2/beta:0 (float32_ref 256) [256, bytes: 1024]
discriminator/ins_norm_2/gamma:0 (float32_ref 256) [256, bytes: 1024]
discriminator/last_conv/kernel:0 (float32_ref 3x3x256x256) [589824, bytes: 2359296]
discriminator/last_ins_norm/beta:0 (float32_ref 256) [256, bytes: 1024]
discriminator/last_ins_norm/gamma:0 (float32_ref 256) [256, bytes: 1024]
discriminator/D_logit/kernel:0 (float32_ref 3x3x256x1) [2304, bytes: 9216]
Total size of variables: 5084896
Total bytes of variables: 20339584
G:
---------
Variables: name (type shape) [size]
---------
generator/G_MODEL/b1/Conv/weights:0 (float32_ref 3x3x3x64) [1728, bytes: 6912]
generator/G_MODEL/b1/InstanceNorm/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/InstanceNorm/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/Conv_1/weights:0 (float32_ref 3x3x64x64) [36864, bytes: 147456]
generator/G_MODEL/b1/InstanceNorm_1/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/InstanceNorm_1/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/b1/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x64x1) [576, bytes: 2304]
generator/G_MODEL/b1/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x64x128) [8192, bytes: 32768]
generator/G_MODEL/b1/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b1/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b1/SeparableConv2d_1/depthwise_weights:0 (float32_ref 3x3x64x1) [576, bytes: 2304]
generator/G_MODEL/b1/SeparableConv2d_1/pointwise_weights:0 (float32_ref 1x1x64x128) [8192, bytes: 32768]
generator/G_MODEL/b1/SeparableConv2d_1/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b1/SeparableConv2d_1/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/Conv/weights:0 (float32_ref 3x3x128x128) [147456, bytes: 589824]
generator/G_MODEL/b2/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/b2/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x128x128) [16384, bytes: 65536]
generator/G_MODEL/b2/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/b2/SeparableConv2d_1/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/b2/SeparableConv2d_1/pointwise_weights:0 (float32_ref 1x1x128x256) [32768, bytes: 131072]
generator/G_MODEL/b2/SeparableConv2d_1/InstanceNorm/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/b2/SeparableConv2d_1/InstanceNorm/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/b2/SeparableConv2d_2/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/b2/SeparableConv2d_2/pointwise_weights:0 (float32_ref 1x1x128x256) [32768, bytes: 131072]
generator/G_MODEL/b2/SeparableConv2d_2/InstanceNorm/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/b2/SeparableConv2d_2/InstanceNorm/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/Conv/weights:0 (float32_ref 3x3x256x256) [589824, bytes: 2359296]
generator/G_MODEL/m/InstanceNorm/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/InstanceNorm/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r1/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r1/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/r1/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r1/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r1/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r1/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r1/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r2/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r2/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/r2/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r2/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r2/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r2/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r2/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r3/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r3/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/r3/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r3/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r3/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r3/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r3/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r4/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r4/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/r4/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r4/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r4/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r4/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r4/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r5/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r5/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/r5/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r5/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r5/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r5/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r5/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r6/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r6/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/r6/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r6/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r6/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r6/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r6/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r7/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r7/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/r7/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r7/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r7/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r7/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r7/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r8/Conv/weights:0 (float32_ref 1x1x256x512) [131072, bytes: 524288]
generator/G_MODEL/m/r8/InstanceNorm/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/InstanceNorm/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/r8/w:0 (float32_ref 3x3x512x1) [4608, bytes: 18432]
generator/G_MODEL/m/r8/1/beta:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/1/gamma:0 (float32_ref 512) [512, bytes: 2048]
generator/G_MODEL/m/r8/Conv_1/weights:0 (float32_ref 1x1x512x256) [131072, bytes: 524288]
generator/G_MODEL/m/r8/2/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/r8/2/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/Conv_1/weights:0 (float32_ref 3x3x256x256) [589824, bytes: 2359296]
generator/G_MODEL/m/InstanceNorm_1/beta:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/m/InstanceNorm_1/gamma:0 (float32_ref 256) [256, bytes: 1024]
generator/G_MODEL/u2/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x256x1) [2304, bytes: 9216]
generator/G_MODEL/u2/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x256x128) [32768, bytes: 131072]
generator/G_MODEL/u2/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/SeparableConv2d_1/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/u2/SeparableConv2d_1/pointwise_weights:0 (float32_ref 1x1x128x128) [16384, bytes: 65536]
generator/G_MODEL/u2/SeparableConv2d_1/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/SeparableConv2d_1/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/Conv/weights:0 (float32_ref 3x3x128x128) [147456, bytes: 589824]
generator/G_MODEL/u2/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u2/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u1/SeparableConv2d/depthwise_weights:0 (float32_ref 3x3x128x1) [1152, bytes: 4608]
generator/G_MODEL/u1/SeparableConv2d/pointwise_weights:0 (float32_ref 1x1x128x128) [16384, bytes: 65536]
generator/G_MODEL/u1/SeparableConv2d/InstanceNorm/beta:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u1/SeparableConv2d/InstanceNorm/gamma:0 (float32_ref 128) [128, bytes: 512]
generator/G_MODEL/u1/Conv/weights:0 (float32_ref 3x3x128x64) [73728, bytes: 294912]
generator/G_MODEL/u1/InstanceNorm/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/u1/InstanceNorm/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/u1/Conv_1/weights:0 (float32_ref 3x3x64x64) [36864, bytes: 147456]
generator/G_MODEL/u1/InstanceNorm_1/beta:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/u1/InstanceNorm_1/gamma:0 (float32_ref 64) [64, bytes: 256]
generator/G_MODEL/Conv/weights:0 (float32_ref 1x1x64x3) [192, bytes: 768]
Total size of variables: 3956096
Total bytes of variables: 15824384
D:
---------
Variables: name (type shape) [size]
---------
discriminator/conv_0/kernel:0 (float32_ref 3x3x3x32) [864, bytes: 3456]
discriminator/conv_s2_1/kernel:0 (float32_ref 3x3x32x64) [18432, bytes: 73728]
discriminator/conv_s1_1/kernel:0 (float32_ref 3x3x64x128) [73728, bytes: 294912]
discriminator/ins_norm_1/beta:0 (float32_ref 128) [128, bytes: 512]
discriminator/ins_norm_1/gamma:0 (float32_ref 128) [128, bytes: 512]
discriminator/conv_s2_2/kernel:0 (float32_ref 3x3x128x128) [147456, bytes: 589824]
discriminator/conv_s1_2/kernel:0 (float32_ref 3x3x128x256) [294912, bytes: 1179648]
discriminator/ins_norm_2/beta:0 (float32_ref 256) [256, bytes: 1024]
discriminator/ins_norm_2/gamma:0 (float32_ref 256) [256, bytes: 1024]
discriminator/last_conv/kernel:0 (float32_ref 3x3x256x256) [589824, bytes: 2359296]
discriminator/last_ins_norm/beta:0 (float32_ref 256) [256, bytes: 1024]
discriminator/last_ins_norm/gamma:0 (float32_ref 256) [256, bytes: 1024]
discriminator/D_logit/kernel:0 (float32_ref 3x3x256x1) [2304, bytes: 9216]
Total size of variables: 1128800
Total bytes of variables: 4515200
WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:202: The name tf.train.Saver is deprecated. Please use tf.compat.v1.train.Saver instead.

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py:205: The name tf.summary.FileWriter is deprecated. Please use tf.compat.v1.summary.FileWriter instead.

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\data_loader.py:75: py_func (from tensorflow.python.ops.script_ops) is deprecated and will be removed in a future version.
Instructions for updating:
tf.py_func is deprecated in TF V2. Instead, there are two
options available in V2.
- tf.py_function takes a python function which manipulates tf eager
tensors instead of numpy arrays. It‘s easy to convert a tf eager tensor to
an ndarray (just call tensor.numpy()) but having access to eager tensors
means `tf.py_function`s can use accelerators such as GPUs as well as
being differentiable using a gradient tape.
- tf.numpy_function maintains the semantics of the deprecated tf.py_func
(it is not differentiable, and manipulates numpy arrays). It drops the
stateful argument making all functions stateful.

WARNING:tensorflow:From D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\data_loader.py:80: DatasetV1.make_one_shot_iterator (from tensorflow.python.data.ops.dataset_ops) is deprecated and will be removed in
a future version.
Instructions for updating:
Use `for ... in dataset:` to iterate over a dataset. If using `tf.estimator`, return the `Dataset` object directly from your input function. As a last resort, you can use `tf.compat.v1.data.make_one_shot_iterat
or(dataset)`.
[*] Reading checkpoints...
[*] Failed to find a checkpoint
[!] Load failed...
2020-03-31 17:31:19.839414: W tensorflow/core/common_runtime/bfc_allocator.cc:237] Allocator (GPU_0_bfc) ran out of memory trying to allocate 2.09GiB with freed_by_count=0. The caller indicates that this is not
a failure, but may mean that there could be performance gains if more memory were available.
2020-03-31 17:31:30.835892: W tensorflow/core/common_runtime/bfc_allocator.cc:314] Allocator (GPU_0_bfc) ran out of memory trying to allocate 34.03MiB (rounded to 35684352). Current allocation summary follows.

2020-03-31 17:31:30.844709: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (256): Total Chunks: 154, Chunks in use: 154. 38.5KiB allocated for chunks. 38.5KiB in use in bin. 14.3KiB client-request
ed in use in bin.
2020-03-31 17:31:30.851743: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (512): Total Chunks: 123, Chunks in use: 123. 63.0KiB allocated for chunks. 63.0KiB in use in bin. 63.0KiB client-request
ed in use in bin.
2020-03-31 17:31:30.860553: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (1024): Total Chunks: 187, Chunks in use: 187. 187.3KiB allocated for chunks. 187.3KiB in use in bin. 187.0KiB client-requ
ested in use in bin.
2020-03-31 17:31:30.867708: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (2048): Total Chunks: 231, Chunks in use: 230. 471.0KiB allocated for chunks. 469.0KiB in use in bin. 468.5KiB client-requ
ested in use in bin.
2020-03-31 17:31:30.875279: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (4096): Total Chunks: 59, Chunks in use: 59. 270.5KiB allocated for chunks. 270.5KiB in use in bin. 270.3KiB client-reques
ted in use in bin.
2020-03-31 17:31:30.886393: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (8192): Total Chunks: 43, Chunks in use: 43. 364.8KiB allocated for chunks. 364.8KiB in use in bin. 354.0KiB client-reques
ted in use in bin.
2020-03-31 17:31:30.895207: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (16384): Total Chunks: 48, Chunks in use: 48. 864.0KiB allocated for chunks. 864.0KiB in use in bin. 864.0KiB clien
t-requested in use in bin.
2020-03-31 17:31:30.902981: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (32768): Total Chunks: 12, Chunks in use: 12. 384.0KiB allocated for chunks. 384.0KiB in use in bin. 384.0KiB clien
t-requested in use in bin.
2020-03-31 17:31:30.913895: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (65536): Total Chunks: 22, Chunks in use: 22. 1.41MiB allocated for chunks. 1.41MiB in use in bin. 1.41MiB client-r
equested in use in bin.
2020-03-31 17:31:30.922643: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (131072): Total Chunks: 31, Chunks in use: 31. 4.08MiB allocated for chunks. 4.08MiB in use in bin. 4.08MiB client-r
equested in use in bin.
2020-03-31 17:31:30.930414: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (262144): Total Chunks: 11, Chunks in use: 11. 3.09MiB allocated for chunks. 3.09MiB in use in bin. 3.09MiB client-r
equested in use in bin.
2020-03-31 17:31:30.936898: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (524288): Total Chunks: 113, Chunks in use: 113. 59.07MiB allocated for chunks. 59.07MiB in use in bin. 57.56MiB cli
ent-requested in use in bin.
2020-03-31 17:31:30.946165: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (1048576): Total Chunks: 5, Chunks in use: 5. 5.63MiB allocated for chunks. 5.63MiB in use in bin. 5.63MiB client-req
uested in use in bin.
2020-03-31 17:31:30.951375: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (2097152): Total Chunks: 19, Chunks in use: 19. 43.55MiB allocated for chunks. 43.55MiB in use in bin. 43.55MiB clien
t-requested in use in bin.
2020-03-31 17:31:30.957049: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (4194304): Total Chunks: 3, Chunks in use: 2. 16.80MiB allocated for chunks. 8.89MiB in use in bin. 6.75MiB client-re
quested in use in bin.
2020-03-31 17:31:30.963325: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (8388608): Total Chunks: 8, Chunks in use: 6. 82.74MiB allocated for chunks. 58.77MiB in use in bin. 51.51MiB client-
requested in use in bin.
2020-03-31 17:31:30.973395: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (16777216): Total Chunks: 18, Chunks in use: 18. 300.04MiB allocated for chunks. 300.04MiB in use in bin. 288.00MiB cl
ient-requested in use in bin.
2020-03-31 17:31:30.979971: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (33554432): Total Chunks: 63, Chunks in use: 62. 2.04GiB allocated for chunks. 2.01GiB in use in bin. 1.93GiB client-r
equested in use in bin.
2020-03-31 17:31:30.987636: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (67108864): Total Chunks: 6, Chunks in use: 6. 397.03MiB allocated for chunks. 397.03MiB in use in bin. 385.50MiB clie
nt-requested in use in bin.
2020-03-31 17:31:30.995175: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (134217728): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use i
n bin.
2020-03-31 17:31:31.000366: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (268435456): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use i
n bin.
2020-03-31 17:31:31.009055: I tensorflow/core/common_runtime/bfc_allocator.cc:780] Bin for 34.03MiB was 32.00MiB, Chunk State:
2020-03-31 17:31:31.012362: I tensorflow/core/common_runtime/bfc_allocator.cc:786] Size: 32.00MiB | Requested Size: 32.00MiB | in_use: 0 | bin_num: 17, prev: Size: 32.00MiB | Requested Size: 32.00MiB | in_u
se: 1 | bin_num: -1, next: Size: 32.00MiB | Requested Size: 32.00MiB | in_use: 1 | bin_num: -1
2020-03-31 17:31:31.019736: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 1048576
2020-03-31 17:31:31.022292: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702800000 next 1 of size 256
2020-03-31 17:31:31.025957: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702800100 next 2 of size 256
2020-03-31 17:31:31.028983: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702800200 next 3 of size 65536
2020-03-31 17:31:31.032044: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702810200 next 4 of size 256
2020-03-31 17:31:31.039148: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702810300 next 5 of size 256
2020-03-31 17:31:31.042713: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702810400 next 6 of size 4608
2020-03-31 17:31:31.046661: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811600 next 7 of size 512
2020-03-31 17:31:31.050361: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811800 next 8 of size 512
2020-03-31 17:31:31.053725: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811A00 next 9 of size 512
2020-03-31 17:31:31.056824: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811C00 next 10 of size 256
2020-03-31 17:31:31.060567: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811D00 next 11 of size 256
2020-03-31 17:31:31.066417: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702811E00 next 12 of size 131072
2020-03-31 17:31:31.069713: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702831E00 next 13 of size 256
2020-03-31 17:31:31.074490: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702831F00 next 14 of size 256
2020-03-31 17:31:31.078516: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702832000 next 15 of size 9216
2020-03-31 17:31:31.081720: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834400 next 16 of size 512
2020-03-31 17:31:31.084862: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834600 next 17 of size 512
2020-03-31 17:31:31.087882: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834800 next 18 of size 512
2020-03-31 17:31:31.094346: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834A00 next 19 of size 512
2020-03-31 17:31:31.097357: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834C00 next 20 of size 512
2020-03-31 17:31:31.101389: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702834E00 next 21 of size 512
2020-03-31 17:31:31.104875: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702835000 next 22 of size 256
2020-03-31 17:31:31.108123: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702835100 next 23 of size 256
2020-03-31 17:31:31.111461: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702835200 next 18446744073709551615 of size 830976
2020-03-31 17:31:31.115669: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 2097152
2020-03-31 17:31:31.118295: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A00000 next 25 of size 256
2020-03-31 17:31:31.121352: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A00100 next 26 of size 65536
2020-03-31 17:31:31.124633: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A10100 next 27 of size 256
2020-03-31 17:31:31.128302: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A10200 next 28 of size 4608
2020-03-31 17:31:31.135110: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11400 next 29 of size 512
2020-03-31 17:31:31.139203: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11600 next 30 of size 512
2020-03-31 17:31:31.143089: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11800 next 31 of size 512
2020-03-31 17:31:31.146318: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11A00 next 32 of size 256
2020-03-31 17:31:31.149541: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11B00 next 33 of size 256
2020-03-31 17:31:31.152776: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11C00 next 34 of size 256
2020-03-31 17:31:31.155804: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11D00 next 35 of size 256
2020-03-31 17:31:31.159145: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11E00 next 36 of size 256
2020-03-31 17:31:31.165804: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A11F00 next 37 of size 256
2020-03-31 17:31:31.168784: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A12000 next 38 of size 256
2020-03-31 17:31:31.172689: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A12100 next 39 of size 256
2020-03-31 17:31:31.175747: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A12200 next 40 of size 147456
2020-03-31 17:31:31.179530: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A36200 next 41 of size 256
2020-03-31 17:31:31.182581: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A36300 next 42 of size 256
2020-03-31 17:31:31.185646: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A36400 next 43 of size 294912
2020-03-31 17:31:31.191995: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A7E400 next 44 of size 256
2020-03-31 17:31:31.195304: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A7E500 next 45 of size 18432
2020-03-31 17:31:31.199196: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A82D00 next 46 of size 2048
2020-03-31 17:31:31.202661: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A83500 next 47 of size 2048
2020-03-31 17:31:31.206245: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A83D00 next 48 of size 2048
2020-03-31 17:31:31.210356: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A84500 next 49 of size 256
2020-03-31 17:31:31.213421: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A84600 next 50 of size 256
2020-03-31 17:31:31.219582: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702A84700 next 51 of size 524288
2020-03-31 17:31:31.223001: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702B04700 next 52 of size 256
2020-03-31 17:31:31.228222: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702B04800 next 18446744073709551615 of size 1030144
2020-03-31 17:31:31.231797: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 4194304
2020-03-31 17:31:31.234650: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C00000 next 54 of size 1024
2020-03-31 17:31:31.237872: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C00400 next 55 of size 1024
2020-03-31 17:31:31.240904: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C00800 next 56 of size 1024
2020-03-31 17:31:31.244612: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C00C00 next 57 of size 2048
2020-03-31 17:31:31.247642: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C01400 next 58 of size 2048
2020-03-31 17:31:31.250858: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C01C00 next 59 of size 2048
2020-03-31 17:31:31.254030: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C02400 next 60 of size 256
2020-03-31 17:31:31.261103: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C02500 next 61 of size 18432
2020-03-31 17:31:31.264198: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C06D00 next 62 of size 2048
2020-03-31 17:31:31.267215: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C07500 next 63 of size 2048
2020-03-31 17:31:31.270499: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C07D00 next 64 of size 2048
2020-03-31 17:31:31.273546: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C08500 next 65 of size 256
2020-03-31 17:31:31.276792: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C08600 next 66 of size 524288
2020-03-31 17:31:31.280255: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C88600 next 67 of size 256
2020-03-31 17:31:31.283311: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702C88700 next 68 of size 524288
2020-03-31 17:31:31.290411: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D08700 next 69 of size 1024
2020-03-31 17:31:31.294247: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D08B00 next 70 of size 1024
2020-03-31 17:31:31.297530: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D08F00 next 71 of size 1024
2020-03-31 17:31:31.300544: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D09300 next 72 of size 2048
2020-03-31 17:31:31.304088: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D09B00 next 73 of size 2048
2020-03-31 17:31:31.307388: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0A300 next 74 of size 2048
2020-03-31 17:31:31.310848: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0AB00 next 75 of size 256
2020-03-31 17:31:31.316849: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0AC00 next 76 of size 18432
2020-03-31 17:31:31.320342: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0F400 next 77 of size 2048
2020-03-31 17:31:31.324176: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D0FC00 next 78 of size 2048
2020-03-31 17:31:31.327554: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D10400 next 79 of size 2048
2020-03-31 17:31:31.330654: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D10C00 next 80 of size 256
2020-03-31 17:31:31.334367: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D10D00 next 81 of size 524288
2020-03-31 17:31:31.338277: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D90D00 next 82 of size 256
2020-03-31 17:31:31.346307: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702D90E00 next 83 of size 524288
2020-03-31 17:31:31.349397: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E10E00 next 84 of size 1024
2020-03-31 17:31:31.353382: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E11200 next 85 of size 1024
2020-03-31 17:31:31.357218: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E11600 next 86 of size 1024
2020-03-31 17:31:31.362542: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E11A00 next 87 of size 2048
2020-03-31 17:31:31.366340: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E12200 next 88 of size 2048
2020-03-31 17:31:31.370104: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E12A00 next 89 of size 2048
2020-03-31 17:31:31.376083: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E13200 next 90 of size 256
2020-03-31 17:31:31.382063: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E13300 next 91 of size 18432
2020-03-31 17:31:31.386211: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E17B00 next 92 of size 2048
2020-03-31 17:31:31.390321: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E18300 next 93 of size 2048
2020-03-31 17:31:31.394009: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E18B00 next 94 of size 2048
2020-03-31 17:31:31.397242: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E19300 next 95 of size 256
2020-03-31 17:31:31.400231: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E19400 next 96 of size 524288
2020-03-31 17:31:31.403395: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E99400 next 97 of size 256
2020-03-31 17:31:31.406574: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702E99500 next 98 of size 524288
2020-03-31 17:31:31.410184: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F19500 next 99 of size 1024
2020-03-31 17:31:31.416702: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F19900 next 100 of size 1024
2020-03-31 17:31:31.420533: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F19D00 next 101 of size 1024
2020-03-31 17:31:31.424853: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1A100 next 102 of size 2048
2020-03-31 17:31:31.428395: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1A900 next 103 of size 2048
2020-03-31 17:31:31.431924: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1B100 next 104 of size 2048
2020-03-31 17:31:31.435157: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1B900 next 105 of size 256
2020-03-31 17:31:31.438470: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F1BA00 next 106 of size 18432
2020-03-31 17:31:31.446787: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F20200 next 107 of size 2048
2020-03-31 17:31:31.451180: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F20A00 next 108 of size 2048
2020-03-31 17:31:31.454379: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F21200 next 109 of size 2048
2020-03-31 17:31:31.457526: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F21A00 next 110 of size 256
2020-03-31 17:31:31.460912: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000702F21B00 next 18446744073709551615 of size 910592
2020-03-31 17:31:31.464445: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 8388608
2020-03-31 17:31:31.467418: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703000000 next 112 of size 256
2020-03-31 17:31:31.473240: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703000100 next 113 of size 524288
2020-03-31 17:31:31.478815: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703080100 next 114 of size 1024
2020-03-31 17:31:31.481917: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703080500 next 115 of size 1024
2020-03-31 17:31:31.484988: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703080900 next 116 of size 1024
2020-03-31 17:31:31.488484: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703080D00 next 117 of size 2048
2020-03-31 17:31:31.491706: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703081500 next 118 of size 2048
2020-03-31 17:31:31.495168: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703081D00 next 119 of size 2048
2020-03-31 17:31:31.501064: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703082500 next 120 of size 256
2020-03-31 17:31:31.504921: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703082600 next 121 of size 18432
2020-03-31 17:31:31.508117: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703086E00 next 122 of size 2048
2020-03-31 17:31:31.511932: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703087600 next 123 of size 2048
2020-03-31 17:31:31.516652: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703087E00 next 124 of size 2048
2020-03-31 17:31:31.520438: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703088600 next 125 of size 256
2020-03-31 17:31:31.524538: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703088700 next 126 of size 524288
2020-03-31 17:31:31.527916: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703108700 next 127 of size 256
2020-03-31 17:31:31.531282: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703108800 next 128 of size 524288
2020-03-31 17:31:31.534322: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703188800 next 129 of size 1024
2020-03-31 17:31:31.541967: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703188C00 next 130 of size 1024
2020-03-31 17:31:31.545123: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703189000 next 131 of size 1024
2020-03-31 17:31:31.548331: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703189400 next 132 of size 2048
2020-03-31 17:31:31.552316: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703189C00 next 133 of size 2048
2020-03-31 17:31:31.555428: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318A400 next 134 of size 2048
2020-03-31 17:31:31.558677: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318AC00 next 135 of size 256
2020-03-31 17:31:31.561674: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318AD00 next 136 of size 18432
2020-03-31 17:31:31.564724: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318F500 next 137 of size 2048
2020-03-31 17:31:31.570476: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070318FD00 next 138 of size 2048
2020-03-31 17:31:31.573936: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703190500 next 139 of size 2048
2020-03-31 17:31:31.579566: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703190D00 next 140 of size 256
2020-03-31 17:31:31.583552: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703190E00 next 141 of size 524288
2020-03-31 17:31:31.587360: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703210E00 next 142 of size 256
2020-03-31 17:31:31.590618: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703210F00 next 143 of size 524288
2020-03-31 17:31:31.594133: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703290F00 next 144 of size 1024
2020-03-31 17:31:31.600238: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703291300 next 145 of size 1024
2020-03-31 17:31:31.603268: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703291700 next 146 of size 1024
2020-03-31 17:31:31.607128: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703291B00 next 147 of size 2048
2020-03-31 17:31:31.610448: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703292300 next 148 of size 2048
2020-03-31 17:31:31.613724: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703292B00 next 149 of size 2048
2020-03-31 17:31:31.616823: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703293300 next 150 of size 256
2020-03-31 17:31:31.619830: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703293400 next 151 of size 18432
2020-03-31 17:31:31.623179: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703297C00 next 152 of size 2048
2020-03-31 17:31:31.629008: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703298400 next 153 of size 2048
2020-03-31 17:31:31.632892: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703298C00 next 154 of size 2048
2020-03-31 17:31:31.635899: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703299400 next 155 of size 256
2020-03-31 17:31:31.639465: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703299500 next 156 of size 524288
2020-03-31 17:31:31.644538: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703319500 next 157 of size 256
2020-03-31 17:31:31.648313: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703319600 next 158 of size 524288
2020-03-31 17:31:31.652308: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703399600 next 159 of size 1024
2020-03-31 17:31:31.658146: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703399A00 next 160 of size 1024
2020-03-31 17:31:31.664136: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703399E00 next 161 of size 1024
2020-03-31 17:31:31.668043: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339A200 next 162 of size 2048
2020-03-31 17:31:31.672137: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339AA00 next 163 of size 2048
2020-03-31 17:31:31.675888: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339B200 next 164 of size 2048
2020-03-31 17:31:31.679287: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339BA00 next 165 of size 1024
2020-03-31 17:31:31.682320: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339BE00 next 166 of size 1024
2020-03-31 17:31:31.685440: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339C200 next 167 of size 1024
2020-03-31 17:31:31.688752: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339C600 next 168 of size 1024
2020-03-31 17:31:31.692787: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339CA00 next 169 of size 1024
2020-03-31 17:31:31.698530: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339CE00 next 170 of size 1024
2020-03-31 17:31:31.701537: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339D200 next 171 of size 256
2020-03-31 17:31:31.704808: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339D300 next 172 of size 256
2020-03-31 17:31:31.707891: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070339D400 next 18446744073709551615 of size 4598784
2020-03-31 17:31:31.711478: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 16777216
2020-03-31 17:31:31.714534: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703800000 next 174 of size 256
2020-03-31 17:31:31.717696: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703800100 next 175 of size 2359296
2020-03-31 17:31:31.721682: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A40100 next 176 of size 256
2020-03-31 17:31:31.728414: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A40200 next 177 of size 131072
2020-03-31 17:31:31.731478: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A60200 next 178 of size 256
2020-03-31 17:31:31.735486: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A60300 next 179 of size 4608
2020-03-31 17:31:31.738482: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A61500 next 180 of size 1024
2020-03-31 17:31:31.741519: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A61900 next 181 of size 1024
2020-03-31 17:31:31.744729: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A61D00 next 182 of size 1024
2020-03-31 17:31:31.748912: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A62100 next 183 of size 256
2020-03-31 17:31:31.755818: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A62200 next 184 of size 131072
2020-03-31 17:31:31.759758: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A82200 next 185 of size 256
2020-03-31 17:31:31.763905: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A82300 next 186 of size 4608
2020-03-31 17:31:31.766995: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A83500 next 187 of size 1024
2020-03-31 17:31:31.770673: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A83900 next 188 of size 1024
2020-03-31 17:31:31.773860: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A83D00 next 189 of size 1024
2020-03-31 17:31:31.777377: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A84100 next 190 of size 256
2020-03-31 17:31:31.783408: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A84200 next 191 of size 65536
2020-03-31 17:31:31.787098: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A94200 next 192 of size 256
2020-03-31 17:31:31.791058: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A94300 next 193 of size 4608
2020-03-31 17:31:31.794425: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95500 next 194 of size 512
2020-03-31 17:31:31.797927: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95700 next 195 of size 512
2020-03-31 17:31:31.800938: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95900 next 196 of size 512
2020-03-31 17:31:31.803966: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95B00 next 197 of size 512
2020-03-31 17:31:31.807328: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95D00 next 198 of size 512
2020-03-31 17:31:31.813603: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A95F00 next 199 of size 512
2020-03-31 17:31:31.818254: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A96100 next 200 of size 256
2020-03-31 17:31:31.821324: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703A96200 next 201 of size 589824
2020-03-31 17:31:31.824722: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B26200 next 202 of size 256
2020-03-31 17:31:31.828188: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B26300 next 203 of size 256
2020-03-31 17:31:31.831297: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B26400 next 204 of size 32768
2020-03-31 17:31:31.834772: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2E400 next 205 of size 256
2020-03-31 17:31:31.838992: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2E500 next 206 of size 256
2020-03-31 17:31:31.842593: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2E600 next 207 of size 2304
2020-03-31 17:31:31.845801: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2EF00 next 208 of size 512
2020-03-31 17:31:31.854217: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2F100 next 209 of size 512
2020-03-31 17:31:31.857853: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2F300 next 210 of size 512
2020-03-31 17:31:31.862306: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2F500 next 211 of size 256
2020-03-31 17:31:31.865356: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B2F600 next 212 of size 32768
2020-03-31 17:31:31.868470: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B37600 next 213 of size 256
2020-03-31 17:31:31.871777: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B37700 next 214 of size 2304
2020-03-31 17:31:31.874858: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38000 next 215 of size 512
2020-03-31 17:31:31.878183: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38200 next 216 of size 512
2020-03-31 17:31:31.884030: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38400 next 217 of size 512
2020-03-31 17:31:31.887030: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38600 next 218 of size 256
2020-03-31 17:31:31.890876: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38700 next 219 of size 256
2020-03-31 17:31:31.894516: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38800 next 220 of size 256
2020-03-31 17:31:31.897516: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38900 next 221 of size 256
2020-03-31 17:31:31.901705: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38A00 next 222 of size 256
2020-03-31 17:31:31.905497: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38B00 next 223 of size 256
2020-03-31 17:31:31.912815: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38C00 next 224 of size 256
2020-03-31 17:31:31.915851: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B38D00 next 225 of size 147456
2020-03-31 17:31:31.920247: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5CD00 next 226 of size 256
2020-03-31 17:31:31.923470: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5CE00 next 227 of size 256
2020-03-31 17:31:31.927065: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5CF00 next 228 of size 6912
2020-03-31 17:31:31.930380: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5EA00 next 229 of size 256
2020-03-31 17:31:31.933467: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5EB00 next 230 of size 256
2020-03-31 17:31:31.936797: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5EC00 next 231 of size 768
2020-03-31 17:31:31.944988: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5EF00 next 232 of size 1024
2020-03-31 17:31:31.948038: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5F300 next 233 of size 1024
2020-03-31 17:31:31.951130: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5F700 next 234 of size 1024
2020-03-31 17:31:31.954566: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5FB00 next 235 of size 256
2020-03-31 17:31:31.958110: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703B5FC00 next 236 of size 2359296
2020-03-31 17:31:31.962125: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703D9FC00 next 237 of size 1024
2020-03-31 17:31:31.965139: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0000 next 238 of size 1024
2020-03-31 17:31:31.970733: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0400 next 239 of size 1024
2020-03-31 17:31:31.974731: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0800 next 240 of size 512
2020-03-31 17:31:31.978394: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0A00 next 241 of size 512
2020-03-31 17:31:31.981587: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0C00 next 242 of size 512
2020-03-31 17:31:31.984799: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0E00 next 243 of size 256
2020-03-31 17:31:31.990154: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703DA0F00 next 244 of size 589824
2020-03-31 17:31:31.993654: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703E30F00 next 245 of size 256
2020-03-31 17:31:31.997214: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703E31000 next 246 of size 73728
2020-03-31 17:31:32.000556: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703E43000 next 247 of size 256
2020-03-31 17:31:32.003635: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703E43100 next 248 of size 1179648
2020-03-31 17:31:32.010327: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703F63100 next 249 of size 256
2020-03-31 17:31:32.013446: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703F63200 next 250 of size 294912
2020-03-31 17:31:32.017383: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAB200 next 251 of size 256
2020-03-31 17:31:32.020451: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAB300 next 252 of size 3584
2020-03-31 17:31:32.023561: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAC100 next 253 of size 256
2020-03-31 17:31:32.027117: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAC200 next 254 of size 9216
2020-03-31 17:31:32.030188: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAE600 next 255 of size 256
2020-03-31 17:31:32.033228: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAE700 next 256 of size 256
2020-03-31 17:31:32.039735: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAE800 next 257 of size 256
2020-03-31 17:31:32.044035: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAE900 next 258 of size 256
2020-03-31 17:31:32.047086: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAEA00 next 259 of size 1280
2020-03-31 17:31:32.050125: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000703FAEF00 next 260 of size 524288
2020-03-31 17:31:32.053449: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070402EF00 next 261 of size 294912
2020-03-31 17:31:32.056576: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704076F00 next 262 of size 524288
2020-03-31 17:31:32.060097: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007040F6F00 next 263 of size 2048
2020-03-31 17:31:32.063528: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007040F7700 next 264 of size 512
2020-03-31 17:31:32.069440: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007040F7900 next 265 of size 256
2020-03-31 17:31:32.073412: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007040F7A00 next 266 of size 524288
2020-03-31 17:31:32.076986: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704177A00 next 267 of size 18432
2020-03-31 17:31:32.080475: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070417C200 next 268 of size 18432
2020-03-31 17:31:32.083629: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704180A00 next 269 of size 1024
2020-03-31 17:31:32.086866: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704180E00 next 270 of size 256
2020-03-31 17:31:32.090076: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704180F00 next 271 of size 2048
2020-03-31 17:31:32.096263: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704181700 next 272 of size 2048
2020-03-31 17:31:32.100524: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704181F00 next 273 of size 2048
2020-03-31 17:31:32.103537: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704182700 next 274 of size 524288
2020-03-31 17:31:32.106770: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704202700 next 275 of size 524288
2020-03-31 17:31:32.110723: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704282700 next 276 of size 1024
2020-03-31 17:31:32.113866: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704282B00 next 277 of size 18432
2020-03-31 17:31:32.118000: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704287300 next 278 of size 2048
2020-03-31 17:31:32.126558: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704287B00 next 279 of size 524288
2020-03-31 17:31:32.130670: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704307B00 next 280 of size 2048
2020-03-31 17:31:32.133679: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704308300 next 281 of size 2048
2020-03-31 17:31:32.137830: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704308B00 next 282 of size 18432
2020-03-31 17:31:32.140879: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070430D300 next 283 of size 2048
2020-03-31 17:31:32.144218: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070430DB00 next 284 of size 524288
2020-03-31 17:31:32.147611: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070438DB00 next 285 of size 2048
2020-03-31 17:31:32.150876: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070438E300 next 286 of size 524288
2020-03-31 17:31:32.156563: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070440E300 next 287 of size 524288
2020-03-31 17:31:32.160482: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070448E300 next 288 of size 1024
2020-03-31 17:31:32.164355: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070448E700 next 289 of size 2048
2020-03-31 17:31:32.167534: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070448EF00 next 290 of size 524288
2020-03-31 17:31:32.170938: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070450EF00 next 291 of size 1024
2020-03-31 17:31:32.173984: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070450F300 next 292 of size 2048
2020-03-31 17:31:32.177454: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070450FB00 next 293 of size 18432
2020-03-31 17:31:32.180781: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704514300 next 294 of size 1024
2020-03-31 17:31:32.183798: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704514700 next 295 of size 256
2020-03-31 17:31:32.186804: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704514800 next 296 of size 2048
2020-03-31 17:31:32.190074: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704515000 next 297 of size 1024
2020-03-31 17:31:32.196501: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704515400 next 298 of size 2048
2020-03-31 17:31:32.200376: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704515C00 next 299 of size 2048
2020-03-31 17:31:32.203481: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704516400 next 300 of size 1024
2020-03-31 17:31:32.206917: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704516800 next 301 of size 1024
2020-03-31 17:31:32.210492: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704516C00 next 302 of size 256
2020-03-31 17:31:32.213592: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704516D00 next 303 of size 768
2020-03-31 17:31:32.216827: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704517000 next 304 of size 2048
2020-03-31 17:31:32.219960: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704517800 next 305 of size 524288
2020-03-31 17:31:32.227340: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704597800 next 306 of size 1024
2020-03-31 17:31:32.230359: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704597C00 next 307 of size 2048
2020-03-31 17:31:32.233713: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704598400 next 308 of size 524288
2020-03-31 17:31:32.236765: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704618400 next 309 of size 524288
2020-03-31 17:31:32.239813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704698400 next 310 of size 524288
2020-03-31 17:31:32.243369: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704718400 next 18446744073709551615 of size 949248
2020-03-31 17:31:32.247597: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 33554432
2020-03-31 17:31:32.255303: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704800000 next 312 of size 1024
2020-03-31 17:31:32.258445: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704800400 next 313 of size 1024
2020-03-31 17:31:32.263304: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704800800 next 314 of size 524288
2020-03-31 17:31:32.267466: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704880800 next 315 of size 1024
2020-03-31 17:31:32.271222: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704880C00 next 316 of size 1024
2020-03-31 17:31:32.275426: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704881000 next 317 of size 1024
2020-03-31 17:31:32.282211: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704881400 next 318 of size 524288
2020-03-31 17:31:32.285370: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704901400 next 319 of size 32768
2020-03-31 17:31:32.288626: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704909400 next 320 of size 2048
2020-03-31 17:31:32.294435: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704909C00 next 321 of size 18432
2020-03-31 17:31:32.298489: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070490E400 next 322 of size 18432
2020-03-31 17:31:32.302342: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704912C00 next 323 of size 18432
2020-03-31 17:31:32.305708: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704917400 next 324 of size 2304
2020-03-31 17:31:32.309147: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704917D00 next 325 of size 2048
2020-03-31 17:31:32.312239: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704918500 next 326 of size 524288
2020-03-31 17:31:32.315746: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704998500 next 327 of size 524288
2020-03-31 17:31:32.321739: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704A18500 next 328 of size 1024
2020-03-31 17:31:32.324743: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704A18900 next 329 of size 1024
2020-03-31 17:31:32.329046: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704A18D00 next 330 of size 2048
2020-03-31 17:31:32.332372: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704A19500 next 331 of size 2048
2020-03-31 17:31:32.335679: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704A19D00 next 332 of size 1024
2020-03-31 17:31:32.338814: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704A1A100 next 333 of size 6912
2020-03-31 17:31:32.342103: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704A1BC00 next 334 of size 32768
2020-03-31 17:31:32.346099: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704A23C00 next 335 of size 2304
2020-03-31 17:31:32.352758: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704A24500 next 336 of size 512
2020-03-31 17:31:32.355883: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704A24700 next 337 of size 2048
2020-03-31 17:31:32.360603: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704A24F00 next 338 of size 524288
2020-03-31 17:31:32.364048: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704AA4F00 next 339 of size 524288
2020-03-31 17:31:32.367236: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B24F00 next 340 of size 1024
2020-03-31 17:31:32.370576: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B25300 next 341 of size 1024
2020-03-31 17:31:32.373640: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B25700 next 342 of size 1024
2020-03-31 17:31:32.380856: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B25B00 next 343 of size 2048
2020-03-31 17:31:32.383865: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B26300 next 344 of size 32768
2020-03-31 17:31:32.387073: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B2E300 next 345 of size 2304
2020-03-31 17:31:32.390362: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B2EC00 next 346 of size 512
2020-03-31 17:31:32.393710: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B2EE00 next 347 of size 512
2020-03-31 17:31:32.396968: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B2F000 next 348 of size 256
2020-03-31 17:31:32.400726: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B2F100 next 349 of size 256
2020-03-31 17:31:32.409594: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B2F200 next 350 of size 256
2020-03-31 17:31:32.412935: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B2F300 next 351 of size 147456
2020-03-31 17:31:32.415985: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B53300 next 352 of size 2048
2020-03-31 17:31:32.420701: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704B53B00 next 353 of size 524288
2020-03-31 17:31:32.424545: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BD3B00 next 354 of size 1024
2020-03-31 17:31:32.429044: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BD3F00 next 355 of size 1024
2020-03-31 17:31:32.432778: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BD4300 next 356 of size 32768
2020-03-31 17:31:32.441624: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BDC300 next 357 of size 2304
2020-03-31 17:31:32.446658: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BDCC00 next 358 of size 512
2020-03-31 17:31:32.451018: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BDCE00 next 359 of size 32768
2020-03-31 17:31:32.454930: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE4E00 next 360 of size 2304
2020-03-31 17:31:32.458005: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE5700 next 361 of size 2304
2020-03-31 17:31:32.461786: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE6000 next 362 of size 2304
2020-03-31 17:31:32.466210: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE6900 next 363 of size 512
2020-03-31 17:31:32.470211: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE6B00 next 364 of size 512
2020-03-31 17:31:32.476409: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE6D00 next 365 of size 256
2020-03-31 17:31:32.479663: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE6E00 next 366 of size 256
2020-03-31 17:31:32.483613: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE6F00 next 367 of size 1024
2020-03-31 17:31:32.486860: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE7300 next 368 of size 1024
2020-03-31 17:31:32.491211: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE7700 next 369 of size 512
2020-03-31 17:31:32.494938: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE7900 next 370 of size 2048
2020-03-31 17:31:32.498884: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE8100 next 371 of size 2304
2020-03-31 17:31:32.505396: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE8A00 next 372 of size 512
2020-03-31 17:31:32.509560: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE8C00 next 373 of size 2304
2020-03-31 17:31:32.512708: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE9500 next 374 of size 512
2020-03-31 17:31:32.516215: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE9700 next 375 of size 512
2020-03-31 17:31:32.519560: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE9900 next 376 of size 512
2020-03-31 17:31:32.523151: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE9B00 next 377 of size 512
2020-03-31 17:31:32.527030: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE9D00 next 378 of size 256
2020-03-31 17:31:32.532985: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE9E00 next 379 of size 256
2020-03-31 17:31:32.536100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BE9F00 next 380 of size 256
2020-03-31 17:31:32.539983: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BEA000 next 381 of size 6912
2020-03-31 17:31:32.543973: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BEBB00 next 382 of size 1024
2020-03-31 17:31:32.547503: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BEBF00 next 383 of size 1024
2020-03-31 17:31:32.550652: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BEC300 next 384 of size 512
2020-03-31 17:31:32.553708: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704BEC500 next 385 of size 589824
2020-03-31 17:31:32.557593: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704C7C500 next 386 of size 1179648
2020-03-31 17:31:32.561236: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704D9C500 next 387 of size 3584
2020-03-31 17:31:32.564585: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704D9D300 next 388 of size 2304
2020-03-31 17:31:32.570486: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704D9DC00 next 389 of size 512
2020-03-31 17:31:32.574447: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704D9DE00 next 390 of size 512
2020-03-31 17:31:32.577617: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704D9E000 next 391 of size 512
2020-03-31 17:31:32.580762: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704D9E200 next 392 of size 512
2020-03-31 17:31:32.584036: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704D9E400 next 393 of size 512
2020-03-31 17:31:32.587171: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704D9E600 next 394 of size 256
2020-03-31 17:31:32.590553: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704D9E700 next 395 of size 256
2020-03-31 17:31:32.593974: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704D9E800 next 396 of size 256
2020-03-31 17:31:32.600636: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704D9E900 next 397 of size 256
2020-03-31 17:31:32.603710: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704D9EA00 next 398 of size 256
2020-03-31 17:31:32.606763: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704D9EB00 next 399 of size 147456
2020-03-31 17:31:32.610781: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704DC2B00 next 400 of size 147456
2020-03-31 17:31:32.613890: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704DE6B00 next 401 of size 147456
2020-03-31 17:31:32.618572: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704E0AB00 next 402 of size 6912
2020-03-31 17:31:32.623347: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704E0C600 next 403 of size 6912
2020-03-31 17:31:32.631984: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704E0E100 next 404 of size 768
2020-03-31 17:31:32.634974: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704E0E400 next 405 of size 1024
2020-03-31 17:31:32.639049: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704E0E800 next 406 of size 512
2020-03-31 17:31:32.642464: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704E0EA00 next 407 of size 589824
2020-03-31 17:31:32.645774: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704E9EA00 next 408 of size 73728
2020-03-31 17:31:32.648823: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704EB0A00 next 409 of size 1179648
2020-03-31 17:31:32.652059: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000704FD0A00 next 410 of size 294912
2020-03-31 17:31:32.657856: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705018A00 next 411 of size 3584
2020-03-31 17:31:32.661379: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705019800 next 412 of size 9216
2020-03-31 17:31:32.665324: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070501BC00 next 413 of size 256
2020-03-31 17:31:32.668318: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070501BD00 next 414 of size 512
2020-03-31 17:31:32.671439: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070501BF00 next 415 of size 512
2020-03-31 17:31:32.674813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070501C100 next 416 of size 32768
2020-03-31 17:31:32.678558: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705024100 next 417 of size 32768
2020-03-31 17:31:32.686453: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070502C100 next 418 of size 32768
2020-03-31 17:31:32.691658: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705034100 next 419 of size 512
2020-03-31 17:31:32.698353: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705034300 next 420 of size 256
2020-03-31 17:31:32.702623: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705034400 next 421 of size 256
2020-03-31 17:31:32.706619: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705034500 next 422 of size 147456
2020-03-31 17:31:32.711580: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705058500 next 423 of size 6912
2020-03-31 17:31:32.715503: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070505A000 next 424 of size 768
2020-03-31 17:31:32.718748: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070505A300 next 425 of size 1024
2020-03-31 17:31:32.721746: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070505A700 next 426 of size 2359296
2020-03-31 17:31:32.728889: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070529A700 next 427 of size 1024
2020-03-31 17:31:32.731927: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070529AB00 next 428 of size 512
2020-03-31 17:31:32.734974: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070529AD00 next 429 of size 512
2020-03-31 17:31:32.738153: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070529AF00 next 430 of size 256
2020-03-31 17:31:32.741167: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070529B000 next 431 of size 73728
2020-03-31 17:31:32.744367: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007052AD000 next 432 of size 512
2020-03-31 17:31:32.748335: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007052AD200 next 433 of size 512
2020-03-31 17:31:32.757837: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007052AD400 next 434 of size 32768
2020-03-31 17:31:32.761986: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007052B5400 next 435 of size 9216
2020-03-31 17:31:32.766485: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007052B7800 next 436 of size 256
2020-03-31 17:31:32.770474: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007052B7900 next 437 of size 256
2020-03-31 17:31:32.774525: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007052B7A00 next 438 of size 256
2020-03-31 17:31:32.779032: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007052B7B00 next 439 of size 768
2020-03-31 17:31:32.785260: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007052B7E00 next 440 of size 1024
2020-03-31 17:31:32.788278: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007052B8200 next 441 of size 1024
2020-03-31 17:31:32.791394: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007052B8600 next 442 of size 1024
2020-03-31 17:31:32.795481: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007052B8A00 next 443 of size 294912
2020-03-31 17:31:32.799140: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705300A00 next 444 of size 256
2020-03-31 17:31:32.803661: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705300B00 next 445 of size 256
2020-03-31 17:31:32.806746: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705300C00 next 446 of size 768
2020-03-31 17:31:32.810097: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705300F00 next 447 of size 2359296
2020-03-31 17:31:32.816189: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705540F00 next 448 of size 1024
2020-03-31 17:31:32.819189: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705541300 next 449 of size 1024
2020-03-31 17:31:32.823024: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705541700 next 450 of size 1024
2020-03-31 17:31:32.826758: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705541B00 next 451 of size 512
2020-03-31 17:31:32.829942: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705541D00 next 452 of size 256
2020-03-31 17:31:32.833023: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705541E00 next 453 of size 256
2020-03-31 17:31:32.836064: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705541F00 next 454 of size 256
2020-03-31 17:31:32.839366: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705542000 next 455 of size 2359296
2020-03-31 17:31:32.842737: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705782000 next 456 of size 512
2020-03-31 17:31:32.845922: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705782200 next 457 of size 589824
2020-03-31 17:31:32.849663: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705812200 next 458 of size 73728
2020-03-31 17:31:32.856956: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705824200 next 459 of size 294912
2020-03-31 17:31:32.860345: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070586C200 next 460 of size 256
2020-03-31 17:31:32.863541: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070586C300 next 461 of size 256
2020-03-31 17:31:32.866821: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070586C400 next 462 of size 1179648
2020-03-31 17:31:32.870575: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070598C400 next 463 of size 9216
2020-03-31 17:31:32.874330: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070598E800 next 464 of size 3584
2020-03-31 17:31:32.877976: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070598F600 next 465 of size 2048
2020-03-31 17:31:32.884503: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070598FE00 next 466 of size 2048
2020-03-31 17:31:32.887593: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705990600 next 467 of size 2048
2020-03-31 17:31:32.890599: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705990E00 next 468 of size 2048
2020-03-31 17:31:32.894760: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705991600 next 469 of size 18432
2020-03-31 17:31:32.897815: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705995E00 next 470 of size 2048
2020-03-31 17:31:32.900860: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705996600 next 471 of size 2048
2020-03-31 17:31:32.904723: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705996E00 next 472 of size 1024
2020-03-31 17:31:32.911974: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705997200 next 473 of size 1024
2020-03-31 17:31:32.915035: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705997600 next 474 of size 2048
2020-03-31 17:31:32.918060: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705997E00 next 475 of size 18432
2020-03-31 17:31:32.921473: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070599C600 next 476 of size 2048
2020-03-31 17:31:32.924560: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070599CE00 next 477 of size 524288
2020-03-31 17:31:32.928164: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A1CE00 next 478 of size 524288
2020-03-31 17:31:32.931525: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A9CE00 next 479 of size 1024
2020-03-31 17:31:32.934638: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A9D200 next 480 of size 2048
2020-03-31 17:31:32.941411: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705A9DA00 next 481 of size 524288
2020-03-31 17:31:32.944939: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B1DA00 next 482 of size 1024
2020-03-31 17:31:32.947979: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B1DE00 next 483 of size 1024
2020-03-31 17:31:32.951314: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B1E200 next 484 of size 2048
2020-03-31 17:31:32.954333: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B1EA00 next 485 of size 524288
2020-03-31 17:31:32.957789: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705B9EA00 next 486 of size 524288
2020-03-31 17:31:32.961294: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C1EA00 next 487 of size 524288
2020-03-31 17:31:32.964407: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C9EA00 next 488 of size 2048
2020-03-31 17:31:32.968143: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705C9F200 next 489 of size 18432
2020-03-31 17:31:32.971498: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705CA3A00 next 490 of size 2048
2020-03-31 17:31:32.979191: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705CA4200 next 491 of size 2048
2020-03-31 17:31:32.982702: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705CA4A00 next 492 of size 524288
2020-03-31 17:31:32.986265: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705D24A00 next 493 of size 524288
2020-03-31 17:31:32.990882: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705DA4A00 next 494 of size 1024
2020-03-31 17:31:32.995568: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705DA4E00 next 495 of size 1024
2020-03-31 17:31:32.998971: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705DA5200 next 496 of size 2048
2020-03-31 17:31:33.002377: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705DA5A00 next 497 of size 18432
2020-03-31 17:31:33.007971: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705DAA200 next 498 of size 2048
2020-03-31 17:31:33.011285: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705DAAA00 next 499 of size 2048
2020-03-31 17:31:33.015200: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705DAB200 next 500 of size 524288
2020-03-31 17:31:33.018558: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705E2B200 next 501 of size 524288
2020-03-31 17:31:33.021632: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705EAB200 next 502 of size 1024
2020-03-31 17:31:33.024848: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705EAB600 next 503 of size 1024
2020-03-31 17:31:33.028082: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705EABA00 next 504 of size 1024
2020-03-31 17:31:33.031257: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705EABE00 next 505 of size 2048
2020-03-31 17:31:33.037157: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705EAC600 next 506 of size 2048
2020-03-31 17:31:33.040307: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705EACE00 next 507 of size 18432
2020-03-31 17:31:33.044945: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705EB1600 next 508 of size 18432
2020-03-31 17:31:33.048099: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705EB5E00 next 509 of size 2048
2020-03-31 17:31:33.051880: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705EB6600 next 510 of size 524288
2020-03-31 17:31:33.055828: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705F36600 next 511 of size 524288
2020-03-31 17:31:33.061377: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705FB6600 next 512 of size 2048
2020-03-31 17:31:33.068895: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705FB6E00 next 513 of size 2048
2020-03-31 17:31:33.071988: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705FB7600 next 514 of size 2048
2020-03-31 17:31:33.076049: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705FB7E00 next 515 of size 18432
2020-03-31 17:31:33.080041: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705FBC600 next 516 of size 2048
2020-03-31 17:31:33.083103: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705FBCE00 next 517 of size 18432
2020-03-31 17:31:33.086488: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000705FC1600 next 518 of size 524288
2020-03-31 17:31:33.089702: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706041600 next 519 of size 524288
2020-03-31 17:31:33.097138: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007060C1600 next 520 of size 1024
2020-03-31 17:31:33.100254: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007060C1A00 next 521 of size 1024
2020-03-31 17:31:33.103335: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007060C1E00 next 522 of size 1024
2020-03-31 17:31:33.106669: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007060C2200 next 523 of size 524288
2020-03-31 17:31:33.110743: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706142200 next 524 of size 1024
2020-03-31 17:31:33.114044: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706142600 next 525 of size 2048
2020-03-31 17:31:33.117110: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706142E00 next 526 of size 2048
2020-03-31 17:31:33.120549: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706143600 next 527 of size 2048
2020-03-31 17:31:33.123852: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706143E00 next 528 of size 18432
2020-03-31 17:31:33.127562: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706148600 next 529 of size 2048
2020-03-31 17:31:33.130588: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706148E00 next 530 of size 2048
2020-03-31 17:31:33.136905: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706149600 next 531 of size 524288
2020-03-31 17:31:33.139996: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007061C9600 next 532 of size 524288
2020-03-31 17:31:33.144270: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706249600 next 533 of size 1024
2020-03-31 17:31:33.147439: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706249A00 next 534 of size 524288
2020-03-31 17:31:33.150795: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007062C9A00 next 535 of size 1024
2020-03-31 17:31:33.153948: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007062C9E00 next 536 of size 2048
2020-03-31 17:31:33.157509: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007062CA600 next 537 of size 2048
2020-03-31 17:31:33.163516: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007062CAE00 next 538 of size 2048
2020-03-31 17:31:33.166634: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007062CB600 next 539 of size 2048
2020-03-31 17:31:33.170588: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007062CBE00 next 540 of size 1024
2020-03-31 17:31:33.173648: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007062CC200 next 541 of size 2048
2020-03-31 17:31:33.177057: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007062CCA00 next 542 of size 1024
2020-03-31 17:31:33.180149: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007062CCE00 next 543 of size 2048
2020-03-31 17:31:33.183412: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007062CD600 next 544 of size 524288
2020-03-31 17:31:33.187804: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070634D600 next 545 of size 18432
2020-03-31 17:31:33.196007: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706351E00 next 546 of size 1024
2020-03-31 17:31:33.199974: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706352200 next 547 of size 2048
2020-03-31 17:31:33.204163: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706352A00 next 548 of size 2048
2020-03-31 17:31:33.208290: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706353200 next 549 of size 18432
2020-03-31 17:31:33.213170: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706357A00 next 550 of size 2048
2020-03-31 17:31:33.221419: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706358200 next 551 of size 524288
2020-03-31 17:31:33.225676: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007063D8200 next 552 of size 1024
2020-03-31 17:31:33.229493: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007063D8600 next 553 of size 2048
2020-03-31 17:31:33.233762: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007063D8E00 next 554 of size 18432
2020-03-31 17:31:33.237942: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007063DD600 next 555 of size 2048
2020-03-31 17:31:33.242458: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007063DDE00 next 556 of size 2048
2020-03-31 17:31:33.245625: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007063DE600 next 557 of size 1024
2020-03-31 17:31:33.253813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007063DEA00 next 558 of size 2048
2020-03-31 17:31:33.256827: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007063DF200 next 559 of size 2048
2020-03-31 17:31:33.261576: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007063DFA00 next 560 of size 524288
2020-03-31 17:31:33.264852: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070645FA00 next 561 of size 524288
2020-03-31 17:31:33.267949: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007064DFA00 next 562 of size 524288
2020-03-31 17:31:33.271481: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070655FA00 next 563 of size 1024
2020-03-31 17:31:33.275741: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070655FE00 next 564 of size 1024
2020-03-31 17:31:33.280627: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706560200 next 565 of size 2048
2020-03-31 17:31:33.284346: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706560A00 next 566 of size 18432
2020-03-31 17:31:33.290142: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706565200 next 567 of size 2048
2020-03-31 17:31:33.293550: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706565A00 next 568 of size 2048
2020-03-31 17:31:33.297621: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706566200 next 569 of size 1024
2020-03-31 17:31:33.301051: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706566600 next 570 of size 2048
2020-03-31 17:31:33.304621: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706566E00 next 571 of size 18432
2020-03-31 17:31:33.307998: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070656B600 next 572 of size 2048
2020-03-31 17:31:33.311651: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070656BE00 next 573 of size 2048
2020-03-31 17:31:33.314898: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070656C600 next 574 of size 524288
2020-03-31 17:31:33.320600: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007065EC600 next 575 of size 524288
2020-03-31 17:31:33.324470: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070666C600 next 576 of size 1024
2020-03-31 17:31:33.327724: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070666CA00 next 577 of size 1024
2020-03-31 17:31:33.331742: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070666CE00 next 578 of size 2048
2020-03-31 17:31:33.335671: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070666D600 next 579 of size 2048
2020-03-31 17:31:33.338794: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070666DE00 next 580 of size 18432
2020-03-31 17:31:33.342520: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706672600 next 581 of size 2048
2020-03-31 17:31:33.348221: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706672E00 next 582 of size 2048
2020-03-31 17:31:33.352236: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706673600 next 583 of size 524288
2020-03-31 17:31:33.355309: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007066F3600 next 584 of size 524288
2020-03-31 17:31:33.359449: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706773600 next 585 of size 1024
2020-03-31 17:31:33.363919: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706773A00 next 586 of size 2048
2020-03-31 17:31:33.368120: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706774200 next 587 of size 18432
2020-03-31 17:31:33.371870: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706778A00 next 588 of size 2048
2020-03-31 17:31:33.379062: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706779200 next 589 of size 2048
2020-03-31 17:31:33.383245: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706779A00 next 18446744073709551615 of size 550400
2020-03-31 17:31:33.388153: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 67108864
2020-03-31 17:31:33.391528: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706800000 next 591 of size 524288
2020-03-31 17:31:33.395097: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706880000 next 592 of size 1024
2020-03-31 17:31:33.398432: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706880400 next 593 of size 1024
2020-03-31 17:31:33.401545: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706880800 next 594 of size 2048
2020-03-31 17:31:33.405346: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706881000 next 595 of size 2048
2020-03-31 17:31:33.408528: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706881800 next 596 of size 2048
2020-03-31 17:31:33.411614: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706882000 next 597 of size 2048
2020-03-31 17:31:33.419539: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706882800 next 598 of size 2048
2020-03-31 17:31:33.422567: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706883000 next 599 of size 2048
2020-03-31 17:31:33.426611: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706883800 next 600 of size 2048
2020-03-31 17:31:33.429817: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706884000 next 601 of size 2048
2020-03-31 17:31:33.432853: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706884800 next 602 of size 524288
2020-03-31 17:31:33.436019: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706904800 next 603 of size 524288
2020-03-31 17:31:33.439271: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706984800 next 604 of size 1024
2020-03-31 17:31:33.445309: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706984C00 next 605 of size 2048
2020-03-31 17:31:33.448363: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706985400 next 606 of size 2048
2020-03-31 17:31:33.451416: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706985C00 next 607 of size 18432
2020-03-31 17:31:33.455307: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070698A400 next 608 of size 2048
2020-03-31 17:31:33.458314: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070698AC00 next 609 of size 2048
2020-03-31 17:31:33.461659: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070698B400 next 610 of size 2048
2020-03-31 17:31:33.464724: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070698BC00 next 611 of size 2048
2020-03-31 17:31:33.468420: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070698C400 next 612 of size 2048
2020-03-31 17:31:33.474872: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070698CC00 next 613 of size 2048
2020-03-31 17:31:33.479885: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070698D400 next 614 of size 2048
2020-03-31 17:31:33.483713: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070698DC00 next 615 of size 18432
2020-03-31 17:31:33.486738: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706992400 next 616 of size 2048
2020-03-31 17:31:33.490720: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706992C00 next 617 of size 524288
2020-03-31 17:31:33.498000: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706A12C00 next 618 of size 524288
2020-03-31 17:31:33.506456: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706A92C00 next 619 of size 524288
2020-03-31 17:31:33.510559: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706B12C00 next 620 of size 1024
2020-03-31 17:31:33.514811: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706B13000 next 621 of size 1024
2020-03-31 17:31:33.518776: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706B13400 next 622 of size 1024
2020-03-31 17:31:33.523055: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706B13800 next 623 of size 2048
2020-03-31 17:31:33.527811: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706B14000 next 624 of size 2048
2020-03-31 17:31:33.535221: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706B14800 next 625 of size 2048
2020-03-31 17:31:33.538644: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706B15000 next 626 of size 18432
2020-03-31 17:31:33.542053: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706B19800 next 627 of size 2048
2020-03-31 17:31:33.545304: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706B1A000 next 628 of size 524288
2020-03-31 17:31:33.548440: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706B9A000 next 629 of size 589824
2020-03-31 17:31:33.551763: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706C2A000 next 630 of size 524288
2020-03-31 17:31:33.554866: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706CAA000 next 631 of size 524288
2020-03-31 17:31:33.558339: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D2A000 next 632 of size 1024
2020-03-31 17:31:33.561909: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D2A400 next 633 of size 2048
2020-03-31 17:31:33.564944: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D2AC00 next 634 of size 2048
2020-03-31 17:31:33.571264: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D2B400 next 635 of size 2048
2020-03-31 17:31:33.574273: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D2BC00 next 636 of size 65536
2020-03-31 17:31:33.578616: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D3BC00 next 637 of size 4608
2020-03-31 17:31:33.581641: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D3CE00 next 638 of size 256
2020-03-31 17:31:33.584669: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D3CF00 next 639 of size 9216
2020-03-31 17:31:33.587979: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D3F300 next 640 of size 512
2020-03-31 17:31:33.591210: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D3F500 next 641 of size 512
2020-03-31 17:31:33.595066: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D3F700 next 642 of size 65536
2020-03-31 17:31:33.600937: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706D4F700 next 643 of size 524288
2020-03-31 17:31:33.603992: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DCF700 next 644 of size 1024
2020-03-31 17:31:33.607833: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DCFB00 next 645 of size 2048
2020-03-31 17:31:33.611379: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DD0300 next 646 of size 4608
2020-03-31 17:31:33.614821: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DD1500 next 647 of size 512
2020-03-31 17:31:33.617854: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DD1700 next 648 of size 512
2020-03-31 17:31:33.622691: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DD1900 next 649 of size 18432
2020-03-31 17:31:33.629764: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DD6100 next 650 of size 2048
2020-03-31 17:31:33.634256: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DD6900 next 651 of size 4608
2020-03-31 17:31:33.637303: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DD7B00 next 652 of size 1024
2020-03-31 17:31:33.640915: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DD7F00 next 653 of size 512
2020-03-31 17:31:33.644555: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DD8100 next 654 of size 512
2020-03-31 17:31:33.647567: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DD8300 next 655 of size 512
2020-03-31 17:31:33.650904: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DD8500 next 656 of size 2048
2020-03-31 17:31:33.657372: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DD8D00 next 657 of size 2048
2020-03-31 17:31:33.661967: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706DD9500 next 658 of size 524288
2020-03-31 17:31:33.665962: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706E59500 next 659 of size 1024
2020-03-31 17:31:33.670350: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706E59900 next 660 of size 4608
2020-03-31 17:31:33.674435: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706E5AB00 next 661 of size 131072
2020-03-31 17:31:33.678595: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706E7AB00 next 662 of size 2048
2020-03-31 17:31:33.681674: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706E7B300 next 663 of size 1024
2020-03-31 17:31:33.685516: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706E7B700 next 664 of size 1024
2020-03-31 17:31:33.688655: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706E7BB00 next 665 of size 2048
2020-03-31 17:31:33.691810: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706E7C300 next 666 of size 2048
2020-03-31 17:31:33.699685: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000706E7CB00 next 667 of size 2359296
2020-03-31 17:31:33.702769: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007070BCB00 next 668 of size 2359296
2020-03-31 17:31:33.706879: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007072FCB00 next 669 of size 1024
2020-03-31 17:31:33.710274: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007072FCF00 next 670 of size 512
2020-03-31 17:31:33.713831: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007072FD100 next 671 of size 512
2020-03-31 17:31:33.716937: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007072FD300 next 672 of size 65536
2020-03-31 17:31:33.720215: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070730D300 next 673 of size 4608
2020-03-31 17:31:33.726661: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070730E500 next 674 of size 512
2020-03-31 17:31:33.730534: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070730E700 next 675 of size 1024
2020-03-31 17:31:33.736074: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070730EB00 next 676 of size 131072
2020-03-31 17:31:33.739370: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070732EB00 next 677 of size 4608
2020-03-31 17:31:33.743173: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070732FD00 next 678 of size 512
2020-03-31 17:31:33.746545: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070732FF00 next 679 of size 512
2020-03-31 17:31:33.749537: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707330100 next 680 of size 512
2020-03-31 17:31:33.755384: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707330300 next 681 of size 2359296
2020-03-31 17:31:33.758779: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707570300 next 682 of size 2048
2020-03-31 17:31:33.762737: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707570B00 next 683 of size 512
2020-03-31 17:31:33.765894: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707570D00 next 684 of size 1024
2020-03-31 17:31:33.769075: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707571100 next 685 of size 2359296
2020-03-31 17:31:33.772761: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007077B1100 next 686 of size 2359296
2020-03-31 17:31:33.777704: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007079F1100 next 687 of size 512
2020-03-31 17:31:33.784268: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007079F1300 next 688 of size 1024
2020-03-31 17:31:33.788221: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007079F1700 next 689 of size 589824
2020-03-31 17:31:33.791341: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707A81700 next 690 of size 1024
2020-03-31 17:31:33.796920: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707A81B00 next 691 of size 1024
2020-03-31 17:31:33.800736: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707A81F00 next 692 of size 1024
2020-03-31 17:31:33.804515: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707A82300 next 693 of size 2359296
2020-03-31 17:31:33.808837: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707CC2300 next 694 of size 512
2020-03-31 17:31:33.811854: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707CC2500 next 695 of size 131072
2020-03-31 17:31:33.815260: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707CE2500 next 696 of size 4608
2020-03-31 17:31:33.820859: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707CE3700 next 697 of size 1024
2020-03-31 17:31:33.824696: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707CE3B00 next 698 of size 1024
2020-03-31 17:31:33.828125: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707CE3F00 next 699 of size 1024
2020-03-31 17:31:33.831154: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707CE4300 next 700 of size 2048
2020-03-31 17:31:33.834394: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707CE4B00 next 701 of size 1024
2020-03-31 17:31:33.837921: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707CE4F00 next 702 of size 1024
2020-03-31 17:31:33.842430: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707CE5300 next 703 of size 1024
2020-03-31 17:31:33.849461: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707CE5700 next 704 of size 2359296
2020-03-31 17:31:33.853967: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707F25700 next 705 of size 512
2020-03-31 17:31:33.857012: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707F25900 next 706 of size 512
2020-03-31 17:31:33.861930: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707F25B00 next 707 of size 4608
2020-03-31 17:31:33.865081: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707F26D00 next 708 of size 2048
2020-03-31 17:31:33.868179: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707F27500 next 709 of size 1024
2020-03-31 17:31:33.871910: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707F27900 next 710 of size 1024
2020-03-31 17:31:33.880559: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000707F27D00 next 711 of size 2359296
2020-03-31 17:31:33.883712: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708167D00 next 712 of size 131072
2020-03-31 17:31:33.886804: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708187D00 next 713 of size 4608
2020-03-31 17:31:33.891026: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708188F00 next 714 of size 1024
2020-03-31 17:31:33.894369: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708189300 next 715 of size 131072
2020-03-31 17:31:33.898481: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007081A9300 next 716 of size 131072
2020-03-31 17:31:33.902057: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007081C9300 next 717 of size 131072
2020-03-31 17:31:33.910515: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007081E9300 next 718 of size 131072
2020-03-31 17:31:33.913819: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708209300 next 719 of size 4608
2020-03-31 17:31:33.916873: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070820A500 next 720 of size 1024
2020-03-31 17:31:33.921144: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070820A900 next 721 of size 65536
2020-03-31 17:31:33.924934: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070821A900 next 722 of size 1024
2020-03-31 17:31:33.929159: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070821AD00 next 723 of size 512
2020-03-31 17:31:33.933487: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070821AF00 next 724 of size 2359296
2020-03-31 17:31:33.939810: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070845AF00 next 725 of size 512
2020-03-31 17:31:33.943084: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070845B100 next 726 of size 512
2020-03-31 17:31:33.947084: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070845B300 next 727 of size 512
2020-03-31 17:31:33.950173: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070845B500 next 728 of size 512
2020-03-31 17:31:33.953220: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070845B700 next 729 of size 131072
2020-03-31 17:31:33.956532: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070847B700 next 730 of size 1024
2020-03-31 17:31:33.959824: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070847BB00 next 731 of size 512
2020-03-31 17:31:33.962977: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070847BD00 next 732 of size 512
2020-03-31 17:31:33.966243: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070847BF00 next 733 of size 1024
2020-03-31 17:31:33.969293: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070847C300 next 734 of size 65536
2020-03-31 17:31:33.972395: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070848C300 next 735 of size 4608
2020-03-31 17:31:33.978666: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070848D500 next 736 of size 1024
2020-03-31 17:31:33.982695: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070848D900 next 737 of size 1024
2020-03-31 17:31:33.987378: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070848DD00 next 738 of size 512
2020-03-31 17:31:33.991250: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070848DF00 next 739 of size 131072
2020-03-31 17:31:33.995127: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084ADF00 next 740 of size 131072
2020-03-31 17:31:33.998230: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084CDF00 next 741 of size 1024
2020-03-31 17:31:34.001886: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084CE300 next 742 of size 1024
2020-03-31 17:31:34.007945: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084CE700 next 743 of size 2048
2020-03-31 17:31:34.012139: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084CEF00 next 744 of size 1024
2020-03-31 17:31:34.015356: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084CF300 next 745 of size 1024
2020-03-31 17:31:34.018598: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084CF700 next 746 of size 65536
2020-03-31 17:31:34.022198: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084DF700 next 747 of size 4608
2020-03-31 17:31:34.025826: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084E0900 next 748 of size 1024
2020-03-31 17:31:34.029465: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084E0D00 next 749 of size 512
2020-03-31 17:31:34.034918: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084E0F00 next 750 of size 1024
2020-03-31 17:31:34.038917: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084E1300 next 751 of size 1024
2020-03-31 17:31:34.042239: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084E1700 next 752 of size 1024
2020-03-31 17:31:34.045557: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084E1B00 next 753 of size 1024
2020-03-31 17:31:34.048700: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084E1F00 next 754 of size 1024
2020-03-31 17:31:34.052224: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084E2300 next 755 of size 32768
2020-03-31 17:31:34.055568: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084EA300 next 756 of size 4608
2020-03-31 17:31:34.058765: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084EB500 next 757 of size 4608
2020-03-31 17:31:34.062643: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084EC700 next 758 of size 4608
2020-03-31 17:31:34.066476: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084ED900 next 759 of size 4608
2020-03-31 17:31:34.072143: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084EEB00 next 760 of size 4608
2020-03-31 17:31:34.077463: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084EFD00 next 761 of size 1024
2020-03-31 17:31:34.080496: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084F0100 next 762 of size 1024
2020-03-31 17:31:34.083997: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084F0500 next 763 of size 1024
2020-03-31 17:31:34.087591: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084F0900 next 764 of size 1024
2020-03-31 17:31:34.091363: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007084F0D00 next 765 of size 65536
2020-03-31 17:31:34.094795: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708500D00 next 766 of size 4608
2020-03-31 17:31:34.101481: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708501F00 next 767 of size 512
2020-03-31 17:31:34.104483: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708502100 next 768 of size 1024
2020-03-31 17:31:34.107527: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708502500 next 769 of size 18432
2020-03-31 17:31:34.111095: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708506D00 next 770 of size 589824
2020-03-31 17:31:34.114119: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708596D00 next 771 of size 589824
2020-03-31 17:31:34.117437: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708626D00 next 772 of size 589824
2020-03-31 17:31:34.120462: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007086B6D00 next 773 of size 589824
2020-03-31 17:31:34.123534: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708746D00 next 774 of size 2359296
2020-03-31 17:31:34.131416: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708986D00 next 775 of size 131072
2020-03-31 17:31:34.134434: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089A6D00 next 776 of size 131072
2020-03-31 17:31:34.138726: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089C6D00 next 777 of size 1024
2020-03-31 17:31:34.143257: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089C7100 next 778 of size 512
2020-03-31 17:31:34.147166: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089C7300 next 779 of size 512
2020-03-31 17:31:34.151855: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089C7500 next 780 of size 4608
2020-03-31 17:31:34.154916: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089C8700 next 781 of size 512
2020-03-31 17:31:34.161244: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089C8900 next 782 of size 2048
2020-03-31 17:31:34.165263: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007089C9100 next 783 of size 524288
2020-03-31 17:31:34.168829: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708A49100 next 784 of size 524288
2020-03-31 17:31:34.171984: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708AC9100 next 785 of size 1024
2020-03-31 17:31:34.175582: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708AC9500 next 786 of size 1024
2020-03-31 17:31:34.178675: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708AC9900 next 787 of size 1024
2020-03-31 17:31:34.181810: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708AC9D00 next 788 of size 1024
2020-03-31 17:31:34.185063: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708ACA100 next 789 of size 2048
2020-03-31 17:31:34.188135: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708ACA900 next 790 of size 18432
2020-03-31 17:31:34.191334: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708ACF100 next 791 of size 2048
2020-03-31 17:31:34.197795: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708ACF900 next 792 of size 524288
2020-03-31 17:31:34.201847: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708B4F900 next 793 of size 524288
2020-03-31 17:31:34.205731: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BCF900 next 794 of size 1024
2020-03-31 17:31:34.209107: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BCFD00 next 795 of size 2048
2020-03-31 17:31:34.213182: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BD0500 next 796 of size 512
2020-03-31 17:31:34.216197: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BD0700 next 797 of size 512
2020-03-31 17:31:34.219474: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BD0900 next 798 of size 512
2020-03-31 17:31:34.225175: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BD0B00 next 799 of size 512
2020-03-31 17:31:34.229242: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BD0D00 next 800 of size 9216
2020-03-31 17:31:34.232434: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BD3100 next 801 of size 512
2020-03-31 17:31:34.235418: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BD3300 next 802 of size 512
2020-03-31 17:31:34.238599: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BD3500 next 803 of size 512
2020-03-31 17:31:34.242145: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BD3700 next 804 of size 512
2020-03-31 17:31:34.245230: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708BD3900 next 805 of size 524288
2020-03-31 17:31:34.248950: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708C53900 next 806 of size 4608
2020-03-31 17:31:34.256317: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708C54B00 next 807 of size 4608
2020-03-31 17:31:34.260464: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708C55D00 next 808 of size 4608
2020-03-31 17:31:34.263963: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708C56F00 next 809 of size 1024
2020-03-31 17:31:34.267121: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708C57300 next 810 of size 512
2020-03-31 17:31:34.270245: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708C57500 next 811 of size 256
2020-03-31 17:31:34.273527: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708C57600 next 812 of size 256
2020-03-31 17:31:34.277566: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708C57700 next 813 of size 524288
2020-03-31 17:31:34.284332: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708CD7700 next 814 of size 524288
2020-03-31 17:31:34.287544: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D57700 next 815 of size 1024
2020-03-31 17:31:34.291165: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D57B00 next 816 of size 1024
2020-03-31 17:31:34.295616: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D57F00 next 817 of size 1024
2020-03-31 17:31:34.299899: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D58300 next 818 of size 1024
2020-03-31 17:31:34.303813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D58700 next 819 of size 2048
2020-03-31 17:31:34.307492: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D58F00 next 820 of size 2048
2020-03-31 17:31:34.310979: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D59700 next 821 of size 2048
2020-03-31 17:31:34.314278: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D59F00 next 822 of size 18432
2020-03-31 17:31:34.317301: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D5E700 next 823 of size 2048
2020-03-31 17:31:34.323216: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D5EF00 next 824 of size 65536
2020-03-31 17:31:34.326480: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D6EF00 next 825 of size 65536
2020-03-31 17:31:34.330382: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D7EF00 next 826 of size 65536
2020-03-31 17:31:34.333499: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D8EF00 next 827 of size 4608
2020-03-31 17:31:34.337327: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708D90100 next 828 of size 131072
2020-03-31 17:31:34.340756: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB0100 next 829 of size 9216
2020-03-31 17:31:34.344947: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB2500 next 830 of size 512
2020-03-31 17:31:34.350653: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB2700 next 831 of size 512
2020-03-31 17:31:34.354553: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB2900 next 832 of size 512
2020-03-31 17:31:34.357568: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB2B00 next 833 of size 512
2020-03-31 17:31:34.361066: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB2D00 next 834 of size 1024
2020-03-31 17:31:34.364384: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB3100 next 835 of size 4608
2020-03-31 17:31:34.367826: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB4300 next 836 of size 2048
2020-03-31 17:31:34.370947: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB4B00 next 837 of size 2048
2020-03-31 17:31:34.374229: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB5300 next 838 of size 512
2020-03-31 17:31:34.380151: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB5500 next 839 of size 256
2020-03-31 17:31:34.384065: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB5600 next 840 of size 256
2020-03-31 17:31:34.387098: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB5700 next 841 of size 256
2020-03-31 17:31:34.390257: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB5800 next 842 of size 1024
2020-03-31 17:31:34.393671: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB5C00 next 843 of size 1024
2020-03-31 17:31:34.396742: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB6000 next 844 of size 2048
2020-03-31 17:31:34.400594: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB6800 next 845 of size 2048
2020-03-31 17:31:34.408411: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DB7000 next 846 of size 18432
2020-03-31 17:31:34.413198: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DBB800 next 847 of size 2048
2020-03-31 17:31:34.417219: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708DBC000 next 848 of size 524288
2020-03-31 17:31:34.421738: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708E3C000 next 849 of size 524288
2020-03-31 17:31:34.426507: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708EBC000 next 850 of size 65536
2020-03-31 17:31:34.430098: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708ECC000 next 851 of size 147456
2020-03-31 17:31:34.433475: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708EF0000 next 852 of size 512
2020-03-31 17:31:34.436695: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708EF0200 next 853 of size 512
2020-03-31 17:31:34.439683: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708EF0400 next 854 of size 512
2020-03-31 17:31:34.447545: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708EF0600 next 855 of size 512
2020-03-31 17:31:34.450989: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708EF0800 next 856 of size 512
2020-03-31 17:31:34.453976: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708EF0A00 next 857 of size 18432
2020-03-31 17:31:34.457927: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708EF5200 next 858 of size 9216
2020-03-31 17:31:34.461881: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708EF7600 next 859 of size 2048
2020-03-31 17:31:34.465573: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708EF7E00 next 860 of size 512
2020-03-31 17:31:34.471631: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708EF8000 next 861 of size 524288
2020-03-31 17:31:34.478571: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000708F78000 next 862 of size 589824
2020-03-31 17:31:34.481689: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709008000 next 863 of size 589824
2020-03-31 17:31:34.486136: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709098000 next 864 of size 589824
2020-03-31 17:31:34.490920: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709128000 next 865 of size 589824
2020-03-31 17:31:34.495095: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091B8000 next 866 of size 65536
2020-03-31 17:31:34.498205: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091C8000 next 867 of size 65536
2020-03-31 17:31:34.501543: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091D8000 next 868 of size 65536
2020-03-31 17:31:34.507167: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091E8000 next 869 of size 65536
2020-03-31 17:31:34.511602: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091F8000 next 870 of size 2048
2020-03-31 17:31:34.514662: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091F8800 next 871 of size 4608
2020-03-31 17:31:34.517725: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091F9A00 next 872 of size 2048
2020-03-31 17:31:34.521225: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091FA200 next 873 of size 256
2020-03-31 17:31:34.524280: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091FA300 next 874 of size 256
2020-03-31 17:31:34.528434: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091FA400 next 875 of size 256
2020-03-31 17:31:34.534071: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091FA500 next 876 of size 256
2020-03-31 17:31:34.537904: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091FA600 next 877 of size 2048
2020-03-31 17:31:34.540909: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091FAE00 next 878 of size 2048
2020-03-31 17:31:34.544404: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091FB600 next 879 of size 18432
2020-03-31 17:31:34.547862: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007091FFE00 next 880 of size 2048
2020-03-31 17:31:34.551070: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709200600 next 881 of size 524288
2020-03-31 17:31:34.554799: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709280600 next 882 of size 524288
2020-03-31 17:31:34.558243: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709300600 next 883 of size 524288
2020-03-31 17:31:34.565845: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709380600 next 884 of size 1024
2020-03-31 17:31:34.569038: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709380A00 next 885 of size 2048
2020-03-31 17:31:34.572765: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709381200 next 886 of size 147456
2020-03-31 17:31:34.577778: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007093A5200 next 887 of size 147456
2020-03-31 17:31:34.581508: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007093C9200 next 888 of size 294912
2020-03-31 17:31:34.585067: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709411200 next 889 of size 18432
2020-03-31 17:31:34.588303: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709415A00 next 890 of size 2048
2020-03-31 17:31:34.591618: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709416200 next 891 of size 131072
2020-03-31 17:31:34.595074: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709436200 next 892 of size 524288
2020-03-31 17:31:34.602485: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007094B6200 next 893 of size 524288
2020-03-31 17:31:34.606145: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709536200 next 894 of size 1024
2020-03-31 17:31:34.609295: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709536600 next 895 of size 2048
2020-03-31 17:31:34.613823: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709536E00 next 896 of size 18432
2020-03-31 17:31:34.617361: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070953B600 next 897 of size 2048
2020-03-31 17:31:34.620574: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070953BE00 next 898 of size 512
2020-03-31 17:31:34.623873: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070953C000 next 899 of size 256
2020-03-31 17:31:34.630136: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070953C100 next 900 of size 256
2020-03-31 17:31:34.633143: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070953C200 next 901 of size 256
2020-03-31 17:31:34.636212: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070953C300 next 902 of size 256
2020-03-31 17:31:34.640100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070953C400 next 903 of size 256
2020-03-31 17:31:34.643682: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070953C500 next 904 of size 18432
2020-03-31 17:31:34.647079: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709540D00 next 905 of size 2048
2020-03-31 17:31:34.650274: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709541500 next 906 of size 2048
2020-03-31 17:31:34.653631: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709541D00 next 907 of size 2048
2020-03-31 17:31:34.659991: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709542500 next 908 of size 2048
2020-03-31 17:31:34.663016: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709542D00 next 909 of size 2048
2020-03-31 17:31:34.666942: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709543500 next 910 of size 524288
2020-03-31 17:31:34.670062: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007095C3500 next 911 of size 1024
2020-03-31 17:31:34.673337: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007095C3900 next 912 of size 1024
2020-03-31 17:31:34.677162: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007095C3D00 next 913 of size 1024
2020-03-31 17:31:34.680268: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007095C4100 next 914 of size 1024
2020-03-31 17:31:34.683652: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007095C4500 next 915 of size 2048
2020-03-31 17:31:34.689938: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007095C4D00 next 916 of size 2048
2020-03-31 17:31:34.694500: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007095C5500 next 917 of size 2048
2020-03-31 17:31:34.697679: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007095C5D00 next 918 of size 2048
2020-03-31 17:31:34.701004: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007095C6500 next 919 of size 147456
2020-03-31 17:31:34.704084: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007095EA500 next 920 of size 294912
2020-03-31 17:31:34.707200: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709632500 next 921 of size 294912
2020-03-31 17:31:34.711139: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070967A500 next 922 of size 18432
2020-03-31 17:31:34.714649: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070967ED00 next 923 of size 2048
2020-03-31 17:31:34.717906: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070967F500 next 924 of size 512
2020-03-31 17:31:34.721594: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070967F700 next 925 of size 524288
2020-03-31 17:31:34.728464: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007096FF700 next 926 of size 1024
2020-03-31 17:31:34.731996: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007096FFB00 next 927 of size 9216
2020-03-31 17:31:34.735031: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709701F00 next 928 of size 2048
2020-03-31 17:31:34.738367: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709702700 next 929 of size 2048
2020-03-31 17:31:34.741447: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709702F00 next 930 of size 18432
2020-03-31 17:31:34.745617: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709707700 next 931 of size 2048
2020-03-31 17:31:34.748745: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709707F00 next 932 of size 2048
2020-03-31 17:31:34.756858: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709708700 next 933 of size 2048
2020-03-31 17:31:34.760612: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709708F00 next 934 of size 2048
2020-03-31 17:31:34.764391: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709709700 next 935 of size 2048
2020-03-31 17:31:34.768571: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709709F00 next 936 of size 524288
2020-03-31 17:31:34.772300: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709789F00 next 937 of size 524288
2020-03-31 17:31:34.775888: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709809F00 next 938 of size 512
2020-03-31 17:31:34.779298: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070980A100 next 939 of size 512
2020-03-31 17:31:34.782294: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070980A300 next 940 of size 512
2020-03-31 17:31:34.787978: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070980A500 next 941 of size 512
2020-03-31 17:31:34.790970: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070980A700 next 942 of size 512
2020-03-31 17:31:34.795055: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070980A900 next 943 of size 512
2020-03-31 17:31:34.798045: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070980AB00 next 944 of size 256
2020-03-31 17:31:34.801270: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070980AC00 next 945 of size 256
2020-03-31 17:31:34.804475: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070980AD00 next 946 of size 256
2020-03-31 17:31:34.808073: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070980AE00 next 947 of size 147456
2020-03-31 17:31:34.815514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070982EE00 next 948 of size 1024
2020-03-31 17:31:34.820335: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070982F200 next 949 of size 1024
2020-03-31 17:31:34.824614: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070982F600 next 950 of size 2048
2020-03-31 17:31:34.829619: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070982FE00 next 951 of size 2048
2020-03-31 17:31:34.834687: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709830600 next 952 of size 18432
2020-03-31 17:31:34.838840: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709834E00 next 953 of size 2048
2020-03-31 17:31:34.842682: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000709835600 next 954 of size 294912
2020-03-31 17:31:34.845861: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070987D600 next 955 of size 2048
2020-03-31 17:31:34.851825: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070987DE00 next 956 of size 2048
2020-03-31 17:31:34.854972: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070987E600 next 957 of size 256
2020-03-31 17:31:34.859122: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070987E700 next 958 of size 2048
2020-03-31 17:31:34.862262: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070987EF00 next 18446744073709551615 of size 16257280
2020-03-31 17:31:34.865991: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 134217728
2020-03-31 17:31:34.868781: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070A800000 next 960 of size 2048
2020-03-31 17:31:34.872581: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070A800800 next 961 of size 9437184
2020-03-31 17:31:34.880768: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070B100800 next 962 of size 2048
2020-03-31 17:31:34.884865: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070B101000 next 963 of size 9437184
2020-03-31 17:31:34.888048: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070BA01000 next 964 of size 2048
2020-03-31 17:31:34.891699: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070BA01800 next 965 of size 4718592
2020-03-31 17:31:34.895760: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070BE81800 next 966 of size 1024
2020-03-31 17:31:34.898913: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070BE81C00 next 967 of size 2359296
2020-03-31 17:31:34.902262: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C0C1C00 next 968 of size 1024
2020-03-31 17:31:34.906195: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C0C2000 next 969 of size 2359296
2020-03-31 17:31:34.912874: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C302000 next 970 of size 1024
2020-03-31 17:31:34.915921: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C302400 next 971 of size 2359296
2020-03-31 17:31:34.919549: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C542400 next 972 of size 1024
2020-03-31 17:31:34.923004: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C542800 next 973 of size 1179648
2020-03-31 17:31:34.926906: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C662800 next 974 of size 512
2020-03-31 17:31:34.930356: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C662A00 next 975 of size 589824
2020-03-31 17:31:34.933437: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C6F2A00 next 976 of size 512
2020-03-31 17:31:34.939820: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C6F2C00 next 977 of size 294912
2020-03-31 17:31:34.943361: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C73AC00 next 978 of size 256
2020-03-31 17:31:34.946481: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C73AD00 next 979 of size 147456
2020-03-31 17:31:34.949816: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C75ED00 next 980 of size 256
2020-03-31 17:31:34.952871: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C75EE00 next 981 of size 6912
2020-03-31 17:31:34.955948: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760900 next 982 of size 256
2020-03-31 17:31:34.961361: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760A00 next 983 of size 256
2020-03-31 17:31:34.965450: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760B00 next 984 of size 256
2020-03-31 17:31:34.969713: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760C00 next 985 of size 256
2020-03-31 17:31:34.976539: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760D00 next 986 of size 256
2020-03-31 17:31:34.979670: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760E00 next 987 of size 256
2020-03-31 17:31:34.982835: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C760F00 next 988 of size 256
2020-03-31 17:31:34.986587: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761000 next 989 of size 256
2020-03-31 17:31:34.990161: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761100 next 990 of size 256
2020-03-31 17:31:34.995489: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761200 next 991 of size 256
2020-03-31 17:31:34.998676: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761300 next 992 of size 256
2020-03-31 17:31:35.006263: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761400 next 993 of size 256
2020-03-31 17:31:35.009611: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761500 next 994 of size 256
2020-03-31 17:31:35.014046: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761600 next 995 of size 256
2020-03-31 17:31:35.017066: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761700 next 996 of size 256
2020-03-31 17:31:35.020840: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761800 next 997 of size 256
2020-03-31 17:31:35.023941: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761900 next 998 of size 256
2020-03-31 17:31:35.027326: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070C761A00 next 999 of size 8388608
2020-03-31 17:31:35.033338: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 000000070CF61A00 next 1030 of size 2048
2020-03-31 17:31:35.036556: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF62200 next 1032 of size 2048
2020-03-31 17:31:35.040503: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF62A00 next 1038 of size 4096
2020-03-31 17:31:35.044081: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF63A00 next 1045 of size 4096
2020-03-31 17:31:35.047785: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF64A00 next 1046 of size 4096
2020-03-31 17:31:35.050996: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF65A00 next 1047 of size 4096
2020-03-31 17:31:35.054135: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF66A00 next 1044 of size 4096
2020-03-31 17:31:35.057615: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF67A00 next 1028 of size 4352
2020-03-31 17:31:35.061256: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF68B00 next 1033 of size 2048
2020-03-31 17:31:35.064329: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF69300 next 1050 of size 4096
2020-03-31 17:31:35.067807: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF6A300 next 1066 of size 4096
2020-03-31 17:31:35.073496: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF6B300 next 1054 of size 4096
2020-03-31 17:31:35.077686: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF6C300 next 1057 of size 8192
2020-03-31 17:31:35.080887: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF6E300 next 1056 of size 8192
2020-03-31 17:31:35.084550: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF70300 next 1062 of size 8192
2020-03-31 17:31:35.087724: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF72300 next 1061 of size 8192
2020-03-31 17:31:35.091546: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF74300 next 1078 of size 4096
2020-03-31 17:31:35.095082: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF75300 next 1068 of size 4096
2020-03-31 17:31:35.102194: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF76300 next 1013 of size 14336
2020-03-31 17:31:35.105343: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF79B00 next 1016 of size 1024
2020-03-31 17:31:35.108486: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF79F00 next 1019 of size 1024
2020-03-31 17:31:35.112616: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF7A300 next 1020 of size 1024
2020-03-31 17:31:35.115796: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF7A700 next 1069 of size 8192
2020-03-31 17:31:35.119168: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF7C700 next 1074 of size 8192
2020-03-31 17:31:35.122369: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF7E700 next 1073 of size 8192
2020-03-31 17:31:35.130126: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF80700 next 1092 of size 4096
2020-03-31 17:31:35.133217: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF81700 next 1080 of size 4096
2020-03-31 17:31:35.136269: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF82700 next 1083 of size 8192
2020-03-31 17:31:35.140471: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF84700 next 1082 of size 8192
2020-03-31 17:31:35.144665: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF86700 next 1088 of size 8192
2020-03-31 17:31:35.147715: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF88700 next 1087 of size 8192
2020-03-31 17:31:35.150754: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF8A700 next 1104 of size 4096
2020-03-31 17:31:35.153825: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF8B700 next 1091 of size 4096
2020-03-31 17:31:35.159657: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF8C700 next 1095 of size 8192
2020-03-31 17:31:35.162776: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF8E700 next 1094 of size 8192
2020-03-31 17:31:35.166680: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF90700 next 1100 of size 8192
2020-03-31 17:31:35.169785: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF92700 next 1099 of size 8192
2020-03-31 17:31:35.172816: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF94700 next 1118 of size 4096
2020-03-31 17:31:35.176862: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF95700 next 1106 of size 4096
2020-03-31 17:31:35.179938: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF96700 next 1109 of size 8192
2020-03-31 17:31:35.183223: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF98700 next 1108 of size 8192
2020-03-31 17:31:35.186405: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF9A700 next 1114 of size 8192
2020-03-31 17:31:35.189718: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF9C700 next 1113 of size 8192
2020-03-31 17:31:35.193456: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF9E700 next 1129 of size 4096
2020-03-31 17:31:35.199168: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CF9F700 next 1117 of size 4096
2020-03-31 17:31:35.203213: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CFA0700 next 1121 of size 8192
2020-03-31 17:31:35.206504: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CFA2700 next 1120 of size 8192
2020-03-31 17:31:35.210543: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CFA4700 next 1126 of size 8192
2020-03-31 17:31:35.213587: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CFA6700 next 1000 of size 13056
2020-03-31 17:31:35.216638: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CFA9A00 next 1009 of size 1024
2020-03-31 17:31:35.220310: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CFA9E00 next 1011 of size 1024
2020-03-31 17:31:35.228632: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CFAA200 next 1012 of size 1024
2020-03-31 17:31:35.232423: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070CFAA600 next 1002 of size 9188608
2020-03-31 17:31:35.237467: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070D86DB00 next 1003 of size 3195136
2020-03-31 17:31:35.241809: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000070DB79C00 next 18446744073709551615 of size 80241664
2020-03-31 17:31:35.246005: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 268435456
2020-03-31 17:31:35.248664: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712800000 next 1131 of size 8192
2020-03-31 17:31:35.255634: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712802000 next 1134 of size 8192
2020-03-31 17:31:35.259040: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712804000 next 1135 of size 8192
2020-03-31 17:31:35.262182: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712806000 next 1139 of size 8192
2020-03-31 17:31:35.267014: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712808000 next 1141 of size 8192
2020-03-31 17:31:35.270966: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071280A000 next 1142 of size 8192
2020-03-31 17:31:35.275402: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071280C000 next 1145 of size 4096
2020-03-31 17:31:35.279186: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071280D000 next 1147 of size 4096
2020-03-31 17:31:35.286903: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071280E000 next 1148 of size 4096
2020-03-31 17:31:35.290362: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071280F000 next 1150 of size 8192
2020-03-31 17:31:35.294994: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712811000 next 1153 of size 8192
2020-03-31 17:31:35.298229: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000712813000 next 1154 of size 8192
2020-03-31 17:31:35.301661: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000000712815000 next 1026 of size 8302592
2020-03-31 17:31:35.304815: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000713000000 next 1004 of size 41943040
2020-03-31 17:31:35.307998: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000715800000 next 1005 of size 67108864
2020-03-31 17:31:35.314101: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000719800000 next 1010 of size 67108864
2020-03-31 17:31:35.317277: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 000000071D800000 next 1036 of size 13109248
2020-03-31 17:31:35.320431: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000071E480800 next 1027 of size 33554432
2020-03-31 17:31:35.326011: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000720480800 next 18446744073709551615 of size 37222400
2020-03-31 17:31:35.330129: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 1073741824
2020-03-31 17:31:35.333013: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000724000000 next 1015 of size 33554432
2020-03-31 17:31:35.336231: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000726000000 next 1017 of size 67108864
2020-03-31 17:31:35.339661: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000072A000000 next 1018 of size 67108864
2020-03-31 17:31:35.346394: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000072E000000 next 1029 of size 33554432
2020-03-31 17:31:35.350454: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000730000000 next 1021 of size 33554432
2020-03-31 17:31:35.353613: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000732000000 next 1025 of size 33554432
2020-03-31 17:31:35.357013: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000734000000 next 1034 of size 33554432
2020-03-31 17:31:35.360587: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000736000000 next 1035 of size 34611200
2020-03-31 17:31:35.364424: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000738102000 next 1006 of size 34611200
2020-03-31 17:31:35.367813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000073A204000 next 1031 of size 33554432
2020-03-31 17:31:35.370970: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000073C204000 next 1041 of size 33554432
2020-03-31 17:31:35.374070: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000073E204000 next 1043 of size 16777216
2020-03-31 17:31:35.377625: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000073F204000 next 1039 of size 27275264
2020-03-31 17:31:35.383431: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000740C07000 next 1037 of size 8921088
2020-03-31 17:31:35.387423: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000000741489000 next 1024 of size 12021760
2020-03-31 17:31:35.390619: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000742000000 next 1022 of size 34079744
2020-03-31 17:31:35.395539: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000744080400 next 1023 of size 67634176
2020-03-31 17:31:35.398726: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000748100800 next 1040 of size 34080768
2020-03-31 17:31:35.402140: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074A181000 next 1042 of size 16777216
2020-03-31 17:31:35.405397: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074B181000 next 1048 of size 16777216
2020-03-31 17:31:35.412322: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074C181000 next 1049 of size 16777216
2020-03-31 17:31:35.415482: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074D181000 next 1014 of size 16777216
2020-03-31 17:31:35.418610: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074E181000 next 1051 of size 16777216
2020-03-31 17:31:35.422047: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000074F181000 next 1052 of size 16777216
2020-03-31 17:31:35.425276: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000750181000 next 1065 of size 16777216
2020-03-31 17:31:35.429419: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000751181000 next 1053 of size 16777216
2020-03-31 17:31:35.432540: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000752181000 next 1055 of size 33554432
2020-03-31 17:31:35.435703: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000754181000 next 1058 of size 33554432
2020-03-31 17:31:35.444574: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000756181000 next 1059 of size 35684352
2020-03-31 17:31:35.447713: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000758389000 next 1060 of size 35684352
2020-03-31 17:31:35.452081: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075A591000 next 1063 of size 33554432
2020-03-31 17:31:35.455772: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075C591000 next 1064 of size 33554432
2020-03-31 17:31:35.459405: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075E591000 next 1077 of size 16777216
2020-03-31 17:31:35.463558: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000075F591000 next 1067 of size 16777216
2020-03-31 17:31:35.470313: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000760591000 next 18446744073709551615 of size 61272064
2020-03-31 17:31:35.473914: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 1539283200
2020-03-31 17:31:35.478035: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000764000000 next 1070 of size 33554432
2020-03-31 17:31:35.482262: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000766000000 next 1071 of size 35684352
2020-03-31 17:31:35.486865: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000768208000 next 1072 of size 35684352
2020-03-31 17:31:35.491063: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000076A410000 next 1075 of size 33554432
2020-03-31 17:31:35.495785: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000076C410000 next 1076 of size 33554432
2020-03-31 17:31:35.498978: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000076E410000 next 1103 of size 16777216
2020-03-31 17:31:35.502115: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000076F410000 next 1079 of size 16777216
2020-03-31 17:31:35.505474: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000770410000 next 1081 of size 33554432
2020-03-31 17:31:35.512454: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000772410000 next 1084 of size 33554432
2020-03-31 17:31:35.515928: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000774410000 next 1085 of size 35684352
2020-03-31 17:31:35.519405: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000776618000 next 1086 of size 35684352
2020-03-31 17:31:35.522899: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000778820000 next 1089 of size 33554432
2020-03-31 17:31:35.526371: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000077A820000 next 1090 of size 33554432
2020-03-31 17:31:35.529741: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000077C820000 next 1093 of size 33554432
2020-03-31 17:31:35.532929: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000077E820000 next 1096 of size 33554432
2020-03-31 17:31:35.539635: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000780820000 next 1097 of size 35684352
2020-03-31 17:31:35.543908: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000782A28000 next 1098 of size 35684352
2020-03-31 17:31:35.548669: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000784C30000 next 1101 of size 33554432
2020-03-31 17:31:35.552681: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000786C30000 next 1102 of size 33554432
2020-03-31 17:31:35.557034: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000788C30000 next 1128 of size 16777216
2020-03-31 17:31:35.560996: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000789C30000 next 1105 of size 16777216
2020-03-31 17:31:35.568369: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000078AC30000 next 1107 of size 33554432
2020-03-31 17:31:35.572095: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000078CC30000 next 1110 of size 33554432
2020-03-31 17:31:35.576487: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000078EC30000 next 1111 of size 35684352
2020-03-31 17:31:35.580133: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000790E38000 next 1112 of size 35684352
2020-03-31 17:31:35.583248: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000793040000 next 1115 of size 33554432
2020-03-31 17:31:35.587492: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000795040000 next 1116 of size 33554432
2020-03-31 17:31:35.592505: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000797040000 next 1119 of size 33554432
2020-03-31 17:31:35.599763: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000000799040000 next 1122 of size 33554432
2020-03-31 17:31:35.603984: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000079B040000 next 1123 of size 35684352
2020-03-31 17:31:35.608053: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000079D248000 next 1124 of size 35684352
2020-03-31 17:31:35.614198: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000079F450000 next 1125 of size 33554432
2020-03-31 17:31:35.619042: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007A1450000 next 1127 of size 33554432
2020-03-31 17:31:35.625487: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007A3450000 next 1130 of size 33554432
2020-03-31 17:31:35.628877: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007A5450000 next 1132 of size 33554432
2020-03-31 17:31:35.632957: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007A7450000 next 1133 of size 33554432
2020-03-31 17:31:35.636191: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007A9450000 next 1136 of size 33554432
2020-03-31 17:31:35.639538: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007AB450000 next 1146 of size 16777216
2020-03-31 17:31:35.643708: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007AC450000 next 1137 of size 18907136
2020-03-31 17:31:35.646913: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007AD658000 next 1138 of size 35684352
2020-03-31 17:31:35.650511: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007AF860000 next 1140 of size 33554432
2020-03-31 17:31:35.653689: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B1860000 next 1143 of size 33554432
2020-03-31 17:31:35.656798: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B3860000 next 1144 of size 33554432
2020-03-31 17:31:35.663367: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B5860000 next 1149 of size 33554432
2020-03-31 17:31:35.667384: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 00000007B7860000 next 1151 of size 33554432
2020-03-31 17:31:35.670643: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007B9860000 next 1152 of size 33554432
2020-03-31 17:31:35.673827: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007BB860000 next 1155 of size 33554432
2020-03-31 17:31:35.677745: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000007BD860000 next 18446744073709551615 of size 37329152
2020-03-31 17:31:35.681255: I tensorflow/core/common_runtime/bfc_allocator.cc:809] Summary of in-use Chunks by size:
2020-03-31 17:31:35.684482: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 154 Chunks of size 256 totalling 38.5KiB
2020-03-31 17:31:35.687412: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 117 Chunks of size 512 totalling 58.5KiB
2020-03-31 17:31:35.694297: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 6 Chunks of size 768 totalling 4.5KiB
2020-03-31 17:31:35.697080: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 186 Chunks of size 1024 totalling 186.0KiB
2020-03-31 17:31:35.700013: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 1280 totalling 1.3KiB
2020-03-31 17:31:35.703787: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 214 Chunks of size 2048 totalling 428.0KiB
2020-03-31 17:31:35.706676: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 12 Chunks of size 2304 totalling 27.0KiB
2020-03-31 17:31:35.709841: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 3584 totalling 14.0KiB
2020-03-31 17:31:35.712878: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 21 Chunks of size 4096 totalling 84.0KiB
2020-03-31 17:31:35.716567: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 4352 totalling 4.3KiB
2020-03-31 17:31:35.725958: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 30 Chunks of size 4608 totalling 135.0KiB
2020-03-31 17:31:35.728987: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 7 Chunks of size 6912 totalling 47.3KiB
2020-03-31 17:31:35.733209: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 31 Chunks of size 8192 totalling 248.0KiB
2020-03-31 17:31:35.736115: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 10 Chunks of size 9216 totalling 90.0KiB
2020-03-31 17:31:35.738980: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 13056 totalling 12.8KiB
2020-03-31 17:31:35.742171: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 14336 totalling 14.0KiB
2020-03-31 17:31:35.745819: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 48 Chunks of size 18432 totalling 864.0KiB
2020-03-31 17:31:35.748732: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 12 Chunks of size 32768 totalling 384.0KiB
2020-03-31 17:31:35.754530: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 18 Chunks of size 65536 totalling 1.13MiB
2020-03-31 17:31:35.757578: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 73728 totalling 288.0KiB
2020-03-31 17:31:35.762631: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 18 Chunks of size 131072 totalling 2.25MiB
2020-03-31 17:31:35.767162: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 13 Chunks of size 147456 totalling 1.83MiB
2020-03-31 17:31:35.770928: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 11 Chunks of size 294912 totalling 3.09MiB
2020-03-31 17:31:35.774329: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 92 Chunks of size 524288 totalling 46.00MiB
2020-03-31 17:31:35.778400: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 550400 totalling 537.5KiB
2020-03-31 17:31:35.783529: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 16 Chunks of size 589824 totalling 9.00MiB
2020-03-31 17:31:35.787354: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 830976 totalling 811.5KiB
2020-03-31 17:31:35.790238: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 910592 totalling 889.3KiB
2020-03-31 17:31:35.793475: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 949248 totalling 927.0KiB
2020-03-31 17:31:35.796733: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 1030144 totalling 1006.0KiB
2020-03-31 17:31:35.799852: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 5 Chunks of size 1179648 totalling 5.63MiB
2020-03-31 17:31:35.803042: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 18 Chunks of size 2359296 totalling 40.50MiB
2020-03-31 17:31:35.806045: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 3195136 totalling 3.05MiB
2020-03-31 17:31:35.809362: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 4598784 totalling 4.39MiB
2020-03-31 17:31:35.812987: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 4718592 totalling 4.50MiB
2020-03-31 17:31:35.816034: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 8388608 totalling 8.00MiB
2020-03-31 17:31:35.822438: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 8921088 totalling 8.51MiB
2020-03-31 17:31:35.825705: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 9188608 totalling 8.76MiB
2020-03-31 17:31:35.829167: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 9437184 totalling 18.00MiB
2020-03-31 17:31:35.832697: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 16257280 totalling 15.50MiB
2020-03-31 17:31:35.835644: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 16 Chunks of size 16777216 totalling 256.00MiB
2020-03-31 17:31:35.839094: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 18907136 totalling 18.03MiB
2020-03-31 17:31:35.842592: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 27275264 totalling 26.01MiB
2020-03-31 17:31:35.850019: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 41 Chunks of size 33554432 totalling 1.28GiB
2020-03-31 17:31:35.853559: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 34079744 totalling 32.50MiB
2020-03-31 17:31:35.856572: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 34080768 totalling 32.50MiB
2020-03-31 17:31:35.861074: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 34611200 totalling 66.02MiB
2020-03-31 17:31:35.864013: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 13 Chunks of size 35684352 totalling 442.41MiB
2020-03-31 17:31:35.867231: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 37222400 totalling 35.50MiB
2020-03-31 17:31:35.870897: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 37329152 totalling 35.60MiB
2020-03-31 17:31:35.873977: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 41943040 totalling 40.00MiB
2020-03-31 17:31:35.882041: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 61272064 totalling 58.43MiB
2020-03-31 17:31:35.885164: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 67108864 totalling 256.00MiB
2020-03-31 17:31:35.888196: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 67634176 totalling 64.50MiB
2020-03-31 17:31:35.893595: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 80241664 totalling 76.52MiB
2020-03-31 17:31:35.896687: I tensorflow/core/common_runtime/bfc_allocator.cc:816] Sum Total of in-use chunks: 2.87GiB
2020-03-31 17:31:35.899499: I tensorflow/core/common_runtime/bfc_allocator.cc:818] total_region_allocated_bytes_: 3148847360 memory_limit_: 3148847513 available bytes: 153 curr_region_allocation_bytes_: 2147483
648
2020-03-31 17:31:35.905156: I tensorflow/core/common_runtime/bfc_allocator.cc:824] Stats:
Limit: 3148847513
InUse: 3081857280
MaxInUse: 3115411712
NumAllocs: 1532
MaxAllocSize: 1208549376

2020-03-31 17:31:35.915213: W tensorflow/core/common_runtime/bfc_allocator.cc:319] ****************************************************************************************************
2020-03-31 17:31:35.922403: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at transpose_op.cc:199 : Resource exhausted: OOM when allocating tensor with shape[4,512,66,66] and type float on /j
ob:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
Traceback (most recent call last):
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1356, in _do_call
return fn(*args)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1341, in _run_fn
options, feed_dict, fetch_list, target_list, run_metadata)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1429, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.ResourceExhaustedError: 2 root error(s) found.
(0) Resource exhausted: OOM when allocating tensor with shape[4,512,66,66] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
[[{{node generator/G_MODEL/m/r8/r8/r8-0-TransposeNHWCToNCHW-LayoutOptimizer}}]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.

[[mul_2/_3]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.

(1) Resource exhausted: OOM when allocating tensor with shape[4,512,66,66] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
[[{{node generator/G_MODEL/m/r8/r8/r8-0-TransposeNHWCToNCHW-LayoutOptimizer}}]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.

0 successful operations.
0 derived errors ignored.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "main.py", line 112, in <module>
main()
File "main.py", line 104, in main
gan.train()
File "D:\MyFiles\LearnFiles\Code\Python\AnimeGAN\AnimeGAN\AnimeGAN.py", line 247, in train
self.init_loss, self.V_loss_merge], feed_dict = train_feed_dict)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 950, in run
run_metadata_ptr)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1173, in _run
feed_dict_tensor, options, run_metadata)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1350, in _do_run
run_metadata)
File "D:\Users\feng_\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1370, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.ResourceExhaustedError: 2 root error(s) found.
(0) Resource exhausted: OOM when allocating tensor with shape[4,512,66,66] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
[[{{node generator/G_MODEL/m/r8/r8/r8-0-TransposeNHWCToNCHW-LayoutOptimizer}}]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.

[[mul_2/_3]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.

(1) Resource exhausted: OOM when allocating tensor with shape[4,512,66,66] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
[[{{node generator/G_MODEL/m/r8/r8/r8-0-TransposeNHWCToNCHW-LayoutOptimizer}}]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.

0 successful operations.
0 derived errors ignored.

AnimeGAN输出日志

标签:connect   fun   struct   dfa   ant   sem   stat   last   cbe   

原文地址:https://www.cnblogs.com/hemajia/p/12606973.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!