MPI-Dortmund / cryolo

cryolo documentation
8 stars 0 forks source link

Train issue #7

Closed jianhaoc closed 2 years ago

jianhaoc commented 3 years ago

Hi, I have some issue on train model. It sounds like crYOLO uses only squared micrographs to train (see below).

Jianhao

##################################################### Important debugging information. In case of any problems, please provide this information. ##################################################### /opt/conda3/envs/cryolo/bin/cryolo_gui.py config --train_image_folder /data/test-cryolo/i --train_annot_folder /data/test-cryolo/yolo-train-box --saved_weights_name cryolo_model-train.h5 -a PhosaurusNet --input_size 1024 -nm STANDARD --num_patches 1 --overlap_patches 200 --filtered_output filtered_tmp/ -f NONE --low_pass_cutoff 0.1 --janni_overlap 24 --janni_batches 3 --train_times 10 --batch_size 4 --learning_rate 0.0001 --nb_epoch 200 --object_scale 5.0 --no_object_scale 1.0 --coord_scale 1.0 --class_scale 1.0 --debug --log_path logs/ -- config_cryolo-train.json 256 #####################################################

Wrote config to config_cryolo-train.json ##################################################### Important debugging information. In case of any problems, please provide this information. ##################################################### /opt/conda3/envs/cryolo/bin/cryolo_gui.py train -c /data/test-cryolo/config_cryolo-train.json -w 5 -g 3 -nc -1 --gpu_fraction 1.0 -e 10 -lft 2 --seed 10 ##################################################### Using TensorFlow backend. 2021-07-06 16:43:59.903515: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 AVX512F FMA 2021-07-06 16:43:59.913070: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2200000000 Hz 2021-07-06 16:43:59.915416: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x55da2c789660 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2021-07-06 16:43:59.915454: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version 2021-07-06 16:43:59.918923: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcuda.so.1 2021-07-06 16:44:00.135270: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x55da2c80cb50 initialized for platform CUDA (this does not guarantee that XLA will be used). Devices: 2021-07-06 16:44:00.135327: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): GeForce RTX 2080 Ti, Compute Capability 7.5 2021-07-06 16:44:00.138565: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1639] Found device 0 with properties: name: GeForce RTX 2080 Ti major: 7 minor: 5 memoryClockRate(GHz): 1.545 pciBusID: 0000:af:00.0 2021-07-06 16:44:00.139173: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.0 2021-07-06 16:44:00.143025: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcublas.so.10.0 2021-07-06 16:44:00.146532: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcufft.so.10.0 2021-07-06 16:44:00.147243: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcurand.so.10.0 2021-07-06 16:44:00.151588: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcusolver.so.10.0 2021-07-06 16:44:00.154904: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcusparse.so.10.0 2021-07-06 16:44:00.164289: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudnn.so.7 2021-07-06 16:44:00.169416: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1767] Adding visible gpu devices: 0 2021-07-06 16:44:00.169489: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.0 2021-07-06 16:44:00.173723: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1180] Device interconnect StreamExecutor with strength 1 edge matrix: 2021-07-06 16:44:00.173751: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1186] 0 2021-07-06 16:44:00.173770: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1199] 0: N 2021-07-06 16:44:00.178740: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1325] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10311 MB memory) -> physical GPU (device: 0, name: GeForce RTX 2080 Ti, pci bus id: 0000:af:00.0, compute capability: 7.5) ############################################### The following training image sizes were detected: 5760 x 4092 ( N: 99 )

crYOLO will train in mode: NON_SQUARE Your training input size 1024 was adjusted to [1024, 1440] (height, width) ############################################### Traceback (most recent call last): File "/opt/conda3/envs/cryolo/bin/cryolo_gui.py", line 8, in sys.exit(main()) File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/cryolo_main.py", line 463, in main kwargs File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/gooey/python_bindings/gooey_decorator.py", line 93, in return lambda *args, *kwargs: func(args, kwargs) File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/cryolo_main.py", line 424, in main train.main(args) File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/train.py", line 513, in main anchor_size=int(config["model"]["anchors"][0]), File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/preprocessing.py", line 205, in parse_annotation boxes = CoordsIO.read_eman1_boxfile(boxpath) File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/CoordsIO.py", line 195, in read_eman1_boxfile return [BoundBox(x=box[0], y=box[1], w=box[2], h=box[3]) for box in boxreader] File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/CoordsIO.py", line 195, in return [BoundBox(x=box[0], y=box[1], w=box[2], h=box[3]) for box in boxreader] IndexError: index 2 is out of bounds for axis 0 with size 2

thorstenwagner commented 3 years ago

Hi,

training on non square images is not a problem. The error you get looks more like corrupted training data. It seems that your training data does not contain the box width and height.

How did you create the training data?

Best, Thorsten

07.07.2021 01:46:56 jianhaoc @.***>:

Hi, I have some issue on train model. It sounds like crYOLO use only squared micrographs to train (see below).

Jianhao

##################################################### Important debugging information. In case of any problems, please provide this information. ##################################################### /opt/conda3/envs/cryolo/bin/cryolo_gui.py config --train_image_folder /data/test-cryolo/i --train_annot_folder /data/test-cryolo/yolo-train-box --saved_weights_name cryolo_model-train.h5 -a PhosaurusNet --input_size 1024 -nm STANDARD --num_patches 1 --overlap_patches 200 --filtered_output filtered_tmp/ -f NONE --low_pass_cutoff 0.1 --janni_overlap 24 --janni_batches 3 --train_times 10 --batch_size 4 --learning_rate 0.0001 --nb_epoch 200 --object_scale 5.0 --no_object_scale 1.0 --coord_scale 1.0 --class_scale 1.0 --debug --log_path logs/ -- config_cryolo-train.json 256 #####################################################

Wrote config to config_cryolo-train.json ##################################################### Important debugging information. In case of any problems, please provide this information. ##################################################### /opt/conda3/envs/cryolo/bin/cryolo_gui.py train -c /data/test-cryolo/config_cryolo-train.json -w 5 -g 3 -nc -1 --gpu_fraction 1.0 -e 10 -lft 2 --seed 10 ##################################################### Using TensorFlow backend. 2021-07-06 16:43:59.903515: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 AVX512F FMA 2021-07-06 16:43:59.913070: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2200000000 Hz 2021-07-06 16:43:59.915416: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x55da2c789660 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2021-07-06 16:43:59.915454: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version 2021-07-06 16:43:59.918923: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcuda.so.1 2021-07-06 16:44:00.135270: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x55da2c80cb50 initialized for platform CUDA (this does not guarantee that XLA will be used). Devices: 2021-07-06 16:44:00.135327: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): GeForce RTX 2080 Ti, Compute Capability 7.5 2021-07-06 16:44:00.138565: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1639] Found device 0 with properties: name: GeForce RTX 2080 Ti major: 7 minor: 5 memoryClockRate(GHz): 1.545 pciBusID: 0000:af:00.0 2021-07-06 16:44:00.139173: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.0 2021-07-06 16:44:00.143025: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcublas.so.10.0 2021-07-06 16:44:00.146532: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcufft.so.10.0 2021-07-06 16:44:00.147243: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcurand.so.10.0 2021-07-06 16:44:00.151588: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcusolver.so.10.0 2021-07-06 16:44:00.154904: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcusparse.so.10.0 2021-07-06 16:44:00.164289: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudnn.so.7 2021-07-06 16:44:00.169416: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1767] Adding visible gpu devices: 0 2021-07-06 16:44:00.169489: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.0 2021-07-06 16:44:00.173723: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1180] Device interconnect StreamExecutor with strength 1 edge matrix: 2021-07-06 16:44:00.173751: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1186] 0 2021-07-06 16:44:00.173770: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1199] 0: N 2021-07-06 16:44:00.178740: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1325] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10311 MB memory) -> physical GPU (device: 0, name: GeForce RTX 2080 Ti, pci bus id: 0000:af:00.0, compute capability: 7.5) ############################################### The following training image sizes were detected: 5760 x 4092 ( N: 99 )

crYOLO will train in mode: NON_SQUARE Your training input size 1024 was adjusted to [1024, 1440] (height, width) ############################################### Traceback (most recent call last): File "/opt/conda3/envs/cryolo/bin/cryolo_gui.py", line 8, in sys.exit(/main/()) File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/cryolo_main.py", line 463, in /main/ kwargs File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/gooey/python_bindings/gooey_decorator.py", line 93, in return lambda *args, *kwargs: func(args, kwargs) File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/cryolo_main.py", line 424, in main train.main(args) File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/train.py", line 513, in main anchor_size=int(config["model"]["anchors"][0]), File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/preprocessing.py", line 205, in parse_annotation boxes = CoordsIO.read_eman1_boxfile(boxpath) File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/CoordsIO.py", line 195, in read_eman1_boxfile return [BoundBox(x=box[0], y=box[1], w=box[2], h=box[3]) for box in boxreader] File "/opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/CoordsIO.py", line 195, in return [BoundBox(x=box[0], y=box[1], w=box[2], h=box[3]) for box in boxreader] IndexError: index 2 is out of bounds for axis 0 with size 2

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub[https://github.com/MPI-Dortmund/cryolo/issues/7], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAIP66JFYAJV5OJFELOFZLLTWOIW5ANCNFSM475QZMQQ]. [data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAYAAABXXxDfAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAmSURBVGiB7cEBDQAAAMKg909tDwcUAAAAAAAAAAAAAAAAAAAAJwY+QwABivJx1AAAAABJRU5ErkJggg==###24x24:true###][Verfolgungsbild][https://github.com/notifications/beacon/AAIP66N7IKJQ2F52PFJJYHTTWOIW5A5CNFSM475QZMQ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4N7N7TLQ.gif]

jianhaoc commented 3 years ago

I manually made EMAN box file but only containing coordinate X/Y. After I added box width and height (see below), downsample micrographs and training data accordingly, it doesn't work yet.

$ more yolo-train-box256-bin4/stack_00241.box 63 600 64 64 945 939 64 64 945 939 64 64 409 434 64 64 513 762 64 64 467 547 64 64 1258 330 64 64 609 170 64 64 489 44 64 64 1137 550 64 64 530 101 64 64 371 69 64 64 1081 915 64 64 241 664 64 64 774 292 64 64 1225 737 64 64 1225 737 64 64 804 898 64 64 579 676 64 64 94 406 64 64

$ e2iminfo.py dn/ibin4/stack_00241.mrc dn/ibin4/stack_00241.mrc 1 images in MRC format 1440 x 1023 representing 0 particles

$ nvidia-smi Wed Jul 7 22:07:26 2021
+-----------------------------------------------------------------------------+ | NVIDIA-SMI 430.40 Driver Version: 430.40 CUDA Version: 10.1 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 GeForce RTX 208... Off | 00000000:18:00.0 Off | N/A | | 27% 34C P2 56W / 250W | 832MiB / 11019MiB | 0% Default | +-------------------------------+----------------------+----------------------+ | 1 GeForce RTX 208... Off | 00000000:3B:00.0 On | N/A | | 27% 35C P8 14W / 250W | 549MiB / 11019MiB | 9% Default | +-------------------------------+----------------------+----------------------+ | 2 GeForce RTX 208... Off | 00000000:86:00.0 Off | N/A | | 27% 30C P8 1W / 250W | 11MiB / 11019MiB | 0% Default | +-------------------------------+----------------------+----------------------+ | 3 GeForce RTX 208... Off | 00000000:AF:00.0 Off | N/A | | 31% 46C P2 58W / 250W | 582MiB / 11019MiB | 27% Default | +-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| | 0 29499 C /opt/conda3/envs/cryolo/bin/python3.7 821MiB | | 1 3818 G /usr/bin/X 270MiB | | 1 5928 G /usr/lib64/firefox/firefox 6MiB | | 1 8270 G /opt/teamviewer/tv_bin/TeamViewer 17MiB | | 1 8284 G /usr/bin/gnome-shell 129MiB | | 1 10286 G /usr/lib64/firefox/firefox 6MiB | | 1 117110 G ...uest-channel-token=10768439906599815069 114MiB | | 3 200215 C /data2/sw/gctf 571MiB | +-----------------------------------------------------------------------------+

##################################################### Important debugging information. In case of any problems, please provide this information. ##################################################### /opt/conda3/envs/cryolo/bin/cryolo_gui.py config --train_image_folder /data/test-cryolo/dn/ibin4 --train_annot_folder /data/test-cryolo/yolo-train-box256-bin4 --saved_weights_name cryolo_model-train.h5 -a PhosaurusNet --input_size 1024 -nm STANDARD --num_patches 1 --overlap_patches 200 --filtered_output filtered_tmp/ -f NONE --low_pass_cutoff 0.1 --janni_overlap 24 --janni_batches 3 --train_times 10 --batch_size 4 --learning_rate 0.0001 --nb_epoch 200 --object_scale 5.0 --no_object_scale 1.0 --coord_scale 1.0 --class_scale 1.0 --debug --log_path logs/ -- config_cryolo-train.json 64 #####################################################

Wrote config to config_cryolo-train.json ##################################################### Important debugging information. In case of any problems, please provide this information. ##################################################### /opt/conda3/envs/cryolo/bin/cryolo_gui.py train -c config_cryolo-train.json -w 5 -nc -1 --gpu_fraction 1.0 -e 10 -lft 2 --seed 10 ##################################################### Using TensorFlow backend. 2021-07-07 22:07:15.385811: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 AVX512F FMA 2021-07-07 22:07:15.395977: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2200000000 Hz 2021-07-07 22:07:15.397965: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x56089615c200 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2021-07-07 22:07:15.397993: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version 2021-07-07 22:07:15.401534: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcuda.so.1 2021-07-07 22:07:15.734199: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x5608961e4e50 initialized for platform CUDA (this does not guarantee that XLA will be used). Devices: 2021-07-07 22:07:15.734276: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): GeForce RTX 2080 Ti, Compute Capability 7.5 2021-07-07 22:07:15.737949: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1639] Found device 0 with properties: name: GeForce RTX 2080 Ti major: 7 minor: 5 memoryClockRate(GHz): 1.545 pciBusID: 0000:18:00.0 2021-07-07 22:07:15.738505: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.0 2021-07-07 22:07:15.740404: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcublas.so.10.0 2021-07-07 22:07:15.742148: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcufft.so.10.0 2021-07-07 22:07:15.742515: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcurand.so.10.0 2021-07-07 22:07:15.744845: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcusolver.so.10.0 2021-07-07 22:07:15.746623: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcusparse.so.10.0 2021-07-07 22:07:15.752018: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudnn.so.7 2021-07-07 22:07:15.755057: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1767] Adding visible gpu devices: 0 2021-07-07 22:07:15.755110: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.0 2021-07-07 22:07:15.758533: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1180] Device interconnect StreamExecutor with strength 1 edge matrix: 2021-07-07 22:07:15.758597: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1186] 0 2021-07-07 22:07:15.758627: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1199] 0: N 2021-07-07 22:07:15.766167: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1325] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10311 MB memory) -> physical GPU (device: 0, name: GeForce RTX 2080 Ti, pci bus id: 0000:18:00.0, compute capability: 7.5) ############################################### The following training image sizes were detected: 1440 x 1023 ( N: 99 )

crYOLO will train in mode: NON_SQUARE Your training input size 1024 was adjusted to [1024, 1440] (height, width) ############################################### Validation set: 20 images Wrote runfile to: logs/runfiles/20210707-220716.json Initialization of model with /opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/full_yolo_backend.h5 Model: "model_2"


Layer (type) Output Shape Param # Connected to

input_1 (InputLayer) (None, 1024, 1440, 1 0


model_1 (Model) (None, 64, 90, 1024) 50646432 input_1[0][0]


conv_23 (Conv2D) (None, 64, 90, 6) 6150 model_1[1][0]


reshape_1 (Reshape) (None, 64, 90, 1, 6) 0 conv_23[0][0]


input_2 (InputLayer) (None, 1, 1, 1, 700, 0


lambda_1 (Lambda) (None, 64, 90, 1, 6) 0 reshape_1[0][0]
input_2[0][0]

Total params: 50,652,582 Trainable params: 50,631,526 Non-trainable params: 21,056


Epoch 1/200 2021-07-07 22:07:34.303917: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudnn.so.7 2021-07-07 22:07:37.088095: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcublas.so.10.0 2021-07-07 22:07:38.245016: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 2.19GiB 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. 2021-07-07 22:07:38.245263: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 2.19GiB 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. 2021-07-07 22:07:38.578778: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.00GiB 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. 2021-07-07 22:07:38.578843: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.00GiB 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. 2021-07-07 22:07:38.638293: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 2.01GiB 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. 2021-07-07 22:07:38.638354: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 2.01GiB 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. 2021-07-07 22:07:38.676026: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.29GiB 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. 2021-07-07 22:07:38.676076: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.29GiB 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. 2021-07-07 22:07:48.680727: W tensorflow/core/common_runtime/bfc_allocator.cc:419] Allocator (GPU_0_bfc) ran out of memory trying to allocate 123.05MiB (rounded to 129024000). Current allocation summary follows. 2021-07-07 22:07:48.680906: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (256): Total Chunks: 381, Chunks in use: 381. 95.2KiB allocated for chunks. 95.2KiB in use in bin. 10.1KiB client-requested in use in bin. 2021-07-07 22:07:48.680938: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (512): Total Chunks: 41, Chunks in use: 39. 20.5KiB allocated for chunks. 19.5KiB in use in bin. 19.5KiB client-requested in use in bin. 2021-07-07 22:07:48.680960: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (1024): Total Chunks: 67, Chunks in use: 66. 68.2KiB allocated for chunks. 67.2KiB in use in bin. 66.5KiB client-requested in use in bin. 2021-07-07 22:07:48.680981: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (2048): Total Chunks: 64, Chunks in use: 63. 130.0KiB allocated for chunks. 128.0KiB in use in bin. 126.0KiB client-requested in use in bin. 2021-07-07 22:07:48.681003: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (4096): Total Chunks: 77, Chunks in use: 75. 314.8KiB allocated for chunks. 306.8KiB in use in bin. 300.0KiB client-requested in use in bin. 2021-07-07 22:07:48.681022: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (8192): Total Chunks: 1, Chunks in use: 0. 11.0KiB allocated for chunks. 0B in use in bin. 0B client-requested in use in bin. 2021-07-07 22:07:48.681043: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (16384): Total Chunks: 6, Chunks in use: 6. 140.2KiB allocated for chunks. 140.2KiB in use in bin. 139.8KiB client-requested in use in bin. 2021-07-07 22:07:48.681064: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (32768): Total Chunks: 6, Chunks in use: 6. 218.0KiB allocated for chunks. 218.0KiB in use in bin. 218.0KiB client-requested in use in bin. 2021-07-07 22:07:48.681083: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (65536): Total Chunks: 15, Chunks in use: 15. 1.25MiB allocated for chunks. 1.25MiB in use in bin. 1.25MiB client-requested in use in bin. 2021-07-07 22:07:48.681102: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (131072): Total Chunks: 17, Chunks in use: 15. 2.80MiB allocated for chunks. 2.45MiB in use in bin. 2.35MiB client-requested in use in bin. 2021-07-07 22:07:48.681121: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (262144): Total Chunks: 6, Chunks in use: 6. 1.69MiB allocated for chunks. 1.69MiB in use in bin. 1.69MiB client-requested in use in bin. 2021-07-07 22:07:48.681140: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (524288): Total Chunks: 12, Chunks in use: 11. 6.07MiB allocated for chunks. 5.55MiB in use in bin. 5.28MiB client-requested in use in bin. 2021-07-07 22:07:48.681159: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (1048576): Total Chunks: 7, Chunks in use: 7. 8.74MiB allocated for chunks. 8.74MiB in use in bin. 7.88MiB client-requested in use in bin. 2021-07-07 22:07:48.681180: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (2097152): Total Chunks: 7, Chunks in use: 7. 16.58MiB allocated for chunks. 16.58MiB in use in bin. 14.00MiB client-requested in use in bin. 2021-07-07 22:07:48.681201: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (4194304): Total Chunks: 10, Chunks in use: 10. 47.84MiB allocated for chunks. 47.84MiB in use in bin. 45.00MiB client-requested in use in bin. 2021-07-07 22:07:48.681221: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (8388608): Total Chunks: 10, Chunks in use: 9. 110.54MiB allocated for chunks. 101.25MiB in use in bin. 101.25MiB client-requested in use in bin. 2021-07-07 22:07:48.681242: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (16777216): Total Chunks: 42, Chunks in use: 41. 921.00MiB allocated for chunks. 898.50MiB in use in bin. 882.00MiB client-requested in use in bin. 2021-07-07 22:07:48.681262: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (33554432): Total Chunks: 28, Chunks in use: 27. 1.17GiB allocated for chunks. 1.12GiB in use in bin. 1.10GiB client-requested in use in bin. 2021-07-07 22:07:48.681280: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (67108864): Total Chunks: 20, Chunks in use: 20. 1.76GiB allocated for chunks. 1.76GiB in use in bin. 1.66GiB client-requested in use in bin. 2021-07-07 22:07:48.681300: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (134217728): Total Chunks: 10, Chunks in use: 10. 1.77GiB allocated for chunks. 1.77GiB in use in bin. 1.67GiB client-requested in use in bin. 2021-07-07 22:07:48.681319: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (268435456): Total Chunks: 8, Chunks in use: 8. 4.29GiB allocated for chunks. 4.29GiB in use in bin. 4.22GiB client-requested in use in bin. 2021-07-07 22:07:48.681348: I tensorflow/core/common_runtime/bfc_allocator.cc:885] Bin for 123.05MiB was 64.00MiB, Chunk State: 2021-07-07 22:07:48.681365: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 1649298432 2021-07-07 22:07:48.681384: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7230000000 next 753 of size 47185920 2021-07-07 22:07:48.681400: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7232d00000 next 757 of size 23592960 2021-07-07 22:07:48.681415: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7234380000 next 759 of size 23592960 2021-07-07 22:07:48.681429: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7235a00000 next 760 of size 47185920 2021-07-07 22:07:48.681443: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7238700000 next 770 of size 23592960 2021-07-07 22:07:48.681457: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7239d80000 next 761 of size 23592960 2021-07-07 22:07:48.681471: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f723b400000 next 766 of size 47185920 2021-07-07 22:07:48.681485: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f723e100000 next 767 of size 47185920 2021-07-07 22:07:48.681499: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7240e00000 next 768 of size 47185920 2021-07-07 22:07:48.681513: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7243b00000 next 771 of size 23592960 2021-07-07 22:07:48.681527: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7245180000 next 762 of size 23592960 2021-07-07 22:07:48.681541: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f7246800000 next 775 of size 23592960 2021-07-07 22:07:48.681555: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7247e80000 next 776 of size 23592960 2021-07-07 22:07:48.681569: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7249500000 next 777 of size 23592960 2021-07-07 22:07:48.681584: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f724ab80000 next 780 of size 11796480 2021-07-07 22:07:48.681599: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f724b6c0000 next 778 of size 11796480 2021-07-07 22:07:48.681615: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f724c200000 next 779 of size 23592960 2021-07-07 22:07:48.681629: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f724d880000 next 783 of size 11796480 2021-07-07 22:07:48.681644: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f724e3c0000 next 784 of size 11796480 2021-07-07 22:07:48.681658: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f724ef00000 next 785 of size 23592960 2021-07-07 22:07:48.681674: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250580000 next 824 of size 184320 2021-07-07 22:07:48.681690: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72505ad000 next 825 of size 92160 2021-07-07 22:07:48.681705: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72505c3800 next 826 of size 92160 2021-07-07 22:07:48.681735: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72505da000 next 822 of size 184320 2021-07-07 22:07:48.681754: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250607000 next 827 of size 207360 2021-07-07 22:07:48.681769: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250639a00 next 828 of size 92160 2021-07-07 22:07:48.681783: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250650200 next 829 of size 92160 2021-07-07 22:07:48.681798: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250666a00 next 830 of size 184320 2021-07-07 22:07:48.681812: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250693a00 next 831 of size 92160 2021-07-07 22:07:48.681826: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f72506aa200 next 832 of size 184320 2021-07-07 22:07:48.681845: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72506d7200 next 823 of size 46080 2021-07-07 22:07:48.681860: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72506e2600 next 833 of size 46080 2021-07-07 22:07:48.681874: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f72506eda00 next 835 of size 184320 2021-07-07 22:07:48.681888: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f725071aa00 next 836 of size 184320 2021-07-07 22:07:48.681902: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250747a00 next 837 of size 184320 2021-07-07 22:07:48.681916: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f7250774a00 next 794 of size 9745920 2021-07-07 22:07:48.681931: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72510c0000 next 786 of size 11796480 2021-07-07 22:07:48.681945: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7251c00000 next 791 of size 23592960 2021-07-07 22:07:48.681959: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7253280000 next 792 of size 23592960 2021-07-07 22:07:48.681973: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7254900000 next 793 of size 23592960 2021-07-07 22:07:48.681987: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7255f80000 next 797 of size 11796480 2021-07-07 22:07:48.682001: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7256ac0000 next 799 of size 11796480 2021-07-07 22:07:48.682016: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7257600000 next 800 of size 23592960 2021-07-07 22:07:48.682030: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7258c80000 next 781 of size 23592960 2021-07-07 22:07:48.682044: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f725a300000 next 804 of size 23592960 2021-07-07 22:07:48.682058: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f725b980000 next 805 of size 23592960 2021-07-07 22:07:48.682072: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f725d000000 next 806 of size 23592960 2021-07-07 22:07:48.682087: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f725e680000 next 807 of size 23592960 2021-07-07 22:07:48.682101: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f725fd00000 next 798 of size 23592960 2021-07-07 22:07:48.682115: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7261380000 next 809 of size 23592960 2021-07-07 22:07:48.682129: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7262a00000 next 810 of size 23592960 2021-07-07 22:07:48.682143: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f7264080000 next 814 of size 47185920 2021-07-07 22:07:48.682157: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7266d80000 next 815 of size 23592960 2021-07-07 22:07:48.682171: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7268400000 next 816 of size 23592960 2021-07-07 22:07:48.682186: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7269a80000 next 817 of size 94371840 2021-07-07 22:07:48.682202: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f726f480000 next 811 of size 117964800 2021-07-07 22:07:48.682216: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7276500000 next 818 of size 117964800 2021-07-07 22:07:48.682231: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f727d580000 next 820 of size 94371840 2021-07-07 22:07:48.682245: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7282f80000 next 821 of size 94371840 2021-07-07 22:07:48.682260: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7288980000 next 18446744073709551615 of size 162941952 2021-07-07 22:07:48.682277: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 4294967296 2021-07-07 22:07:48.682292: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f729e000000 next 689 of size 754974720 2021-07-07 22:07:48.682307: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72cb000000 next 690 of size 377487360 2021-07-07 22:07:48.682322: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72e1800000 next 691 of size 377487360 2021-07-07 22:07:48.682337: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72f8000000 next 698 of size 188743680 2021-07-07 22:07:48.682352: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7303400000 next 699 of size 188743680 2021-07-07 22:07:48.682366: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f730e800000 next 694 of size 94371840 2021-07-07 22:07:48.682380: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7314200000 next 703 of size 94371840 2021-07-07 22:07:48.682395: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7319c00000 next 704 of size 94371840 2021-07-07 22:07:48.682409: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f731f600000 next 705 of size 188743680 2021-07-07 22:07:48.682423: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f732aa00000 next 721 of size 47185920 2021-07-07 22:07:48.682437: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f732d700000 next 734 of size 23592960 2021-07-07 22:07:48.682451: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f732ed80000 next 714 of size 23592960 2021-07-07 22:07:48.682465: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7330400000 next 706 of size 94371840 2021-07-07 22:07:48.682479: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7335e00000 next 710 of size 188743680 2021-07-07 22:07:48.682493: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7341200000 next 711 of size 188743680 2021-07-07 22:07:48.682507: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f734c600000 next 713 of size 188743680 2021-07-07 22:07:48.682522: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7357a00000 next 719 of size 94371840 2021-07-07 22:07:48.682536: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f735d400000 next 720 of size 94371840 2021-07-07 22:07:48.682550: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7362e00000 next 723 of size 47185920 2021-07-07 22:07:48.682564: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7365b00000 next 724 of size 47185920 2021-07-07 22:07:48.682578: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7368800000 next 725 of size 47185920 2021-07-07 22:07:48.682592: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f736b500000 next 726 of size 94371840 2021-07-07 22:07:48.682606: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7370f00000 next 735 of size 47185920 2021-07-07 22:07:48.682620: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7373c00000 next 743 of size 23592960 2021-07-07 22:07:48.682634: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7375280000 next 727 of size 23592960 2021-07-07 22:07:48.682648: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7376900000 next 731 of size 94371840 2021-07-07 22:07:48.682662: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f737c300000 next 732 of size 94371840 2021-07-07 22:07:48.682676: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7381d00000 next 733 of size 94371840 2021-07-07 22:07:48.682690: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7387700000 next 740 of size 47185920 2021-07-07 22:07:48.682704: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f738a400000 next 741 of size 47185920 2021-07-07 22:07:48.682724: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f738d100000 next 742 of size 47185920 2021-07-07 22:07:48.682739: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f738fe00000 next 745 of size 23592960 2021-07-07 22:07:48.682753: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7391480000 next 746 of size 23592960 2021-07-07 22:07:48.682767: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7392b00000 next 747 of size 47185920 2021-07-07 22:07:48.682781: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7395800000 next 769 of size 11796480 2021-07-07 22:07:48.682795: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7396340000 next 754 of size 11796480 2021-07-07 22:07:48.682809: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7396e80000 next 748 of size 23592960 2021-07-07 22:07:48.682823: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7398500000 next 752 of size 47185920 2021-07-07 22:07:48.682838: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f739b200000 next 18446744073709551615 of size 48234496 2021-07-07 22:07:48.682852: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 2147483648 2021-07-07 22:07:48.682866: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f73a4000000 next 682 of size 754974720 2021-07-07 22:07:48.682880: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f73d1000000 next 683 of size 754974720 2021-07-07 22:07:48.682894: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f73fe000000 next 685 of size 188743680 2021-07-07 22:07:48.682910: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7409400000 next 18446744073709551615 of size 448790528 2021-07-07 22:07:48.682924: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 1073741824 2021-07-07 22:07:48.682940: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f743c000000 next 700 of size 94371840 2021-07-07 22:07:48.682955: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7441a00000 next 693 of size 94371840 2021-07-07 22:07:48.682970: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7447400000 next 686 of size 188743680 2021-07-07 22:07:48.682984: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7452800000 next 684 of size 377487360 2021-07-07 22:07:48.682998: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7469000000 next 692 of size 94371840 2021-07-07 22:07:48.683014: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f746ea00000 next 18446744073709551615 of size 224395264 2021-07-07 22:07:48.683027: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 1073741824 2021-07-07 22:07:48.683041: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f74fc000000 next 516 of size 754974720 2021-07-07 22:07:48.683056: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7529000000 next 597 of size 2048 2021-07-07 22:07:48.683071: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7529000800 next 598 of size 37748736 2021-07-07 22:07:48.683086: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b400800 next 599 of size 1024 2021-07-07 22:07:48.683101: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b400c00 next 600 of size 4096 2021-07-07 22:07:48.683116: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b401c00 next 601 of size 4096 2021-07-07 22:07:48.683130: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b402c00 next 602 of size 1024 2021-07-07 22:07:48.683144: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b403000 next 603 of size 1280 2021-07-07 22:07:48.683159: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b403500 next 604 of size 512 2021-07-07 22:07:48.683174: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b403700 next 605 of size 512 2021-07-07 22:07:48.683188: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b403900 next 606 of size 1024 2021-07-07 22:07:48.683203: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b403d00 next 607 of size 4718592 2021-07-07 22:07:48.683217: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b883d00 next 608 of size 1024 2021-07-07 22:07:48.683231: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b884100 next 609 of size 4096 2021-07-07 22:07:48.683246: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b885100 next 610 of size 18874368 2021-07-07 22:07:48.683261: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752ca85100 next 611 of size 524288 2021-07-07 22:07:48.683276: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752cb05100 next 612 of size 37748736 2021-07-07 22:07:48.683290: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752ef05100 next 613 of size 47185920 2021-07-07 22:07:48.683304: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c05100 next 614 of size 512 2021-07-07 22:07:48.683318: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c05300 next 615 of size 512 2021-07-07 22:07:48.683332: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c05500 next 616 of size 1024 2021-07-07 22:07:48.683346: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c05900 next 617 of size 1024 2021-07-07 22:07:48.683360: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c05d00 next 618 of size 4096 2021-07-07 22:07:48.683374: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c06d00 next 619 of size 4096 2021-07-07 22:07:48.683388: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c07d00 next 620 of size 4096 2021-07-07 22:07:48.683403: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c08d00 next 621 of size 1024 2021-07-07 22:07:48.683417: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c09100 next 622 of size 4096 2021-07-07 22:07:48.683431: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c0a100 next 623 of size 256 2021-07-07 22:07:48.683446: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c0a200 next 624 of size 131072 2021-07-07 22:07:48.683460: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c2a200 next 625 of size 4718592 2021-07-07 22:07:48.683475: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75320aa200 next 626 of size 2048 2021-07-07 22:07:48.683489: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75320aaa00 next 627 of size 4718592 2021-07-07 22:07:48.683503: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753252aa00 next 628 of size 2097152 2021-07-07 22:07:48.683517: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753272aa00 next 629 of size 4096 2021-07-07 22:07:48.683531: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753272ba00 next 630 of size 4096 2021-07-07 22:07:48.683545: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753272ca00 next 631 of size 47185920 2021-07-07 22:07:48.683560: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753542ca00 next 632 of size 4096 2021-07-07 22:07:48.683574: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753542da00 next 633 of size 1179648 2021-07-07 22:07:48.683589: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753554da00 next 634 of size 256 2021-07-07 22:07:48.683603: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753554db00 next 635 of size 2048 2021-07-07 22:07:48.683617: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753554e300 next 636 of size 2048 2021-07-07 22:07:48.683631: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753554eb00 next 637 of size 2048 2021-07-07 22:07:48.683645: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753554f300 next 638 of size 4096 2021-07-07 22:07:48.683659: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7535550300 next 639 of size 37748736 2021-07-07 22:07:48.683673: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537950300 next 640 of size 4096 2021-07-07 22:07:48.683687: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537951300 next 641 of size 2048 2021-07-07 22:07:48.683701: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537951b00 next 642 of size 2048 2021-07-07 22:07:48.683721: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537952300 next 643 of size 2048 2021-07-07 22:07:48.683736: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537952b00 next 644 of size 4096 2021-07-07 22:07:48.683750: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537953b00 next 645 of size 4096 2021-07-07 22:07:48.683764: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537954b00 next 646 of size 92160 2021-07-07 22:07:48.683779: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753796b300 next 647 of size 22528 2021-07-07 22:07:48.683793: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537970b00 next 669 of size 4096 2021-07-07 22:07:48.683807: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537971b00 next 670 of size 4096 2021-07-07 22:07:48.683821: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537972b00 next 671 of size 4096 2021-07-07 22:07:48.683835: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537973b00 next 672 of size 4096 2021-07-07 22:07:48.683850: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537974b00 next 673 of size 4096 2021-07-07 22:07:48.683865: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537975b00 next 674 of size 1024 2021-07-07 22:07:48.683879: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537975f00 next 675 of size 256 2021-07-07 22:07:48.683893: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537976000 next 676 of size 2048 2021-07-07 22:07:48.683907: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537976800 next 677 of size 2048 2021-07-07 22:07:48.683921: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537977000 next 678 of size 1024 2021-07-07 22:07:48.683935: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537977400 next 679 of size 2048 2021-07-07 22:07:48.683949: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537977c00 next 680 of size 4096 2021-07-07 22:07:48.683963: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537978c00 next 648 of size 184320 2021-07-07 22:07:48.683978: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75379a5c00 next 18446744073709551615 of size 73769984 2021-07-07 22:07:48.683992: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 268435456 2021-07-07 22:07:48.684006: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f758a000000 next 65 of size 18874368 2021-07-07 22:07:48.684020: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f758b200000 next 119 of size 37748736 2021-07-07 22:07:48.684034: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f758d600000 next 125 of size 37748736 2021-07-07 22:07:48.684049: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f758fa00000 next 126 of size 47185920 2021-07-07 22:07:48.684063: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7592700000 next 555 of size 2048 2021-07-07 22:07:48.684077: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7592700800 next 556 of size 37748736 2021-07-07 22:07:48.684092: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594b00800 next 557 of size 24576 2021-07-07 22:07:48.684106: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594b06800 next 558 of size 256 2021-07-07 22:07:48.684121: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594b06900 next 559 of size 1024 2021-07-07 22:07:48.684135: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594b06d00 next 560 of size 4718592 2021-07-07 22:07:48.684149: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594f86d00 next 561 of size 2048 2021-07-07 22:07:48.684163: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594f87500 next 562 of size 2048 2021-07-07 22:07:48.684177: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594f87d00 next 563 of size 524288 2021-07-07 22:07:48.684192: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7595007d00 next 564 of size 73728 2021-07-07 22:07:48.684207: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7595019d00 next 565 of size 32768 2021-07-07 22:07:48.684221: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7595021d00 next 566 of size 4718592 2021-07-07 22:07:48.684235: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75954a1d00 next 567 of size 524288 2021-07-07 22:07:48.684249: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7595521d00 next 568 of size 2048 2021-07-07 22:07:48.684264: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7595522500 next 569 of size 18874368 2021-07-07 22:07:48.684278: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596722500 next 570 of size 4096 2021-07-07 22:07:48.684292: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596723500 next 571 of size 256 2021-07-07 22:07:48.684306: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596723600 next 572 of size 256 2021-07-07 22:07:48.684320: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596723700 next 573 of size 1024 2021-07-07 22:07:48.684334: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596723b00 next 574 of size 512 2021-07-07 22:07:48.684348: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596723d00 next 575 of size 524288 2021-07-07 22:07:48.684362: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75967a3d00 next 576 of size 524288 2021-07-07 22:07:48.684376: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596823d00 next 577 of size 18874368 2021-07-07 22:07:48.684390: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a23d00 next 578 of size 4096 2021-07-07 22:07:48.684404: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a24d00 next 579 of size 4096 2021-07-07 22:07:48.684418: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a25d00 next 580 of size 4096 2021-07-07 22:07:48.684432: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a26d00 next 581 of size 256 2021-07-07 22:07:48.684446: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a26e00 next 582 of size 256 2021-07-07 22:07:48.684460: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a26f00 next 583 of size 256 2021-07-07 22:07:48.684474: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a27000 next 584 of size 512 2021-07-07 22:07:48.684488: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a27200 next 585 of size 1024 2021-07-07 22:07:48.684502: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a27600 next 586 of size 524288 2021-07-07 22:07:48.684516: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597aa7600 next 587 of size 2048 2021-07-07 22:07:48.684530: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597aa7e00 next 588 of size 1024 2021-07-07 22:07:48.684544: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597aa8200 next 589 of size 2048 2021-07-07 22:07:48.684558: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597aa8a00 next 590 of size 4096 2021-07-07 22:07:48.684572: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597aa9a00 next 591 of size 1024 2021-07-07 22:07:48.684587: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597aa9e00 next 592 of size 294912 2021-07-07 22:07:48.684601: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597af1e00 next 593 of size 294912 2021-07-07 22:07:48.684615: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597b39e00 next 594 of size 1024 2021-07-07 22:07:48.684629: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597b3a200 next 595 of size 1179648 2021-07-07 22:07:48.684643: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597c5a200 next 596 of size 1024 2021-07-07 22:07:48.684658: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597c5a600 next 18446744073709551615 of size 37378560 2021-07-07 22:07:48.684672: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 134217728 2021-07-07 22:07:48.684686: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a2000000 next 175 of size 18874368 2021-07-07 22:07:48.684700: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a3200000 next 57 of size 47185920 2021-07-07 22:07:48.684722: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a5f00000 next 58 of size 18874368 2021-07-07 22:07:48.684738: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7100000 next 82 of size 2097152 2021-07-07 22:07:48.684752: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7300000 next 85 of size 4718592 2021-07-07 22:07:48.684767: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7780000 next 87 of size 524288 2021-07-07 22:07:48.684781: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7800000 next 122 of size 4718592 2021-07-07 22:07:48.684795: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7c80000 next 131 of size 1179648 2021-07-07 22:07:48.684810: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7da0000 next 136 of size 524288 2021-07-07 22:07:48.684824: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7e20000 next 152 of size 1179648 2021-07-07 22:07:48.684838: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7f40000 next 59 of size 3932160 2021-07-07 22:07:48.684854: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a8300000 next 18446744073709551615 of size 30408704 2021-07-07 22:07:48.684868: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 67108864 2021-07-07 22:07:48.684886: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75aa000000 next 18446744073709551615 of size 67108864 2021-07-07 22:07:48.684900: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 67108864 2021-07-07 22:07:48.684915: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75ae000000 next 341 of size 23592960 2021-07-07 22:07:48.684929: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75af680000 next 529 of size 18874368 2021-07-07 22:07:48.684944: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b0880000 next 18446744073709551615 of size 24641536 2021-07-07 22:07:48.684958: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 8388608 2021-07-07 22:07:48.684973: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2000000 next 173 of size 1179648 2021-07-07 22:07:48.684988: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2120000 next 18446744073709551615 of size 7208960 2021-07-07 22:07:48.685002: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 8388608 2021-07-07 22:07:48.685016: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2800000 next 177 of size 2097152 2021-07-07 22:07:48.685030: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a00000 next 362 of size 92160 2021-07-07 22:07:48.685044: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a16800 next 365 of size 92160 2021-07-07 22:07:48.685058: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a2d000 next 370 of size 256 2021-07-07 22:07:48.685073: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a2d100 next 366 of size 22784 2021-07-07 22:07:48.685087: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a32a00 next 687 of size 256 2021-07-07 22:07:48.685101: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a32b00 next 701 of size 256 2021-07-07 22:07:48.685115: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a32c00 next 702 of size 256 2021-07-07 22:07:48.685129: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2a32d00 next 695 of size 512 2021-07-07 22:07:48.685143: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a32f00 next 696 of size 512 2021-07-07 22:07:48.685157: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a33100 next 697 of size 512 2021-07-07 22:07:48.685171: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2a33300 next 707 of size 512 2021-07-07 22:07:48.685192: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a33500 next 708 of size 512 2021-07-07 22:07:48.685206: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a33700 next 709 of size 512 2021-07-07 22:07:48.685220: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a33900 next 722 of size 512 2021-07-07 22:07:48.685234: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a33b00 next 715 of size 512 2021-07-07 22:07:48.685248: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a33d00 next 716 of size 1024 2021-07-07 22:07:48.685263: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a34100 next 717 of size 1024 2021-07-07 22:07:48.685277: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a34500 next 718 of size 1024 2021-07-07 22:07:48.685291: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2a34900 next 728 of size 1024 2021-07-07 22:07:48.685304: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a34d00 next 729 of size 1024 2021-07-07 22:07:48.685318: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a35100 next 730 of size 1024 2021-07-07 22:07:48.685332: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a35500 next 736 of size 1024 2021-07-07 22:07:48.685346: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a35900 next 744 of size 1024 2021-07-07 22:07:48.685360: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a35d00 next 755 of size 1024 2021-07-07 22:07:48.685374: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a36100 next 737 of size 1024 2021-07-07 22:07:48.685388: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a36500 next 738 of size 2048 2021-07-07 22:07:48.685402: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a36d00 next 739 of size 2048 2021-07-07 22:07:48.685416: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a37500 next 772 of size 1024 2021-07-07 22:07:48.685430: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a37900 next 749 of size 1024 2021-07-07 22:07:48.685444: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a37d00 next 750 of size 2048 2021-07-07 22:07:48.685458: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a38500 next 751 of size 2048 2021-07-07 22:07:48.685472: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a38d00 next 756 of size 1024 2021-07-07 22:07:48.685486: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2a39100 next 763 of size 4096 2021-07-07 22:07:48.685500: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3a100 next 764 of size 2048 2021-07-07 22:07:48.685514: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3a900 next 765 of size 2048 2021-07-07 22:07:48.685527: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3b100 next 782 of size 2048 2021-07-07 22:07:48.685541: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3b900 next 758 of size 2048 2021-07-07 22:07:48.685555: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3c100 next 773 of size 4096 2021-07-07 22:07:48.685569: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3d100 next 774 of size 4096 2021-07-07 22:07:48.685583: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2a3e100 next 795 of size 2048 2021-07-07 22:07:48.685597: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3e900 next 787 of size 2048 2021-07-07 22:07:48.685611: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2a3f100 next 788 of size 4096 2021-07-07 22:07:48.685625: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a40100 next 789 of size 4096 2021-07-07 22:07:48.685639: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a41100 next 790 of size 4096 2021-07-07 22:07:48.685653: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a42100 next 796 of size 2048 2021-07-07 22:07:48.685667: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a42900 next 801 of size 4096 2021-07-07 22:07:48.685681: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a43900 next 802 of size 4096 2021-07-07 22:07:48.685695: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a44900 next 803 of size 4096 2021-07-07 22:07:48.685709: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a45900 next 808 of size 4096 2021-07-07 22:07:48.685731: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a46900 next 812 of size 4096 2021-07-07 22:07:48.685746: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a47900 next 367 of size 6400 2021-07-07 22:07:48.685761: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a49200 next 659 of size 1024 2021-07-07 22:07:48.685774: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a49600 next 660 of size 512 2021-07-07 22:07:48.685788: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a49800 next 661 of size 1024 2021-07-07 22:07:48.685802: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a49c00 next 662 of size 1024 2021-07-07 22:07:48.685816: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4a000 next 663 of size 4096 2021-07-07 22:07:48.685830: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4b000 next 664 of size 2048 2021-07-07 22:07:48.685844: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4b800 next 665 of size 2048 2021-07-07 22:07:48.685858: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4c000 next 666 of size 2048 2021-07-07 22:07:48.685872: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4c800 next 667 of size 4096 2021-07-07 22:07:48.685886: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4d800 next 668 of size 2048 2021-07-07 22:07:48.685900: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4e000 next 368 of size 2560 2021-07-07 22:07:48.685915: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4ea00 next 458 of size 2097152 2021-07-07 22:07:48.685929: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c4ea00 next 502 of size 24576 2021-07-07 22:07:48.685943: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2c54a00 next 512 of size 11264 2021-07-07 22:07:48.685957: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c57600 next 649 of size 256 2021-07-07 22:07:48.685971: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c57700 next 650 of size 256 2021-07-07 22:07:48.685985: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c57800 next 651 of size 256 2021-07-07 22:07:48.685999: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c57900 next 652 of size 256 2021-07-07 22:07:48.686013: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c57a00 next 653 of size 1024 2021-07-07 22:07:48.686027: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c57e00 next 654 of size 1024 2021-07-07 22:07:48.686041: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c58200 next 655 of size 512 2021-07-07 22:07:48.686055: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c58400 next 656 of size 2048 2021-07-07 22:07:48.686070: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c58c00 next 657 of size 1024 2021-07-07 22:07:48.686084: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c59000 next 658 of size 1024 2021-07-07 22:07:48.686098: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c59400 next 513 of size 3584 2021-07-07 22:07:48.686112: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5a200 next 514 of size 256 2021-07-07 22:07:48.686126: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5a300 next 517 of size 256 2021-07-07 22:07:48.686140: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5a400 next 519 of size 512 2021-07-07 22:07:48.686154: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5a600 next 520 of size 1024 2021-07-07 22:07:48.686168: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5aa00 next 521 of size 1024 2021-07-07 22:07:48.686182: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5ae00 next 522 of size 1024 2021-07-07 22:07:48.686196: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5b200 next 523 of size 4096 2021-07-07 22:07:48.686210: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5c200 next 524 of size 1280 2021-07-07 22:07:48.686224: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5c700 next 525 of size 512 2021-07-07 22:07:48.686238: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5c900 next 526 of size 256 2021-07-07 22:07:48.686252: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5ca00 next 527 of size 131072 2021-07-07 22:07:48.686266: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c7ca00 next 528 of size 256 2021-07-07 22:07:48.686281: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c7cb00 next 530 of size 73728 2021-07-07 22:07:48.686295: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c8eb00 next 531 of size 4096 2021-07-07 22:07:48.686309: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c8fb00 next 532 of size 294912 2021-07-07 22:07:48.686323: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2cd7b00 next 533 of size 512 2021-07-07 22:07:48.686337: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2cd7d00 next 534 of size 256 2021-07-07 22:07:48.686351: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2cd7e00 next 535 of size 32768 2021-07-07 22:07:48.686365: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2cdfe00 next 536 of size 512 2021-07-07 22:07:48.686379: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2ce0000 next 537 of size 512 2021-07-07 22:07:48.686393: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2ce0200 next 538 of size 2048 2021-07-07 22:07:48.686407: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2ce0a00 next 539 of size 1024 2021-07-07 22:07:48.686420: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2ce0e00 next 540 of size 4096 2021-07-07 22:07:48.686434: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2ce1e00 next 541 of size 512 2021-07-07 22:07:48.686449: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2ce2000 next 542 of size 1179648 2021-07-07 22:07:48.686463: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2e02000 next 544 of size 2048 2021-07-07 22:07:48.686477: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2e02800 next 545 of size 256 2021-07-07 22:07:48.686491: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2e02900 next 546 of size 256 2021-07-07 22:07:48.686506: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2e02a00 next 18446744073709551615 of size 2086400 2021-07-07 22:07:48.686519: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 16777216 2021-07-07 22:07:48.686533: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3000000 next 543 of size 4718592 2021-07-07 22:07:48.686548: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3480000 next 547 of size 1024 2021-07-07 22:07:48.686562: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3480400 next 548 of size 2048 2021-07-07 22:07:48.686575: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3480c00 next 549 of size 2048 2021-07-07 22:07:48.686589: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3481400 next 550 of size 2048 2021-07-07 22:07:48.686603: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3481c00 next 551 of size 2097152 2021-07-07 22:07:48.686618: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3681c00 next 552 of size 294912 2021-07-07 22:07:48.686632: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b36c9c00 next 553 of size 1024 2021-07-07 22:07:48.686646: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b36ca000 next 554 of size 2048 2021-07-07 22:07:48.686660: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b36ca800 next 60 of size 2971648 2021-07-07 22:07:48.686675: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b39a0000 next 139 of size 32768 2021-07-07 22:07:48.686689: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b39a8000 next 357 of size 552960 2021-07-07 22:07:48.686703: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3a2f000 next 358 of size 184320 2021-07-07 22:07:48.686725: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3a5c000 next 359 of size 92160 2021-07-07 22:07:48.686739: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3a72800 next 360 of size 92160 2021-07-07 22:07:48.686753: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3a89000 next 361 of size 92160 2021-07-07 22:07:48.686769: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3a9f800 next 61 of size 133120 2021-07-07 22:07:48.686783: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3ac0000 next 73 of size 294912 2021-07-07 22:07:48.686799: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3b08000 next 18446744073709551615 of size 5210112 2021-07-07 22:07:48.686813: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 2097152 2021-07-07 22:07:48.686827: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb800000 next 42 of size 524288 2021-07-07 22:07:48.686841: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb880000 next 43 of size 524288 2021-07-07 22:07:48.686855: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb900000 next 52 of size 256 2021-07-07 22:07:48.686870: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb900100 next 56 of size 256 2021-07-07 22:07:48.686884: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb900200 next 49 of size 256 2021-07-07 22:07:48.686898: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb900300 next 47 of size 512 2021-07-07 22:07:48.686912: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb900500 next 161 of size 1024 2021-07-07 22:07:48.686926: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb900900 next 162 of size 2048 2021-07-07 22:07:48.686941: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb901100 next 163 of size 256 2021-07-07 22:07:48.686955: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb901200 next 164 of size 256 2021-07-07 22:07:48.686969: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb901300 next 165 of size 256 2021-07-07 22:07:48.686983: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb901400 next 166 of size 256 2021-07-07 22:07:48.686997: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb901500 next 167 of size 256 2021-07-07 22:07:48.687011: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb901600 next 168 of size 256 2021-07-07 22:07:48.687025: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb901700 next 169 of size 1280 2021-07-07 22:07:48.687040: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb901c00 next 170 of size 256 2021-07-07 22:07:48.687054: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb901d00 next 171 of size 256 2021-07-07 22:07:48.687067: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb901e00 next 172 of size 256 2021-07-07 22:07:48.687081: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb901f00 next 176 of size 4096 2021-07-07 22:07:48.687095: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb902f00 next 182 of size 256 2021-07-07 22:07:48.687109: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903000 next 183 of size 256 2021-07-07 22:07:48.687123: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903100 next 184 of size 256 2021-07-07 22:07:48.687137: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903200 next 185 of size 256 2021-07-07 22:07:48.687151: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903300 next 186 of size 256 2021-07-07 22:07:48.687165: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903400 next 187 of size 256 2021-07-07 22:07:48.687179: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903500 next 188 of size 256 2021-07-07 22:07:48.687193: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903600 next 189 of size 256 2021-07-07 22:07:48.687207: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903700 next 190 of size 256 2021-07-07 22:07:48.687221: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903800 next 191 of size 256 2021-07-07 22:07:48.687235: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903900 next 192 of size 256 2021-07-07 22:07:48.687249: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903a00 next 193 of size 256 2021-07-07 22:07:48.687263: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903b00 next 194 of size 256 2021-07-07 22:07:48.687277: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903c00 next 195 of size 256 2021-07-07 22:07:48.687290: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903d00 next 196 of size 256 2021-07-07 22:07:48.687304: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903e00 next 197 of size 256 2021-07-07 22:07:48.687318: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb903f00 next 198 of size 256 2021-07-07 22:07:48.687332: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904000 next 199 of size 256 2021-07-07 22:07:48.687346: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904100 next 200 of size 256 2021-07-07 22:07:48.687360: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904200 next 201 of size 256 2021-07-07 22:07:48.687374: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904300 next 202 of size 256 2021-07-07 22:07:48.687388: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904400 next 203 of size 256 2021-07-07 22:07:48.687403: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904500 next 204 of size 256 2021-07-07 22:07:48.687417: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904600 next 205 of size 256 2021-07-07 22:07:48.687431: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904700 next 206 of size 256 2021-07-07 22:07:48.687445: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904800 next 207 of size 256 2021-07-07 22:07:48.687458: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904900 next 208 of size 256 2021-07-07 22:07:48.687472: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904a00 next 209 of size 256 2021-07-07 22:07:48.687486: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904b00 next 210 of size 256 2021-07-07 22:07:48.687500: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904c00 next 211 of size 256 2021-07-07 22:07:48.687514: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904d00 next 212 of size 256 2021-07-07 22:07:48.687528: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904e00 next 213 of size 256 2021-07-07 22:07:48.687542: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb904f00 next 214 of size 256 2021-07-07 22:07:48.687556: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905000 next 215 of size 256 2021-07-07 22:07:48.687570: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905100 next 216 of size 256 2021-07-07 22:07:48.687584: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905200 next 217 of size 256 2021-07-07 22:07:48.687598: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905300 next 218 of size 256 2021-07-07 22:07:48.687612: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905400 next 219 of size 256 2021-07-07 22:07:48.687626: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905500 next 220 of size 256 2021-07-07 22:07:48.687640: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905600 next 221 of size 256 2021-07-07 22:07:48.687654: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905700 next 222 of size 256 2021-07-07 22:07:48.687667: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905800 next 223 of size 256 2021-07-07 22:07:48.687681: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905900 next 224 of size 256 2021-07-07 22:07:48.687695: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905a00 next 225 of size 256 2021-07-07 22:07:48.687709: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905b00 next 226 of size 256 2021-07-07 22:07:48.687730: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905c00 next 227 of size 256 2021-07-07 22:07:48.687744: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905d00 next 228 of size 256 2021-07-07 22:07:48.687758: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905e00 next 229 of size 256 2021-07-07 22:07:48.687772: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb905f00 next 230 of size 256 2021-07-07 22:07:48.687786: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb906000 next 231 of size 256 2021-07-07 22:07:48.687800: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb906100 next 50 of size 256 2021-07-07 22:07:48.687814: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb906200 next 51 of size 24576 2021-07-07 22:07:48.687828: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb90c200 next 48 of size 256 2021-07-07 22:07:48.687843: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb90c300 next 174 of size 131072 2021-07-07 22:07:48.687858: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb92c300 next 62 of size 572672 2021-07-07 22:07:48.687872: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9b8000 next 63 of size 4096 2021-07-07 22:07:48.687886: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9b9000 next 66 of size 4096 2021-07-07 22:07:48.687900: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9ba000 next 67 of size 131072 2021-07-07 22:07:48.687914: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9da000 next 68 of size 256 2021-07-07 22:07:48.687928: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9da100 next 69 of size 512 2021-07-07 22:07:48.687942: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9da300 next 70 of size 73728 2021-07-07 22:07:48.687956: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9ec300 next 71 of size 4096 2021-07-07 22:07:48.687970: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9ed300 next 72 of size 256 2021-07-07 22:07:48.687983: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9ed400 next 74 of size 256 2021-07-07 22:07:48.687997: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9ed500 next 75 of size 512 2021-07-07 22:07:48.688011: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9ed700 next 76 of size 512 2021-07-07 22:07:48.688025: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9ed900 next 77 of size 4096 2021-07-07 22:07:48.688039: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9ee900 next 78 of size 2048 2021-07-07 22:07:48.688053: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9ef100 next 79 of size 4096 2021-07-07 22:07:48.688067: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f0100 next 80 of size 256 2021-07-07 22:07:48.688081: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f0200 next 81 of size 1024 2021-07-07 22:07:48.688095: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f0600 next 83 of size 2048 2021-07-07 22:07:48.688109: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f0e00 next 84 of size 4096 2021-07-07 22:07:48.688123: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f1e00 next 86 of size 2048 2021-07-07 22:07:48.688137: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f2600 next 88 of size 4096 2021-07-07 22:07:48.688151: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f3600 next 89 of size 512 2021-07-07 22:07:48.688165: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f3800 next 90 of size 2048 2021-07-07 22:07:48.688179: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f4000 next 91 of size 4096 2021-07-07 22:07:48.688192: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f5000 next 92 of size 2048 2021-07-07 22:07:48.688206: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f5800 next 93 of size 1024 2021-07-07 22:07:48.688220: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f5c00 next 94 of size 1024 2021-07-07 22:07:48.688234: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f6000 next 95 of size 4096 2021-07-07 22:07:48.688248: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f7000 next 96 of size 512 2021-07-07 22:07:48.688262: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f7200 next 97 of size 512 2021-07-07 22:07:48.688276: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f7400 next 98 of size 1024 2021-07-07 22:07:48.688290: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f7800 next 99 of size 4096 2021-07-07 22:07:48.688304: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f8800 next 100 of size 4096 2021-07-07 22:07:48.688318: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f9800 next 101 of size 256 2021-07-07 22:07:48.688332: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f9900 next 102 of size 256 2021-07-07 22:07:48.688346: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f9a00 next 103 of size 1024 2021-07-07 22:07:48.688360: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9f9e00 next 104 of size 4096 2021-07-07 22:07:48.688374: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9fae00 next 105 of size 2048 2021-07-07 22:07:48.688388: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9fb600 next 106 of size 2048 2021-07-07 22:07:48.688402: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9fbe00 next 107 of size 4096 2021-07-07 22:07:48.688416: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9fce00 next 108 of size 4096 2021-07-07 22:07:48.688430: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9fde00 next 109 of size 1024 2021-07-07 22:07:48.688445: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75bb9fe200 next 18446744073709551615 of size 7680 2021-07-07 22:07:48.688459: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 1048576 2021-07-07 22:07:48.688473: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e00000 next 1 of size 1280 2021-07-07 22:07:48.688487: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e00500 next 2 of size 256 2021-07-07 22:07:48.688501: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e00600 next 3 of size 256 2021-07-07 22:07:48.688515: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e00700 next 4 of size 256 2021-07-07 22:07:48.688529: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e00800 next 5 of size 256 2021-07-07 22:07:48.688542: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e00900 next 6 of size 256 2021-07-07 22:07:48.688556: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e00a00 next 7 of size 1280 2021-07-07 22:07:48.688570: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e00f00 next 8 of size 2048 2021-07-07 22:07:48.688584: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e01700 next 9 of size 1024 2021-07-07 22:07:48.688598: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e01b00 next 10 of size 4096 2021-07-07 22:07:48.688612: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e02b00 next 11 of size 1024 2021-07-07 22:07:48.688626: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e02f00 next 12 of size 256 2021-07-07 22:07:48.688640: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e03000 next 13 of size 256 2021-07-07 22:07:48.688654: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e03100 next 14 of size 256 2021-07-07 22:07:48.688668: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e03200 next 15 of size 256 2021-07-07 22:07:48.688682: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e03300 next 16 of size 4096 2021-07-07 22:07:48.688696: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e04300 next 17 of size 256 2021-07-07 22:07:48.688710: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e04400 next 18 of size 256 2021-07-07 22:07:48.688730: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e04500 next 19 of size 256 2021-07-07 22:07:48.688745: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e04600 next 20 of size 256 2021-07-07 22:07:48.688759: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e04700 next 21 of size 256 2021-07-07 22:07:48.688773: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e04800 next 22 of size 256 2021-07-07 22:07:48.688787: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e04900 next 23 of size 256 2021-07-07 22:07:48.688800: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e04a00 next 24 of size 256 2021-07-07 22:07:48.688814: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e04b00 next 25 of size 2048 2021-07-07 22:07:48.688828: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e05300 next 26 of size 256 2021-07-07 22:07:48.688842: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e05400 next 27 of size 256 2021-07-07 22:07:48.688856: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e05500 next 28 of size 256 2021-07-07 22:07:48.688870: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e05600 next 29 of size 256 2021-07-07 22:07:48.688883: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e05700 next 30 of size 256 2021-07-07 22:07:48.688897: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e05800 next 31 of size 256 2021-07-07 22:07:48.688911: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e05900 next 32 of size 256 2021-07-07 22:07:48.688925: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e05a00 next 33 of size 256 2021-07-07 22:07:48.688939: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e05b00 next 34 of size 512 2021-07-07 22:07:48.688953: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e05d00 next 35 of size 512 2021-07-07 22:07:48.688966: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e05f00 next 36 of size 256 2021-07-07 22:07:48.688980: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e06000 next 37 of size 256 2021-07-07 22:07:48.688994: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e06100 next 38 of size 256 2021-07-07 22:07:48.689008: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e06200 next 39 of size 256 2021-07-07 22:07:48.689022: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e06300 next 110 of size 4096 2021-07-07 22:07:48.689036: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e07300 next 111 of size 512 2021-07-07 22:07:48.689050: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e07500 next 112 of size 1024 2021-07-07 22:07:48.689064: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e07900 next 113 of size 4096 2021-07-07 22:07:48.689078: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e08900 next 114 of size 2048 2021-07-07 22:07:48.689092: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e09100 next 115 of size 4096 2021-07-07 22:07:48.689106: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0a100 next 116 of size 4096 2021-07-07 22:07:48.689120: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0b100 next 117 of size 4096 2021-07-07 22:07:48.689133: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0c100 next 118 of size 256 2021-07-07 22:07:48.689147: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0c200 next 120 of size 256 2021-07-07 22:07:48.689161: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0c300 next 121 of size 512 2021-07-07 22:07:48.689175: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0c500 next 123 of size 512 2021-07-07 22:07:48.689190: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0c700 next 124 of size 2048 2021-07-07 22:07:48.689204: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0cf00 next 127 of size 1024 2021-07-07 22:07:48.689218: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0d300 next 128 of size 4096 2021-07-07 22:07:48.689232: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0e300 next 129 of size 512 2021-07-07 22:07:48.689246: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0e500 next 130 of size 256 2021-07-07 22:07:48.689260: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0e600 next 132 of size 1024 2021-07-07 22:07:48.689273: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0ea00 next 133 of size 2048 2021-07-07 22:07:48.689287: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0f200 next 134 of size 2048 2021-07-07 22:07:48.689301: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e0fa00 next 135 of size 2048 2021-07-07 22:07:48.689315: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e10200 next 137 of size 1024 2021-07-07 22:07:48.689329: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e10600 next 138 of size 256 2021-07-07 22:07:48.689343: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e10700 next 140 of size 4096 2021-07-07 22:07:48.689357: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e11700 next 141 of size 2048 2021-07-07 22:07:48.689371: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e11f00 next 142 of size 2048 2021-07-07 22:07:48.689385: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e12700 next 40 of size 1024 2021-07-07 22:07:48.689398: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e12b00 next 143 of size 2048 2021-07-07 22:07:48.689412: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e13300 next 144 of size 2048 2021-07-07 22:07:48.689426: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e13b00 next 145 of size 2048 2021-07-07 22:07:48.689440: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e14300 next 146 of size 4096 2021-07-07 22:07:48.689454: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e15300 next 147 of size 256 2021-07-07 22:07:48.689468: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e15400 next 148 of size 2048 2021-07-07 22:07:48.689482: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e15c00 next 149 of size 1024 2021-07-07 22:07:48.689496: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e16000 next 150 of size 4096 2021-07-07 22:07:48.689510: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e17000 next 151 of size 1024 2021-07-07 22:07:48.689524: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e17400 next 153 of size 1024 2021-07-07 22:07:48.689537: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e17800 next 154 of size 1024 2021-07-07 22:07:48.689551: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e17c00 next 155 of size 256 2021-07-07 22:07:48.689565: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e17d00 next 156 of size 2048 2021-07-07 22:07:48.689579: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e18500 next 157 of size 512 2021-07-07 22:07:48.689593: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e18700 next 158 of size 1024 2021-07-07 22:07:48.689607: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e18b00 next 159 of size 2048 2021-07-07 22:07:48.689622: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e19300 next 160 of size 512 2021-07-07 22:07:48.689636: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e19500 next 178 of size 24576 2021-07-07 22:07:48.689650: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e1f500 next 179 of size 73728 2021-07-07 22:07:48.689664: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e31500 next 180 of size 294912 2021-07-07 22:07:48.689678: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e79500 next 181 of size 32768 2021-07-07 22:07:48.689692: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e81500 next 232 of size 256 2021-07-07 22:07:48.689706: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e81600 next 233 of size 256 2021-07-07 22:07:48.689728: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6e81700 next 234 of size 184320 2021-07-07 22:07:48.689742: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eae700 next 235 of size 256 2021-07-07 22:07:48.689756: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eae800 next 236 of size 256 2021-07-07 22:07:48.689770: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eae900 next 237 of size 256 2021-07-07 22:07:48.689784: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaea00 next 238 of size 256 2021-07-07 22:07:48.689798: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaeb00 next 239 of size 256 2021-07-07 22:07:48.689811: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaec00 next 240 of size 256 2021-07-07 22:07:48.689825: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaed00 next 241 of size 256 2021-07-07 22:07:48.689839: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaee00 next 242 of size 256 2021-07-07 22:07:48.689853: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaef00 next 243 of size 256 2021-07-07 22:07:48.689867: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaf000 next 244 of size 256 2021-07-07 22:07:48.689881: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaf100 next 245 of size 256 2021-07-07 22:07:48.689894: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaf200 next 246 of size 256 2021-07-07 22:07:48.689908: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaf300 next 247 of size 256 2021-07-07 22:07:48.689922: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaf400 next 248 of size 256 2021-07-07 22:07:48.689936: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaf500 next 249 of size 256 2021-07-07 22:07:48.689950: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaf600 next 250 of size 256 2021-07-07 22:07:48.689964: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaf700 next 251 of size 256 2021-07-07 22:07:48.689978: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaf800 next 252 of size 256 2021-07-07 22:07:48.689992: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaf900 next 253 of size 256 2021-07-07 22:07:48.690005: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eafa00 next 254 of size 256 2021-07-07 22:07:48.690019: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eafb00 next 255 of size 256 2021-07-07 22:07:48.690033: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eafc00 next 256 of size 256 2021-07-07 22:07:48.690047: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eafd00 next 257 of size 256 2021-07-07 22:07:48.690432: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eafe00 next 258 of size 256 2021-07-07 22:07:48.690453: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eaff00 next 259 of size 256 2021-07-07 22:07:48.690467: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0000 next 260 of size 256 2021-07-07 22:07:48.690481: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0100 next 261 of size 256 2021-07-07 22:07:48.690494: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0200 next 262 of size 256 2021-07-07 22:07:48.690508: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0300 next 263 of size 256 2021-07-07 22:07:48.690522: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0400 next 264 of size 256 2021-07-07 22:07:48.690536: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0500 next 265 of size 256 2021-07-07 22:07:48.690550: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0600 next 266 of size 256 2021-07-07 22:07:48.690563: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0700 next 267 of size 256 2021-07-07 22:07:48.690577: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0800 next 268 of size 256 2021-07-07 22:07:48.690591: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0900 next 269 of size 256 2021-07-07 22:07:48.690605: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0a00 next 270 of size 256 2021-07-07 22:07:48.690618: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0b00 next 271 of size 256 2021-07-07 22:07:48.690632: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0c00 next 272 of size 256 2021-07-07 22:07:48.690646: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0d00 next 273 of size 256 2021-07-07 22:07:48.690659: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0e00 next 274 of size 256 2021-07-07 22:07:48.690673: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb0f00 next 275 of size 256 2021-07-07 22:07:48.690687: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1000 next 276 of size 256 2021-07-07 22:07:48.690701: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1100 next 277 of size 256 2021-07-07 22:07:48.690724: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1200 next 278 of size 256 2021-07-07 22:07:48.690739: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1300 next 279 of size 256 2021-07-07 22:07:48.690753: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1400 next 280 of size 256 2021-07-07 22:07:48.690766: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1500 next 281 of size 256 2021-07-07 22:07:48.690780: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1600 next 282 of size 256 2021-07-07 22:07:48.690794: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1700 next 283 of size 256 2021-07-07 22:07:48.690808: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1800 next 284 of size 256 2021-07-07 22:07:48.690822: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1900 next 285 of size 256 2021-07-07 22:07:48.690835: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1a00 next 286 of size 256 2021-07-07 22:07:48.690849: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1b00 next 287 of size 256 2021-07-07 22:07:48.690863: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1c00 next 288 of size 256 2021-07-07 22:07:48.690877: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1d00 next 289 of size 256 2021-07-07 22:07:48.692622: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1e00 next 290 of size 256 2021-07-07 22:07:48.692669: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb1f00 next 291 of size 256 2021-07-07 22:07:48.692691: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2000 next 292 of size 256 2021-07-07 22:07:48.692709: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2100 next 293 of size 256 2021-07-07 22:07:48.692745: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2200 next 294 of size 256 2021-07-07 22:07:48.692762: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2300 next 295 of size 256 2021-07-07 22:07:48.692779: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2400 next 296 of size 256 2021-07-07 22:07:48.692796: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2500 next 297 of size 256 2021-07-07 22:07:48.692813: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2600 next 298 of size 256 2021-07-07 22:07:48.692830: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2700 next 299 of size 256 2021-07-07 22:07:48.692846: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2800 next 300 of size 256 2021-07-07 22:07:48.692863: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2900 next 301 of size 256 2021-07-07 22:07:48.692880: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2a00 next 302 of size 256 2021-07-07 22:07:48.692897: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2b00 next 303 of size 256 2021-07-07 22:07:48.692913: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2c00 next 304 of size 256 2021-07-07 22:07:48.692930: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2d00 next 305 of size 256 2021-07-07 22:07:48.692947: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2e00 next 306 of size 256 2021-07-07 22:07:48.692963: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb2f00 next 307 of size 256 2021-07-07 22:07:48.692980: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3000 next 308 of size 256 2021-07-07 22:07:48.692997: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3100 next 309 of size 256 2021-07-07 22:07:48.693014: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3200 next 310 of size 256 2021-07-07 22:07:48.693030: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3300 next 311 of size 256 2021-07-07 22:07:48.693047: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3400 next 312 of size 256 2021-07-07 22:07:48.693064: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3500 next 313 of size 256 2021-07-07 22:07:48.693080: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3600 next 314 of size 256 2021-07-07 22:07:48.693109: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3700 next 315 of size 256 2021-07-07 22:07:48.693123: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3800 next 316 of size 256 2021-07-07 22:07:48.693137: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3900 next 317 of size 256 2021-07-07 22:07:48.693150: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3a00 next 318 of size 256 2021-07-07 22:07:48.693164: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3b00 next 319 of size 256 2021-07-07 22:07:48.693178: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3c00 next 320 of size 256 2021-07-07 22:07:48.693192: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3d00 next 321 of size 256 2021-07-07 22:07:48.694578: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3e00 next 322 of size 256 2021-07-07 22:07:48.694618: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb3f00 next 323 of size 256 2021-07-07 22:07:48.694636: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4000 next 324 of size 256 2021-07-07 22:07:48.694651: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4100 next 325 of size 256 2021-07-07 22:07:48.694666: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4200 next 326 of size 256 2021-07-07 22:07:48.694680: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4300 next 327 of size 256 2021-07-07 22:07:48.694695: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4400 next 328 of size 256 2021-07-07 22:07:48.694709: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4500 next 329 of size 256 2021-07-07 22:07:48.694739: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4600 next 330 of size 256 2021-07-07 22:07:48.694754: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4700 next 331 of size 256 2021-07-07 22:07:48.694768: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4800 next 332 of size 256 2021-07-07 22:07:48.694782: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4900 next 333 of size 256 2021-07-07 22:07:48.694796: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4a00 next 334 of size 256 2021-07-07 22:07:48.694810: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4b00 next 335 of size 256 2021-07-07 22:07:48.694824: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4c00 next 336 of size 256 2021-07-07 22:07:48.694838: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4d00 next 337 of size 256 2021-07-07 22:07:48.694852: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4e00 next 338 of size 256 2021-07-07 22:07:48.694866: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb4f00 next 339 of size 256 2021-07-07 22:07:48.694880: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5000 next 369 of size 256 2021-07-07 22:07:48.694894: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5100 next 371 of size 256 2021-07-07 22:07:48.694908: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5200 next 372 of size 256 2021-07-07 22:07:48.694922: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5300 next 373 of size 256 2021-07-07 22:07:48.694936: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5400 next 374 of size 256 2021-07-07 22:07:48.694950: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5500 next 375 of size 256 2021-07-07 22:07:48.694964: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5600 next 376 of size 256 2021-07-07 22:07:48.694978: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5700 next 377 of size 256 2021-07-07 22:07:48.694992: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5800 next 378 of size 256 2021-07-07 22:07:48.695006: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5900 next 379 of size 256 2021-07-07 22:07:48.695020: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5a00 next 380 of size 256 2021-07-07 22:07:48.695034: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5b00 next 381 of size 256 2021-07-07 22:07:48.695048: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5c00 next 382 of size 256 2021-07-07 22:07:48.695062: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5d00 next 383 of size 256 2021-07-07 22:07:48.696542: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5e00 next 384 of size 256 2021-07-07 22:07:48.696582: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb5f00 next 385 of size 256 2021-07-07 22:07:48.696601: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6000 next 386 of size 256 2021-07-07 22:07:48.696616: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6100 next 387 of size 256 2021-07-07 22:07:48.696630: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6200 next 388 of size 256 2021-07-07 22:07:48.696645: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6300 next 389 of size 256 2021-07-07 22:07:48.696659: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6400 next 390 of size 256 2021-07-07 22:07:48.696673: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6500 next 391 of size 256 2021-07-07 22:07:48.696688: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6600 next 392 of size 256 2021-07-07 22:07:48.696702: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6700 next 393 of size 256 2021-07-07 22:07:48.696731: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6800 next 394 of size 256 2021-07-07 22:07:48.696746: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6900 next 395 of size 256 2021-07-07 22:07:48.696760: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6a00 next 396 of size 256 2021-07-07 22:07:48.696774: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6b00 next 397 of size 256 2021-07-07 22:07:48.696788: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6c00 next 398 of size 256 2021-07-07 22:07:48.696802: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6d00 next 399 of size 256 2021-07-07 22:07:48.696816: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6e00 next 400 of size 256 2021-07-07 22:07:48.696830: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb6f00 next 401 of size 256 2021-07-07 22:07:48.696844: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7000 next 402 of size 256 2021-07-07 22:07:48.696858: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7100 next 403 of size 256 2021-07-07 22:07:48.696872: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7200 next 404 of size 256 2021-07-07 22:07:48.696886: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7300 next 405 of size 256 2021-07-07 22:07:48.696900: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7400 next 406 of size 256 2021-07-07 22:07:48.696914: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7500 next 407 of size 256 2021-07-07 22:07:48.696928: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7600 next 408 of size 256 2021-07-07 22:07:48.696942: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7700 next 409 of size 256 2021-07-07 22:07:48.696956: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7800 next 410 of size 256 2021-07-07 22:07:48.696970: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7900 next 411 of size 256 2021-07-07 22:07:48.696984: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7a00 next 412 of size 256 2021-07-07 22:07:48.696998: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7b00 next 413 of size 256 2021-07-07 22:07:48.697012: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7c00 next 414 of size 256 2021-07-07 22:07:48.697026: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7d00 next 415 of size 256 2021-07-07 22:07:48.698399: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7e00 next 416 of size 256 2021-07-07 22:07:48.698439: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb7f00 next 417 of size 256 2021-07-07 22:07:48.698458: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8000 next 418 of size 256 2021-07-07 22:07:48.698473: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8100 next 419 of size 256 2021-07-07 22:07:48.698488: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8200 next 420 of size 256 2021-07-07 22:07:48.698503: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8300 next 421 of size 256 2021-07-07 22:07:48.698517: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8400 next 422 of size 256 2021-07-07 22:07:48.698532: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8500 next 423 of size 256 2021-07-07 22:07:48.698546: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8600 next 424 of size 256 2021-07-07 22:07:48.698561: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8700 next 425 of size 256 2021-07-07 22:07:48.698575: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8800 next 426 of size 256 2021-07-07 22:07:48.698589: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8900 next 427 of size 256 2021-07-07 22:07:48.698604: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8a00 next 428 of size 256 2021-07-07 22:07:48.698618: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8b00 next 429 of size 256 2021-07-07 22:07:48.698633: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8c00 next 430 of size 256 2021-07-07 22:07:48.698648: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8d00 next 431 of size 256 2021-07-07 22:07:48.698662: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8e00 next 432 of size 256 2021-07-07 22:07:48.698677: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb8f00 next 433 of size 256 2021-07-07 22:07:48.698691: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9000 next 434 of size 256 2021-07-07 22:07:48.698706: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9100 next 435 of size 256 2021-07-07 22:07:48.698734: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9200 next 436 of size 256 2021-07-07 22:07:48.698749: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9300 next 437 of size 256 2021-07-07 22:07:48.698763: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9400 next 438 of size 256 2021-07-07 22:07:48.698777: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9500 next 439 of size 256 2021-07-07 22:07:48.698791: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9600 next 440 of size 256 2021-07-07 22:07:48.698805: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9700 next 441 of size 256 2021-07-07 22:07:48.698819: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9800 next 442 of size 256 2021-07-07 22:07:48.698833: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9900 next 443 of size 256 2021-07-07 22:07:48.698847: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9a00 next 444 of size 256 2021-07-07 22:07:48.698861: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9b00 next 445 of size 256 2021-07-07 22:07:48.698875: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9c00 next 446 of size 256 2021-07-07 22:07:48.698889: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9d00 next 447 of size 256 2021-07-07 22:07:48.700460: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9e00 next 448 of size 256 2021-07-07 22:07:48.700501: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eb9f00 next 449 of size 256 2021-07-07 22:07:48.700519: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eba000 next 450 of size 256 2021-07-07 22:07:48.700534: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eba100 next 451 of size 256 2021-07-07 22:07:48.700549: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eba200 next 452 of size 256 2021-07-07 22:07:48.700563: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eba300 next 453 of size 256 2021-07-07 22:07:48.700577: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eba400 next 454 of size 256 2021-07-07 22:07:48.700592: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eba500 next 455 of size 256 2021-07-07 22:07:48.700606: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eba600 next 456 of size 256 2021-07-07 22:07:48.700621: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eba700 next 457 of size 256 2021-07-07 22:07:48.700635: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eba800 next 459 of size 256 2021-07-07 22:07:48.700650: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6eba900 next 460 of size 256 2021-07-07 22:07:48.700664: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebaa00 next 461 of size 256 2021-07-07 22:07:48.700679: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebab00 next 462 of size 256 2021-07-07 22:07:48.700693: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebac00 next 463 of size 256 2021-07-07 22:07:48.700707: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebad00 next 464 of size 256 2021-07-07 22:07:48.700734: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebae00 next 465 of size 256 2021-07-07 22:07:48.700749: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebaf00 next 466 of size 256 2021-07-07 22:07:48.700762: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebb000 next 467 of size 256 2021-07-07 22:07:48.700776: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebb100 next 468 of size 256 2021-07-07 22:07:48.700790: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebb200 next 469 of size 256 2021-07-07 22:07:48.700804: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebb300 next 470 of size 256 2021-07-07 22:07:48.700818: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebb400 next 471 of size 256 2021-07-07 22:07:48.700832: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebb500 next 472 of size 256 2021-07-07 22:07:48.700846: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebb600 next 473 of size 256 2021-07-07 22:07:48.700860: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebb700 next 474 of size 256 2021-07-07 22:07:48.700874: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebb800 next 475 of size 256 2021-07-07 22:07:48.700887: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebb900 next 476 of size 256 2021-07-07 22:07:48.700901: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebba00 next 477 of size 256 2021-07-07 22:07:48.700915: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebbb00 next 478 of size 256 2021-07-07 22:07:48.700929: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebbc00 next 479 of size 256 2021-07-07 22:07:48.700943: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebbd00 next 480 of size 256 2021-07-07 22:07:48.702262: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebbe00 next 481 of size 256 2021-07-07 22:07:48.702302: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebbf00 next 482 of size 256 2021-07-07 22:07:48.702320: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebc000 next 483 of size 256 2021-07-07 22:07:48.702336: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebc100 next 484 of size 256 2021-07-07 22:07:48.702350: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebc200 next 485 of size 256 2021-07-07 22:07:48.702365: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebc300 next 486 of size 256 2021-07-07 22:07:48.702379: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebc400 next 487 of size 256 2021-07-07 22:07:48.702394: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebc500 next 488 of size 256 2021-07-07 22:07:48.702408: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebc600 next 489 of size 256 2021-07-07 22:07:48.702423: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebc700 next 490 of size 256 2021-07-07 22:07:48.702437: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebc800 next 491 of size 256 2021-07-07 22:07:48.702452: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebc900 next 492 of size 256 2021-07-07 22:07:48.702467: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebca00 next 493 of size 256 2021-07-07 22:07:48.702481: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebcb00 next 494 of size 256 2021-07-07 22:07:48.702496: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebcc00 next 495 of size 256 2021-07-07 22:07:48.702510: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebcd00 next 496 of size 256 2021-07-07 22:07:48.702524: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebce00 next 497 of size 256 2021-07-07 22:07:48.702538: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebcf00 next 498 of size 256 2021-07-07 22:07:48.702552: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebd000 next 499 of size 256 2021-07-07 22:07:48.702566: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebd100 next 500 of size 256 2021-07-07 22:07:48.702580: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebd200 next 501 of size 256 2021-07-07 22:07:48.702594: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebd300 next 503 of size 256 2021-07-07 22:07:48.702608: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebd400 next 504 of size 256 2021-07-07 22:07:48.702621: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebd500 next 505 of size 256 2021-07-07 22:07:48.702635: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebd600 next 506 of size 256 2021-07-07 22:07:48.702649: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebd700 next 507 of size 256 2021-07-07 22:07:48.702663: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebd800 next 508 of size 256 2021-07-07 22:07:48.702677: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebd900 next 509 of size 256 2021-07-07 22:07:48.702691: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebda00 next 510 of size 256 2021-07-07 22:07:48.702705: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebdb00 next 511 of size 4096 2021-07-07 22:07:48.702734: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebeb00 next 340 of size 5120 2021-07-07 22:07:48.704084: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ebff00 next 342 of size 256 2021-07-07 22:07:48.704124: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec0000 next 343 of size 256 2021-07-07 22:07:48.704143: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec0100 next 344 of size 512 2021-07-07 22:07:48.704158: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec0300 next 345 of size 256 2021-07-07 22:07:48.704172: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec0400 next 346 of size 512 2021-07-07 22:07:48.704187: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec0600 next 347 of size 4096 2021-07-07 22:07:48.704202: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec1600 next 348 of size 4096 2021-07-07 22:07:48.704217: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec2600 next 349 of size 256 2021-07-07 22:07:48.704232: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec2700 next 350 of size 512 2021-07-07 22:07:48.704246: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec2900 next 351 of size 256 2021-07-07 22:07:48.704261: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec2a00 next 352 of size 256 2021-07-07 22:07:48.704275: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec2b00 next 353 of size 4096 2021-07-07 22:07:48.704290: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec3b00 next 354 of size 512 2021-07-07 22:07:48.704305: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec3d00 next 355 of size 4096 2021-07-07 22:07:48.704320: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec4d00 next 356 of size 1024 2021-07-07 22:07:48.704334: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec5100 next 813 of size 4096 2021-07-07 22:07:48.704348: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec6100 next 819 of size 4096 2021-07-07 22:07:48.704365: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f76b6ec7100 next 18446744073709551615 of size 233216 2021-07-07 22:07:48.704379: I tensorflow/core/common_runtime/bfc_allocator.cc:914] Summary of in-use Chunks by size: 2021-07-07 22:07:48.704403: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 381 Chunks of size 256 totalling 95.2KiB 2021-07-07 22:07:48.704420: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 39 Chunks of size 512 totalling 19.5KiB 2021-07-07 22:07:48.704437: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 61 Chunks of size 1024 totalling 61.0KiB 2021-07-07 22:07:48.704452: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 5 Chunks of size 1280 totalling 6.2KiB 2021-07-07 22:07:48.704469: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 61 Chunks of size 2048 totalling 122.0KiB 2021-07-07 22:07:48.704485: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 2560 totalling 2.5KiB 2021-07-07 22:07:48.704500: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 3584 totalling 3.5KiB 2021-07-07 22:07:48.704516: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 72 Chunks of size 4096 totalling 288.0KiB 2021-07-07 22:07:48.704531: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 5120 totalling 5.0KiB 2021-07-07 22:07:48.704546: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 6400 totalling 6.2KiB 2021-07-07 22:07:48.704561: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 7680 totalling 7.5KiB 2021-07-07 22:07:48.704577: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 22528 totalling 22.0KiB 2021-07-07 22:07:48.704593: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 22784 totalling 22.2KiB 2021-07-07 22:07:48.705851: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 4 Chunks of size 24576 totalling 96.0KiB 2021-07-07 22:07:48.705892: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 4 Chunks of size 32768 totalling 128.0KiB 2021-07-07 22:07:48.705913: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 2 Chunks of size 46080 totalling 90.0KiB 2021-07-07 22:07:48.705932: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 4 Chunks of size 73728 totalling 288.0KiB 2021-07-07 22:07:48.705949: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 11 Chunks of size 92160 totalling 990.0KiB 2021-07-07 22:07:48.705966: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 4 Chunks of size 131072 totalling 512.0KiB 2021-07-07 22:07:48.705983: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 133120 totalling 130.0KiB 2021-07-07 22:07:48.705999: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 8 Chunks of size 184320 totalling 1.41MiB 2021-07-07 22:07:48.706015: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 207360 totalling 202.5KiB 2021-07-07 22:07:48.706031: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 233216 totalling 227.8KiB 2021-07-07 22:07:48.706047: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 6 Chunks of size 294912 totalling 1.69MiB 2021-07-07 22:07:48.706063: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 10 Chunks of size 524288 totalling 5.00MiB 2021-07-07 22:07:48.706079: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 572672 totalling 559.2KiB 2021-07-07 22:07:48.706094: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 6 Chunks of size 1179648 totalling 6.75MiB 2021-07-07 22:07:48.706110: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 2086400 totalling 1.99MiB 2021-07-07 22:07:48.706126: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 5 Chunks of size 2097152 totalling 10.00MiB 2021-07-07 22:07:48.706141: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 2971648 totalling 2.83MiB 2021-07-07 22:07:48.706157: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 3932160 totalling 3.75MiB 2021-07-07 22:07:48.706173: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 8 Chunks of size 4718592 totalling 36.00MiB 2021-07-07 22:07:48.706188: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 5210112 totalling 4.97MiB 2021-07-07 22:07:48.706204: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 7208960 totalling 6.88MiB 2021-07-07 22:07:48.706220: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 9 Chunks of size 11796480 totalling 101.25MiB 2021-07-07 22:07:48.706236: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 7 Chunks of size 18874368 totalling 126.00MiB 2021-07-07 22:07:48.706252: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 32 Chunks of size 23592960 totalling 720.00MiB 2021-07-07 22:07:48.706269: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 24641536 totalling 23.50MiB 2021-07-07 22:07:48.706284: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 30408704 totalling 29.00MiB 2021-07-07 22:07:48.706301: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 37378560 totalling 35.65MiB 2021-07-07 22:07:48.706317: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 6 Chunks of size 37748736 totalling 216.00MiB 2021-07-07 22:07:48.706333: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 19 Chunks of size 47185920 totalling 855.00MiB 2021-07-07 22:07:48.706349: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 48234496 totalling 46.00MiB 2021-07-07 22:07:48.706365: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 67108864 totalling 64.00MiB 2021-07-07 22:07:48.706381: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 73769984 totalling 70.35MiB 2021-07-07 22:07:48.707863: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 16 Chunks of size 94371840 totalling 1.41GiB 2021-07-07 22:07:48.707912: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 2 Chunks of size 117964800 totalling 225.00MiB 2021-07-07 22:07:48.707938: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 162941952 totalling 155.39MiB 2021-07-07 22:07:48.707958: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 8 Chunks of size 188743680 totalling 1.41GiB 2021-07-07 22:07:48.707979: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 224395264 totalling 214.00MiB 2021-07-07 22:07:48.707998: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 3 Chunks of size 377487360 totalling 1.05GiB 2021-07-07 22:07:48.708018: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 1 Chunks of size 448790528 totalling 428.00MiB 2021-07-07 22:07:48.708037: I tensorflow/core/common_runtime/bfc_allocator.cc:917] 4 Chunks of size 754974720 totalling 2.81GiB 2021-07-07 22:07:48.708056: I tensorflow/core/common_runtime/bfc_allocator.cc:921] Sum Total of in-use chunks: 9.99GiB 2021-07-07 22:07:48.708075: I tensorflow/core/common_runtime/bfc_allocator.cc:923] total_region_allocatedbytes: 10812804096 memorylimit: 10812804301 available bytes: 205 curr_region_allocationbytes: 17179869184 2021-07-07 22:07:48.708101: I tensorflow/core/common_runtime/bfc_allocator.cc:929] Stats: Limit: 10812804301 InUse: 10731334144 MaxInUse: 10754153216 NumAllocs: 1261 MaxAllocSize: 2565996544

2021-07-07 22:07:48.708232: W tensorflow/core/common_runtime/bfc_allocator.cc:424] **** 2021-07-07 22:07:48.708305: W tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES failed at cwise_ops_common.cc:82 : Resource exhausted: OOM when allocating tensor with shape[4,64,90,1,700,2] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc /opt/conda3/envs/cryolo/lib/python3.7/multiprocessing/semaphore_tracker.py:144: UserWarning: semaphore_tracker: There appear to be 3 leaked semaphores to clean up at shutdown len(cache))

thorstenwagner commented 3 years ago

I see.

  1. You don't need to downsample the micrographs manually. Cryolo will do that for you. Remove the downsampled micrographs. Remove also the folder that cryolo uses to save downsampled micrographs (tmp_filtered).

  2. The problem you see is a memory issue. You can do two things (in your config.json)

    • Reduce the batch size from 4 to 3. I wouldn't go below 3.
    • Reduce the input size from 1024 to 928. Note: Everytime you reduce your input size you need to delete the tmp_filtered folder.

If you do both points your memory problem should be gone.

Best Thorsten

08.07.2021 07:08:50 jianhaoc @.***>:

I manually made EMAN box file but only containing coordinate X/Y. After I added box width and height (see below), downsample micrographs and training data accordingly, it doesn't work yet.

$ more yolo-train-box256-bin4/stack_00241.box 63 600 64 64 945 939 64 64 945 939 64 64 409 434 64 64 513 762 64 64 467 547 64 64 1258 330 64 64 609 170 64 64 489 44 64 64 1137 550 64 64 530 101 64 64 371 69 64 64 1081 915 64 64 241 664 64 64 774 292 64 64 1225 737 64 64 1225 737 64 64 804 898 64 64 579 676 64 64 94 406 64 64

$ e2iminfo.py dn/ibin4/stack_00241.mrc dn/ibin4/stack_00241.mrc 1 images in MRC format 1440 x 1023 representing 0 particles

$ nvidia-smi Wed Jul 7 22:07:26 2021 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 430.40 Driver Version: 430.40 CUDA Version: 10.1 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 GeForce RTX 208... Off | 00000000:18:00.0 Off | N/A | | 27% 34C P2 56W / 250W | 832MiB / 11019MiB | 0% Default | +-------------------------------+----------------------+----------------------+ | 1 GeForce RTX 208... Off | 00000000:3B:00.0 On | N/A | | 27% 35C P8 14W / 250W | 549MiB / 11019MiB | 9% Default | +-------------------------------+----------------------+----------------------+ | 2 GeForce RTX 208... Off | 00000000:86:00.0 Off | N/A | | 27% 30C P8 1W / 250W | 11MiB / 11019MiB | 0% Default | +-------------------------------+----------------------+----------------------+ | 3 GeForce RTX 208... Off | 00000000:AF:00.0 Off | N/A | | 31% 46C P2 58W / 250W | 582MiB / 11019MiB | 27% Default | +-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| | 0 29499 C /opt/conda3/envs/cryolo/bin/python3.7 821MiB | | 1 3818 G /usr/bin/X 270MiB | | 1 5928 G /usr/lib64/firefox/firefox 6MiB | | 1 8270 G /opt/teamviewer/tv_bin/TeamViewer 17MiB | | 1 8284 G /usr/bin/gnome-shell 129MiB | | 1 10286 G /usr/lib64/firefox/firefox 6MiB | | 1 117110 G ...uest-channel-token=10768439906599815069 114MiB | | 3 200215 C /data2/sw/gctf 571MiB | +-----------------------------------------------------------------------------+

##################################################### Important debugging information. In case of any problems, please provide this information. ##################################################### /opt/conda3/envs/cryolo/bin/cryolo_gui.py config --train_image_folder /data/test-cryolo/dn/ibin4 --train_annot_folder /data/test-cryolo/yolo-train-box256-bin4 --saved_weights_name cryolo_model-train.h5 -a PhosaurusNet --input_size 1024 -nm STANDARD --num_patches 1 --overlap_patches 200 --filtered_output filtered_tmp/ -f NONE --low_pass_cutoff 0.1 --janni_overlap 24 --janni_batches 3 --train_times 10 --batch_size 4 --learning_rate 0.0001 --nb_epoch 200 --object_scale 5.0 --no_object_scale 1.0 --coord_scale 1.0 --class_scale 1.0 --debug --log_path logs/ -- config_cryolo-train.json 64 #####################################################

Wrote config to config_cryolo-train.json ##################################################### Important debugging information. In case of any problems, please provide this information. ##################################################### /opt/conda3/envs/cryolo/bin/cryolo_gui.py train -c config_cryolo-train.json -w 5 -nc -1 --gpu_fraction 1.0 -e 10 -lft 2 --seed 10 ##################################################### Using TensorFlow backend. 2021-07-07 22:07:15.385811: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 AVX512F FMA 2021-07-07 22:07:15.395977: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2200000000 Hz 2021-07-07 22:07:15.397965: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x56089615c200 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2021-07-07 22:07:15.397993: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version 2021-07-07 22:07:15.401534: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcuda.so.1 2021-07-07 22:07:15.734199: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x5608961e4e50 initialized for platform CUDA (this does not guarantee that XLA will be used). Devices: 2021-07-07 22:07:15.734276: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): GeForce RTX 2080 Ti, Compute Capability 7.5 2021-07-07 22:07:15.737949: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1639] Found device 0 with properties: name: GeForce RTX 2080 Ti major: 7 minor: 5 memoryClockRate(GHz): 1.545 pciBusID: 0000:18:00.0 2021-07-07 22:07:15.738505: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.0 2021-07-07 22:07:15.740404: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcublas.so.10.0 2021-07-07 22:07:15.742148: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcufft.so.10.0 2021-07-07 22:07:15.742515: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcurand.so.10.0 2021-07-07 22:07:15.744845: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcusolver.so.10.0 2021-07-07 22:07:15.746623: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcusparse.so.10.0 2021-07-07 22:07:15.752018: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudnn.so.7 2021-07-07 22:07:15.755057: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1767] Adding visible gpu devices: 0 2021-07-07 22:07:15.755110: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.0 2021-07-07 22:07:15.758533: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1180] Device interconnect StreamExecutor with strength 1 edge matrix: 2021-07-07 22:07:15.758597: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1186] 0 2021-07-07 22:07:15.758627: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1199] 0: N 2021-07-07 22:07:15.766167: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1325] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10311 MB memory) -> physical GPU (device: 0, name: GeForce RTX 2080 Ti, pci bus id: 0000:18:00.0, compute capability: 7.5) ############################################### The following training image sizes were detected: 1440 x 1023 ( N: 99 )

crYOLO will train in mode: NON_SQUARE Your training input size 1024 was adjusted to [1024, 1440] (height, width) ############################################### Validation set: 20 images Wrote runfile to: logs/runfiles/20210707-220716.json Initialization of model with /opt/conda3/envs/cryolo/lib/python3.7/site-packages/cryolo/full_yolo_backend.h5 Model: "model_2"


Layer (type) Output Shape Param # Connected to

input_1 (InputLayer) (None, 1024, 1440, 1 0


model_1 (Model) (None, 64, 90, 1024) 50646432 input_1[0][0]


conv_23 (Conv2D) (None, 64, 90, 6) 6150 model_1[1][0]


reshape_1 (Reshape) (None, 64, 90, 1, 6) 0 conv_23[0][0]


input_2 (InputLayer) (None, 1, 1, 1, 700, 0


lambda_1 (Lambda) (None, 64, 90, 1, 6) 0 reshape_1[0][0] input_2[0][0]

Total params: 50,652,582 Trainable params: 50,631,526 Non-trainable params: 21,056


Epoch 1/200 2021-07-07 22:07:34.303917: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudnn.so.7 2021-07-07 22:07:37.088095: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcublas.so.10.0 2021-07-07 22:07:38.245016: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 2.19GiB 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. 2021-07-07 22:07:38.245263: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 2.19GiB 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. 2021-07-07 22:07:38.578778: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.00GiB 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. 2021-07-07 22:07:38.578843: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.00GiB 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. 2021-07-07 22:07:38.638293: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 2.01GiB 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. 2021-07-07 22:07:38.638354: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 2.01GiB 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. 2021-07-07 22:07:38.676026: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.29GiB 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. 2021-07-07 22:07:38.676076: W tensorflow/core/common_runtime/bfc_allocator.cc:239] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.29GiB 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. 2021-07-07 22:07:48.680727: W tensorflow/core/common_runtime/bfc_allocator.cc:419] Allocator (GPU_0_bfc) ran out of memory trying to allocate 123.05MiB (rounded to 129024000). Current allocation summary follows. 2021-07-07 22:07:48.680906: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (256): Total Chunks: 381, Chunks in use: 381. 95.2KiB allocated for chunks. 95.2KiB in use in bin. 10.1KiB client-requested in use in bin. 2021-07-07 22:07:48.680938: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (512): Total Chunks: 41, Chunks in use: 39. 20.5KiB allocated for chunks. 19.5KiB in use in bin. 19.5KiB client-requested in use in bin. 2021-07-07 22:07:48.680960: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (1024): Total Chunks: 67, Chunks in use: 66. 68.2KiB allocated for chunks. 67.2KiB in use in bin. 66.5KiB client-requested in use in bin. 2021-07-07 22:07:48.680981: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (2048): Total Chunks: 64, Chunks in use: 63. 130.0KiB allocated for chunks. 128.0KiB in use in bin. 126.0KiB client-requested in use in bin. 2021-07-07 22:07:48.681003: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (4096): Total Chunks: 77, Chunks in use: 75. 314.8KiB allocated for chunks. 306.8KiB in use in bin. 300.0KiB client-requested in use in bin. 2021-07-07 22:07:48.681022: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (8192): Total Chunks: 1, Chunks in use: 0. 11.0KiB allocated for chunks. 0B in use in bin. 0B client-requested in use in bin. 2021-07-07 22:07:48.681043: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (16384): Total Chunks: 6, Chunks in use: 6. 140.2KiB allocated for chunks. 140.2KiB in use in bin. 139.8KiB client-requested in use in bin. 2021-07-07 22:07:48.681064: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (32768): Total Chunks: 6, Chunks in use: 6. 218.0KiB allocated for chunks. 218.0KiB in use in bin. 218.0KiB client-requested in use in bin. 2021-07-07 22:07:48.681083: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (65536): Total Chunks: 15, Chunks in use: 15. 1.25MiB allocated for chunks. 1.25MiB in use in bin. 1.25MiB client-requested in use in bin. 2021-07-07 22:07:48.681102: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (131072): Total Chunks: 17, Chunks in use: 15. 2.80MiB allocated for chunks. 2.45MiB in use in bin. 2.35MiB client-requested in use in bin. 2021-07-07 22:07:48.681121: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (262144): Total Chunks: 6, Chunks in use: 6. 1.69MiB allocated for chunks. 1.69MiB in use in bin. 1.69MiB client-requested in use in bin. 2021-07-07 22:07:48.681140: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (524288): Total Chunks: 12, Chunks in use: 11. 6.07MiB allocated for chunks. 5.55MiB in use in bin. 5.28MiB client-requested in use in bin. 2021-07-07 22:07:48.681159: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (1048576): Total Chunks: 7, Chunks in use: 7. 8.74MiB allocated for chunks. 8.74MiB in use in bin. 7.88MiB client-requested in use in bin. 2021-07-07 22:07:48.681180: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (2097152): Total Chunks: 7, Chunks in use: 7. 16.58MiB allocated for chunks. 16.58MiB in use in bin. 14.00MiB client-requested in use in bin. 2021-07-07 22:07:48.681201: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (4194304): Total Chunks: 10, Chunks in use: 10. 47.84MiB allocated for chunks. 47.84MiB in use in bin. 45.00MiB client-requested in use in bin. 2021-07-07 22:07:48.681221: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (8388608): Total Chunks: 10, Chunks in use: 9. 110.54MiB allocated for chunks. 101.25MiB in use in bin. 101.25MiB client-requested in use in bin. 2021-07-07 22:07:48.681242: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (16777216): Total Chunks: 42, Chunks in use: 41. 921.00MiB allocated for chunks. 898.50MiB in use in bin. 882.00MiB client-requested in use in bin. 2021-07-07 22:07:48.681262: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (33554432): Total Chunks: 28, Chunks in use: 27. 1.17GiB allocated for chunks. 1.12GiB in use in bin. 1.10GiB client-requested in use in bin. 2021-07-07 22:07:48.681280: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (67108864): Total Chunks: 20, Chunks in use: 20. 1.76GiB allocated for chunks. 1.76GiB in use in bin. 1.66GiB client-requested in use in bin. 2021-07-07 22:07:48.681300: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (134217728): Total Chunks: 10, Chunks in use: 10. 1.77GiB allocated for chunks. 1.77GiB in use in bin. 1.67GiB client-requested in use in bin. 2021-07-07 22:07:48.681319: I tensorflow/core/common_runtime/bfc_allocator.cc:869] Bin (268435456): Total Chunks: 8, Chunks in use: 8. 4.29GiB allocated for chunks. 4.29GiB in use in bin. 4.22GiB client-requested in use in bin. 2021-07-07 22:07:48.681348: I tensorflow/core/common_runtime/bfc_allocator.cc:885] Bin for 123.05MiB was 64.00MiB, Chunk State: 2021-07-07 22:07:48.681365: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 1649298432 2021-07-07 22:07:48.681384: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7230000000 next 753 of size 47185920 2021-07-07 22:07:48.681400: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7232d00000 next 757 of size 23592960 2021-07-07 22:07:48.681415: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7234380000 next 759 of size 23592960 2021-07-07 22:07:48.681429: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7235a00000 next 760 of size 47185920 2021-07-07 22:07:48.681443: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7238700000 next 770 of size 23592960 2021-07-07 22:07:48.681457: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7239d80000 next 761 of size 23592960 2021-07-07 22:07:48.681471: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f723b400000 next 766 of size 47185920 2021-07-07 22:07:48.681485: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f723e100000 next 767 of size 47185920 2021-07-07 22:07:48.681499: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7240e00000 next 768 of size 47185920 2021-07-07 22:07:48.681513: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7243b00000 next 771 of size 23592960 2021-07-07 22:07:48.681527: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7245180000 next 762 of size 23592960 2021-07-07 22:07:48.681541: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f7246800000 next 775 of size 23592960 2021-07-07 22:07:48.681555: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7247e80000 next 776 of size 23592960 2021-07-07 22:07:48.681569: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7249500000 next 777 of size 23592960 2021-07-07 22:07:48.681584: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f724ab80000 next 780 of size 11796480 2021-07-07 22:07:48.681599: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f724b6c0000 next 778 of size 11796480 2021-07-07 22:07:48.681615: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f724c200000 next 779 of size 23592960 2021-07-07 22:07:48.681629: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f724d880000 next 783 of size 11796480 2021-07-07 22:07:48.681644: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f724e3c0000 next 784 of size 11796480 2021-07-07 22:07:48.681658: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f724ef00000 next 785 of size 23592960 2021-07-07 22:07:48.681674: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250580000 next 824 of size 184320 2021-07-07 22:07:48.681690: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72505ad000 next 825 of size 92160 2021-07-07 22:07:48.681705: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72505c3800 next 826 of size 92160 2021-07-07 22:07:48.681735: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72505da000 next 822 of size 184320 2021-07-07 22:07:48.681754: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250607000 next 827 of size 207360 2021-07-07 22:07:48.681769: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250639a00 next 828 of size 92160 2021-07-07 22:07:48.681783: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250650200 next 829 of size 92160 2021-07-07 22:07:48.681798: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250666a00 next 830 of size 184320 2021-07-07 22:07:48.681812: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250693a00 next 831 of size 92160 2021-07-07 22:07:48.681826: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f72506aa200 next 832 of size 184320 2021-07-07 22:07:48.681845: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72506d7200 next 823 of size 46080 2021-07-07 22:07:48.681860: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72506e2600 next 833 of size 46080 2021-07-07 22:07:48.681874: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f72506eda00 next 835 of size 184320 2021-07-07 22:07:48.681888: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f725071aa00 next 836 of size 184320 2021-07-07 22:07:48.681902: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7250747a00 next 837 of size 184320 2021-07-07 22:07:48.681916: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f7250774a00 next 794 of size 9745920 2021-07-07 22:07:48.681931: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72510c0000 next 786 of size 11796480 2021-07-07 22:07:48.681945: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7251c00000 next 791 of size 23592960 2021-07-07 22:07:48.681959: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7253280000 next 792 of size 23592960 2021-07-07 22:07:48.681973: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7254900000 next 793 of size 23592960 2021-07-07 22:07:48.681987: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7255f80000 next 797 of size 11796480 2021-07-07 22:07:48.682001: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7256ac0000 next 799 of size 11796480 2021-07-07 22:07:48.682016: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7257600000 next 800 of size 23592960 2021-07-07 22:07:48.682030: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7258c80000 next 781 of size 23592960 2021-07-07 22:07:48.682044: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f725a300000 next 804 of size 23592960 2021-07-07 22:07:48.682058: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f725b980000 next 805 of size 23592960 2021-07-07 22:07:48.682072: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f725d000000 next 806 of size 23592960 2021-07-07 22:07:48.682087: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f725e680000 next 807 of size 23592960 2021-07-07 22:07:48.682101: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f725fd00000 next 798 of size 23592960 2021-07-07 22:07:48.682115: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7261380000 next 809 of size 23592960 2021-07-07 22:07:48.682129: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7262a00000 next 810 of size 23592960 2021-07-07 22:07:48.682143: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f7264080000 next 814 of size 47185920 2021-07-07 22:07:48.682157: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7266d80000 next 815 of size 23592960 2021-07-07 22:07:48.682171: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7268400000 next 816 of size 23592960 2021-07-07 22:07:48.682186: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7269a80000 next 817 of size 94371840 2021-07-07 22:07:48.682202: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f726f480000 next 811 of size 117964800 2021-07-07 22:07:48.682216: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7276500000 next 818 of size 117964800 2021-07-07 22:07:48.682231: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f727d580000 next 820 of size 94371840 2021-07-07 22:07:48.682245: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7282f80000 next 821 of size 94371840 2021-07-07 22:07:48.682260: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7288980000 next 18446744073709551615 of size 162941952 2021-07-07 22:07:48.682277: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 4294967296 2021-07-07 22:07:48.682292: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f729e000000 next 689 of size 754974720 2021-07-07 22:07:48.682307: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72cb000000 next 690 of size 377487360 2021-07-07 22:07:48.682322: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72e1800000 next 691 of size 377487360 2021-07-07 22:07:48.682337: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f72f8000000 next 698 of size 188743680 2021-07-07 22:07:48.682352: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7303400000 next 699 of size 188743680 2021-07-07 22:07:48.682366: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f730e800000 next 694 of size 94371840 2021-07-07 22:07:48.682380: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7314200000 next 703 of size 94371840 2021-07-07 22:07:48.682395: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7319c00000 next 704 of size 94371840 2021-07-07 22:07:48.682409: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f731f600000 next 705 of size 188743680 2021-07-07 22:07:48.682423: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f732aa00000 next 721 of size 47185920 2021-07-07 22:07:48.682437: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f732d700000 next 734 of size 23592960 2021-07-07 22:07:48.682451: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f732ed80000 next 714 of size 23592960 2021-07-07 22:07:48.682465: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7330400000 next 706 of size 94371840 2021-07-07 22:07:48.682479: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7335e00000 next 710 of size 188743680 2021-07-07 22:07:48.682493: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7341200000 next 711 of size 188743680 2021-07-07 22:07:48.682507: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f734c600000 next 713 of size 188743680 2021-07-07 22:07:48.682522: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7357a00000 next 719 of size 94371840 2021-07-07 22:07:48.682536: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f735d400000 next 720 of size 94371840 2021-07-07 22:07:48.682550: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7362e00000 next 723 of size 47185920 2021-07-07 22:07:48.682564: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7365b00000 next 724 of size 47185920 2021-07-07 22:07:48.682578: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7368800000 next 725 of size 47185920 2021-07-07 22:07:48.682592: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f736b500000 next 726 of size 94371840 2021-07-07 22:07:48.682606: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7370f00000 next 735 of size 47185920 2021-07-07 22:07:48.682620: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7373c00000 next 743 of size 23592960 2021-07-07 22:07:48.682634: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7375280000 next 727 of size 23592960 2021-07-07 22:07:48.682648: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7376900000 next 731 of size 94371840 2021-07-07 22:07:48.682662: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f737c300000 next 732 of size 94371840 2021-07-07 22:07:48.682676: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7381d00000 next 733 of size 94371840 2021-07-07 22:07:48.682690: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7387700000 next 740 of size 47185920 2021-07-07 22:07:48.682704: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f738a400000 next 741 of size 47185920 2021-07-07 22:07:48.682724: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f738d100000 next 742 of size 47185920 2021-07-07 22:07:48.682739: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f738fe00000 next 745 of size 23592960 2021-07-07 22:07:48.682753: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7391480000 next 746 of size 23592960 2021-07-07 22:07:48.682767: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7392b00000 next 747 of size 47185920 2021-07-07 22:07:48.682781: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7395800000 next 769 of size 11796480 2021-07-07 22:07:48.682795: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7396340000 next 754 of size 11796480 2021-07-07 22:07:48.682809: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7396e80000 next 748 of size 23592960 2021-07-07 22:07:48.682823: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7398500000 next 752 of size 47185920 2021-07-07 22:07:48.682838: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f739b200000 next 18446744073709551615 of size 48234496 2021-07-07 22:07:48.682852: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 2147483648 2021-07-07 22:07:48.682866: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f73a4000000 next 682 of size 754974720 2021-07-07 22:07:48.682880: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f73d1000000 next 683 of size 754974720 2021-07-07 22:07:48.682894: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f73fe000000 next 685 of size 188743680 2021-07-07 22:07:48.682910: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7409400000 next 18446744073709551615 of size 448790528 2021-07-07 22:07:48.682924: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 1073741824 2021-07-07 22:07:48.682940: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f743c000000 next 700 of size 94371840 2021-07-07 22:07:48.682955: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7441a00000 next 693 of size 94371840 2021-07-07 22:07:48.682970: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7447400000 next 686 of size 188743680 2021-07-07 22:07:48.682984: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7452800000 next 684 of size 377487360 2021-07-07 22:07:48.682998: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7469000000 next 692 of size 94371840 2021-07-07 22:07:48.683014: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f746ea00000 next 18446744073709551615 of size 224395264 2021-07-07 22:07:48.683027: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 1073741824 2021-07-07 22:07:48.683041: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f74fc000000 next 516 of size 754974720 2021-07-07 22:07:48.683056: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7529000000 next 597 of size 2048 2021-07-07 22:07:48.683071: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7529000800 next 598 of size 37748736 2021-07-07 22:07:48.683086: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b400800 next 599 of size 1024 2021-07-07 22:07:48.683101: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b400c00 next 600 of size 4096 2021-07-07 22:07:48.683116: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b401c00 next 601 of size 4096 2021-07-07 22:07:48.683130: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b402c00 next 602 of size 1024 2021-07-07 22:07:48.683144: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b403000 next 603 of size 1280 2021-07-07 22:07:48.683159: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b403500 next 604 of size 512 2021-07-07 22:07:48.683174: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b403700 next 605 of size 512 2021-07-07 22:07:48.683188: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b403900 next 606 of size 1024 2021-07-07 22:07:48.683203: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b403d00 next 607 of size 4718592 2021-07-07 22:07:48.683217: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b883d00 next 608 of size 1024 2021-07-07 22:07:48.683231: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b884100 next 609 of size 4096 2021-07-07 22:07:48.683246: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752b885100 next 610 of size 18874368 2021-07-07 22:07:48.683261: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752ca85100 next 611 of size 524288 2021-07-07 22:07:48.683276: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752cb05100 next 612 of size 37748736 2021-07-07 22:07:48.683290: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f752ef05100 next 613 of size 47185920 2021-07-07 22:07:48.683304: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c05100 next 614 of size 512 2021-07-07 22:07:48.683318: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c05300 next 615 of size 512 2021-07-07 22:07:48.683332: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c05500 next 616 of size 1024 2021-07-07 22:07:48.683346: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c05900 next 617 of size 1024 2021-07-07 22:07:48.683360: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c05d00 next 618 of size 4096 2021-07-07 22:07:48.683374: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c06d00 next 619 of size 4096 2021-07-07 22:07:48.683388: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c07d00 next 620 of size 4096 2021-07-07 22:07:48.683403: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c08d00 next 621 of size 1024 2021-07-07 22:07:48.683417: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c09100 next 622 of size 4096 2021-07-07 22:07:48.683431: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c0a100 next 623 of size 256 2021-07-07 22:07:48.683446: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c0a200 next 624 of size 131072 2021-07-07 22:07:48.683460: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7531c2a200 next 625 of size 4718592 2021-07-07 22:07:48.683475: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75320aa200 next 626 of size 2048 2021-07-07 22:07:48.683489: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75320aaa00 next 627 of size 4718592 2021-07-07 22:07:48.683503: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753252aa00 next 628 of size 2097152 2021-07-07 22:07:48.683517: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753272aa00 next 629 of size 4096 2021-07-07 22:07:48.683531: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753272ba00 next 630 of size 4096 2021-07-07 22:07:48.683545: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753272ca00 next 631 of size 47185920 2021-07-07 22:07:48.683560: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753542ca00 next 632 of size 4096 2021-07-07 22:07:48.683574: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753542da00 next 633 of size 1179648 2021-07-07 22:07:48.683589: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753554da00 next 634 of size 256 2021-07-07 22:07:48.683603: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753554db00 next 635 of size 2048 2021-07-07 22:07:48.683617: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753554e300 next 636 of size 2048 2021-07-07 22:07:48.683631: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753554eb00 next 637 of size 2048 2021-07-07 22:07:48.683645: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753554f300 next 638 of size 4096 2021-07-07 22:07:48.683659: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7535550300 next 639 of size 37748736 2021-07-07 22:07:48.683673: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537950300 next 640 of size 4096 2021-07-07 22:07:48.683687: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537951300 next 641 of size 2048 2021-07-07 22:07:48.683701: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537951b00 next 642 of size 2048 2021-07-07 22:07:48.683721: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537952300 next 643 of size 2048 2021-07-07 22:07:48.683736: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537952b00 next 644 of size 4096 2021-07-07 22:07:48.683750: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537953b00 next 645 of size 4096 2021-07-07 22:07:48.683764: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537954b00 next 646 of size 92160 2021-07-07 22:07:48.683779: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f753796b300 next 647 of size 22528 2021-07-07 22:07:48.683793: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537970b00 next 669 of size 4096 2021-07-07 22:07:48.683807: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537971b00 next 670 of size 4096 2021-07-07 22:07:48.683821: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537972b00 next 671 of size 4096 2021-07-07 22:07:48.683835: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537973b00 next 672 of size 4096 2021-07-07 22:07:48.683850: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537974b00 next 673 of size 4096 2021-07-07 22:07:48.683865: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537975b00 next 674 of size 1024 2021-07-07 22:07:48.683879: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537975f00 next 675 of size 256 2021-07-07 22:07:48.683893: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537976000 next 676 of size 2048 2021-07-07 22:07:48.683907: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537976800 next 677 of size 2048 2021-07-07 22:07:48.683921: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537977000 next 678 of size 1024 2021-07-07 22:07:48.683935: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537977400 next 679 of size 2048 2021-07-07 22:07:48.683949: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537977c00 next 680 of size 4096 2021-07-07 22:07:48.683963: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7537978c00 next 648 of size 184320 2021-07-07 22:07:48.683978: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75379a5c00 next 18446744073709551615 of size 73769984 2021-07-07 22:07:48.683992: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 268435456 2021-07-07 22:07:48.684006: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f758a000000 next 65 of size 18874368 2021-07-07 22:07:48.684020: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f758b200000 next 119 of size 37748736 2021-07-07 22:07:48.684034: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f758d600000 next 125 of size 37748736 2021-07-07 22:07:48.684049: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f758fa00000 next 126 of size 47185920 2021-07-07 22:07:48.684063: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7592700000 next 555 of size 2048 2021-07-07 22:07:48.684077: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7592700800 next 556 of size 37748736 2021-07-07 22:07:48.684092: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594b00800 next 557 of size 24576 2021-07-07 22:07:48.684106: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594b06800 next 558 of size 256 2021-07-07 22:07:48.684121: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594b06900 next 559 of size 1024 2021-07-07 22:07:48.684135: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594b06d00 next 560 of size 4718592 2021-07-07 22:07:48.684149: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594f86d00 next 561 of size 2048 2021-07-07 22:07:48.684163: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594f87500 next 562 of size 2048 2021-07-07 22:07:48.684177: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7594f87d00 next 563 of size 524288 2021-07-07 22:07:48.684192: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7595007d00 next 564 of size 73728 2021-07-07 22:07:48.684207: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7595019d00 next 565 of size 32768 2021-07-07 22:07:48.684221: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7595021d00 next 566 of size 4718592 2021-07-07 22:07:48.684235: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75954a1d00 next 567 of size 524288 2021-07-07 22:07:48.684249: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7595521d00 next 568 of size 2048 2021-07-07 22:07:48.684264: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7595522500 next 569 of size 18874368 2021-07-07 22:07:48.684278: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596722500 next 570 of size 4096 2021-07-07 22:07:48.684292: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596723500 next 571 of size 256 2021-07-07 22:07:48.684306: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596723600 next 572 of size 256 2021-07-07 22:07:48.684320: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596723700 next 573 of size 1024 2021-07-07 22:07:48.684334: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596723b00 next 574 of size 512 2021-07-07 22:07:48.684348: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596723d00 next 575 of size 524288 2021-07-07 22:07:48.684362: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75967a3d00 next 576 of size 524288 2021-07-07 22:07:48.684376: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7596823d00 next 577 of size 18874368 2021-07-07 22:07:48.684390: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a23d00 next 578 of size 4096 2021-07-07 22:07:48.684404: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a24d00 next 579 of size 4096 2021-07-07 22:07:48.684418: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a25d00 next 580 of size 4096 2021-07-07 22:07:48.684432: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a26d00 next 581 of size 256 2021-07-07 22:07:48.684446: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a26e00 next 582 of size 256 2021-07-07 22:07:48.684460: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a26f00 next 583 of size 256 2021-07-07 22:07:48.684474: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a27000 next 584 of size 512 2021-07-07 22:07:48.684488: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a27200 next 585 of size 1024 2021-07-07 22:07:48.684502: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597a27600 next 586 of size 524288 2021-07-07 22:07:48.684516: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597aa7600 next 587 of size 2048 2021-07-07 22:07:48.684530: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597aa7e00 next 588 of size 1024 2021-07-07 22:07:48.684544: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597aa8200 next 589 of size 2048 2021-07-07 22:07:48.684558: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597aa8a00 next 590 of size 4096 2021-07-07 22:07:48.684572: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597aa9a00 next 591 of size 1024 2021-07-07 22:07:48.684587: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597aa9e00 next 592 of size 294912 2021-07-07 22:07:48.684601: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597af1e00 next 593 of size 294912 2021-07-07 22:07:48.684615: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597b39e00 next 594 of size 1024 2021-07-07 22:07:48.684629: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597b3a200 next 595 of size 1179648 2021-07-07 22:07:48.684643: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597c5a200 next 596 of size 1024 2021-07-07 22:07:48.684658: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f7597c5a600 next 18446744073709551615 of size 37378560 2021-07-07 22:07:48.684672: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 134217728 2021-07-07 22:07:48.684686: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a2000000 next 175 of size 18874368 2021-07-07 22:07:48.684700: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a3200000 next 57 of size 47185920 2021-07-07 22:07:48.684722: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a5f00000 next 58 of size 18874368 2021-07-07 22:07:48.684738: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7100000 next 82 of size 2097152 2021-07-07 22:07:48.684752: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7300000 next 85 of size 4718592 2021-07-07 22:07:48.684767: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7780000 next 87 of size 524288 2021-07-07 22:07:48.684781: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7800000 next 122 of size 4718592 2021-07-07 22:07:48.684795: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7c80000 next 131 of size 1179648 2021-07-07 22:07:48.684810: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7da0000 next 136 of size 524288 2021-07-07 22:07:48.684824: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7e20000 next 152 of size 1179648 2021-07-07 22:07:48.684838: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a7f40000 next 59 of size 3932160 2021-07-07 22:07:48.684854: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75a8300000 next 18446744073709551615 of size 30408704 2021-07-07 22:07:48.684868: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 67108864 2021-07-07 22:07:48.684886: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75aa000000 next 18446744073709551615 of size 67108864 2021-07-07 22:07:48.684900: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 67108864 2021-07-07 22:07:48.684915: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75ae000000 next 341 of size 23592960 2021-07-07 22:07:48.684929: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75af680000 next 529 of size 18874368 2021-07-07 22:07:48.684944: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b0880000 next 18446744073709551615 of size 24641536 2021-07-07 22:07:48.684958: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 8388608 2021-07-07 22:07:48.684973: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2000000 next 173 of size 1179648 2021-07-07 22:07:48.684988: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2120000 next 18446744073709551615 of size 7208960 2021-07-07 22:07:48.685002: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 8388608 2021-07-07 22:07:48.685016: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2800000 next 177 of size 2097152 2021-07-07 22:07:48.685030: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a00000 next 362 of size 92160 2021-07-07 22:07:48.685044: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a16800 next 365 of size 92160 2021-07-07 22:07:48.685058: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a2d000 next 370 of size 256 2021-07-07 22:07:48.685073: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a2d100 next 366 of size 22784 2021-07-07 22:07:48.685087: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a32a00 next 687 of size 256 2021-07-07 22:07:48.685101: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a32b00 next 701 of size 256 2021-07-07 22:07:48.685115: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a32c00 next 702 of size 256 2021-07-07 22:07:48.685129: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2a32d00 next 695 of size 512 2021-07-07 22:07:48.685143: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a32f00 next 696 of size 512 2021-07-07 22:07:48.685157: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a33100 next 697 of size 512 2021-07-07 22:07:48.685171: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2a33300 next 707 of size 512 2021-07-07 22:07:48.685192: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a33500 next 708 of size 512 2021-07-07 22:07:48.685206: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a33700 next 709 of size 512 2021-07-07 22:07:48.685220: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a33900 next 722 of size 512 2021-07-07 22:07:48.685234: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a33b00 next 715 of size 512 2021-07-07 22:07:48.685248: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a33d00 next 716 of size 1024 2021-07-07 22:07:48.685263: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a34100 next 717 of size 1024 2021-07-07 22:07:48.685277: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a34500 next 718 of size 1024 2021-07-07 22:07:48.685291: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2a34900 next 728 of size 1024 2021-07-07 22:07:48.685304: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a34d00 next 729 of size 1024 2021-07-07 22:07:48.685318: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a35100 next 730 of size 1024 2021-07-07 22:07:48.685332: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a35500 next 736 of size 1024 2021-07-07 22:07:48.685346: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a35900 next 744 of size 1024 2021-07-07 22:07:48.685360: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a35d00 next 755 of size 1024 2021-07-07 22:07:48.685374: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a36100 next 737 of size 1024 2021-07-07 22:07:48.685388: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a36500 next 738 of size 2048 2021-07-07 22:07:48.685402: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a36d00 next 739 of size 2048 2021-07-07 22:07:48.685416: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a37500 next 772 of size 1024 2021-07-07 22:07:48.685430: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a37900 next 749 of size 1024 2021-07-07 22:07:48.685444: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a37d00 next 750 of size 2048 2021-07-07 22:07:48.685458: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a38500 next 751 of size 2048 2021-07-07 22:07:48.685472: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a38d00 next 756 of size 1024 2021-07-07 22:07:48.685486: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2a39100 next 763 of size 4096 2021-07-07 22:07:48.685500: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3a100 next 764 of size 2048 2021-07-07 22:07:48.685514: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3a900 next 765 of size 2048 2021-07-07 22:07:48.685527: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3b100 next 782 of size 2048 2021-07-07 22:07:48.685541: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3b900 next 758 of size 2048 2021-07-07 22:07:48.685555: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3c100 next 773 of size 4096 2021-07-07 22:07:48.685569: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3d100 next 774 of size 4096 2021-07-07 22:07:48.685583: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2a3e100 next 795 of size 2048 2021-07-07 22:07:48.685597: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a3e900 next 787 of size 2048 2021-07-07 22:07:48.685611: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2a3f100 next 788 of size 4096 2021-07-07 22:07:48.685625: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a40100 next 789 of size 4096 2021-07-07 22:07:48.685639: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a41100 next 790 of size 4096 2021-07-07 22:07:48.685653: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a42100 next 796 of size 2048 2021-07-07 22:07:48.685667: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a42900 next 801 of size 4096 2021-07-07 22:07:48.685681: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a43900 next 802 of size 4096 2021-07-07 22:07:48.685695: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a44900 next 803 of size 4096 2021-07-07 22:07:48.685709: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a45900 next 808 of size 4096 2021-07-07 22:07:48.685731: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a46900 next 812 of size 4096 2021-07-07 22:07:48.685746: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a47900 next 367 of size 6400 2021-07-07 22:07:48.685761: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a49200 next 659 of size 1024 2021-07-07 22:07:48.685774: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a49600 next 660 of size 512 2021-07-07 22:07:48.685788: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a49800 next 661 of size 1024 2021-07-07 22:07:48.685802: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a49c00 next 662 of size 1024 2021-07-07 22:07:48.685816: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4a000 next 663 of size 4096 2021-07-07 22:07:48.685830: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4b000 next 664 of size 2048 2021-07-07 22:07:48.685844: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4b800 next 665 of size 2048 2021-07-07 22:07:48.685858: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4c000 next 666 of size 2048 2021-07-07 22:07:48.685872: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4c800 next 667 of size 4096 2021-07-07 22:07:48.685886: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4d800 next 668 of size 2048 2021-07-07 22:07:48.685900: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4e000 next 368 of size 2560 2021-07-07 22:07:48.685915: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2a4ea00 next 458 of size 2097152 2021-07-07 22:07:48.685929: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c4ea00 next 502 of size 24576 2021-07-07 22:07:48.685943: I tensorflow/core/common_runtime/bfc_allocator.cc:905] Free at 0x7f75b2c54a00 next 512 of size 11264 2021-07-07 22:07:48.685957: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c57600 next 649 of size 256 2021-07-07 22:07:48.685971: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c57700 next 650 of size 256 2021-07-07 22:07:48.685985: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c57800 next 651 of size 256 2021-07-07 22:07:48.685999: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c57900 next 652 of size 256 2021-07-07 22:07:48.686013: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c57a00 next 653 of size 1024 2021-07-07 22:07:48.686027: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c57e00 next 654 of size 1024 2021-07-07 22:07:48.686041: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c58200 next 655 of size 512 2021-07-07 22:07:48.686055: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c58400 next 656 of size 2048 2021-07-07 22:07:48.686070: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c58c00 next 657 of size 1024 2021-07-07 22:07:48.686084: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c59000 next 658 of size 1024 2021-07-07 22:07:48.686098: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c59400 next 513 of size 3584 2021-07-07 22:07:48.686112: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5a200 next 514 of size 256 2021-07-07 22:07:48.686126: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5a300 next 517 of size 256 2021-07-07 22:07:48.686140: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5a400 next 519 of size 512 2021-07-07 22:07:48.686154: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5a600 next 520 of size 1024 2021-07-07 22:07:48.686168: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5aa00 next 521 of size 1024 2021-07-07 22:07:48.686182: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5ae00 next 522 of size 1024 2021-07-07 22:07:48.686196: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5b200 next 523 of size 4096 2021-07-07 22:07:48.686210: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5c200 next 524 of size 1280 2021-07-07 22:07:48.686224: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5c700 next 525 of size 512 2021-07-07 22:07:48.686238: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5c900 next 526 of size 256 2021-07-07 22:07:48.686252: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c5ca00 next 527 of size 131072 2021-07-07 22:07:48.686266: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c7ca00 next 528 of size 256 2021-07-07 22:07:48.686281: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c7cb00 next 530 of size 73728 2021-07-07 22:07:48.686295: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c8eb00 next 531 of size 4096 2021-07-07 22:07:48.686309: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2c8fb00 next 532 of size 294912 2021-07-07 22:07:48.686323: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2cd7b00 next 533 of size 512 2021-07-07 22:07:48.686337: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2cd7d00 next 534 of size 256 2021-07-07 22:07:48.686351: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2cd7e00 next 535 of size 32768 2021-07-07 22:07:48.686365: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2cdfe00 next 536 of size 512 2021-07-07 22:07:48.686379: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2ce0000 next 537 of size 512 2021-07-07 22:07:48.686393: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2ce0200 next 538 of size 2048 2021-07-07 22:07:48.686407: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2ce0a00 next 539 of size 1024 2021-07-07 22:07:48.686420: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2ce0e00 next 540 of size 4096 2021-07-07 22:07:48.686434: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2ce1e00 next 541 of size 512 2021-07-07 22:07:48.686449: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2ce2000 next 542 of size 1179648 2021-07-07 22:07:48.686463: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2e02000 next 544 of size 2048 2021-07-07 22:07:48.686477: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2e02800 next 545 of size 256 2021-07-07 22:07:48.686491: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2e02900 next 546 of size 256 2021-07-07 22:07:48.686506: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b2e02a00 next 18446744073709551615 of size 2086400 2021-07-07 22:07:48.686519: I tensorflow/core/common_runtime/bfc_allocator.cc:898] Next region of size 16777216 2021-07-07 22:07:48.686533: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3000000 next 543 of size 4718592 2021-07-07 22:07:48.686548: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3480000 next 547 of size 1024 2021-07-07 22:07:48.686562: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3480400 next 548 of size 2048 2021-07-07 22:07:48.686575: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3480c00 next 549 of size 2048 2021-07-07 22:07:48.686589: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3481400 next 550 of size 2048 2021-07-07 22:07:48.686603: I tensorflow/core/common_runtime/bfc_allocator.cc:905] InUse at 0x7f75b3481c00 next 551 of size 2097152 2021-07-07 22:07:48.686618: I tensorflow/core/common_runtime/bfc_allocator.c

thorstenwagner commented 2 years ago

I guess it is solved.