For some reason, the log file from the current model I submitted since 10 hours ago has not updated. Is this the model's problem or simply the model is queuing with other people's model being run on the server?
```
STDOUT: Sat Oct 29 18:10:13 2016
STDOUT: +------------------------------------------------------+
STDOUT: | NVIDIA-SMI 352.99 Driver Version: 352.99 |
STDOUT: |-------------------------------+----------------------+----------------------+
STDOUT: | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
STDOUT: | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
STDOUT: |===============================+======================+======================|
STDOUT: | 0 Tesla K80 Off | 0000:87:00.0 Off | Off |
STDOUT: | N/A 38C P8 26W / 149W | 56MiB / 12287MiB | 0% Default |
STDOUT: +-------------------------------+----------------------+----------------------+
STDOUT: | 1 Tesla K80 Off | 0000:88:00.0 Off | Off |
STDOUT: | N/A 35C P8 30W / 149W | 56MiB / 12287MiB | 0% Default |
STDOUT: +-------------------------------+----------------------+----------------------+
STDOUT:
STDOUT: +-----------------------------------------------------------------------------+
STDOUT: | Processes: GPU Memory |
STDOUT: | GPU PID Type Process name Usage |
STDOUT: |=============================================================================|
STDOUT: | No running processes found |
STDOUT: +-----------------------------------------------------------------------------+
STDERR: Python 2.7.6
STDOUT: ---
STDOUT: Metadata-Version: 2.0
STDOUT: Name: tensorflow
STDOUT: Version: 0.9.0
STDOUT: Summary: TensorFlow helps the tensors flow
STDOUT: Home-page: http://tensorflow.org/
STDOUT: Author: Google Inc.
STDOUT: Author-email: opensource@google.com
STDOUT: Installer: pip
STDOUT: License: Apache 2.0
STDOUT: Location: /usr/local/lib/python2.7/dist-packages
STDOUT: Requires: numpy, six, wheel, protobuf
STDOUT: Classifiers:
STDOUT: Development Status :: 4 - Beta
STDOUT: Intended Audience :: Developers
STDOUT: Intended Audience :: Education
STDOUT: Intended Audience :: Science/Research
STDOUT: License :: OSI Approved :: Apache Software License
STDOUT: Programming Language :: Python :: 2.7
STDOUT: Topic :: Scientific/Engineering :: Mathematics
STDOUT: Topic :: Software Development :: Libraries :: Python Modules
STDOUT: Topic :: Software Development :: Libraries
STDOUT: Entry-points:
STDOUT: [console_scripts]
STDOUT: tensorboard = tensorflow.tensorboard.tensorboard:main
STDERR: /usr/local/lib/python2.7/dist-packages/sklearn/cross_validation.py:44: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20.
STDERR: "This module will be removed in 0.20.", DeprecationWarning)
STDERR: I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcublas.so locally
STDERR: I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcudnn.so locally
STDERR: I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcufft.so locally
STDERR: I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcuda.so locally
STDERR: I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcurand.so locally
STDOUT: hdf5 not supported (please install/reinstall h5py)
STDOUT: Parsing the csv's.
STDOUT: Size of X_tr: 156923
STDOUT: Size of X_te: 156924
STDOUT: Size of Y_tr: 156923
STDOUT: Size of Y_te: 156924
STDOUT: Let's start the training!
STDOUT: Network: GoogLe, Dropout: 0.6, Reg: 0.0001, LR: 0.0001, Decay: 0.985
STDERR: I tensorflow/core/common_runtime/gpu/gpu_init.cc:102] Found device 0 with properties:
STDERR: name: Tesla K80
STDERR: major: 3 minor: 7 memoryClockRate (GHz) 0.8235
STDERR: pciBusID 0000:87:00.0
STDERR: Total memory: 12.00GiB
STDERR: Free memory: 11.88GiB
STDERR: W tensorflow/stream_executor/cuda/cuda_driver.cc:572] creating context when one is currently active; existing: 0x6a54250
STDERR: I tensorflow/core/common_runtime/gpu/gpu_init.cc:102] Found device 1 with properties:
STDERR: name: Tesla K80
STDERR: major: 3 minor: 7 memoryClockRate (GHz) 0.8235
STDERR: pciBusID 0000:88:00.0
STDERR: Total memory: 12.00GiB
STDERR: Free memory: 11.88GiB
STDERR: I tensorflow/core/common_runtime/gpu/gpu_init.cc:126] DMA: 0 1
STDERR: I tensorflow/core/common_runtime/gpu/gpu_init.cc:136] 0: Y Y
STDERR: I tensorflow/core/common_runtime/gpu/gpu_init.cc:136] 1: Y Y
STDERR: I tensorflow/core/common_runtime/gpu/gpu_device.cc:806] Creating TensorFlow device (/gpu:0) -> (device: 0, name: Tesla K80, pci bus id: 0000:87:00.0)
STDERR: I tensorflow/core/common_runtime/gpu/gpu_device.cc:806] Creating TensorFlow device (/gpu:1) -> (device: 1, name: Tesla K80, pci bus id: 0000:88:00.0)
STDERR: I tensorflow/core/common_runtime/gpu/pool_allocator.cc:244] PoolAllocator: After 2889 get requests, put_count=2328 evicted_count=1000 eviction_rate=0.429553 and unsatisfied allocation rate=0.574939
STDERR: I tensorflow/core/common_runtime/gpu/pool_allocator.cc:256] Raising pool_size_limit_ from 100 to 110
```
Created by Lintang Adyuta Sutawika lintangsutawika > It seems that some of my models take longer than others even though they are the same. Is this because the models are run alongside other models?
It's not clear what difference you are asking about. You have submitted a variety of models, some of which completed and some of which failed, so the duration may vary due to changes you made in your model. Submissions 7429639 and 7430359 are the same model. The first ran in 5h:18m and the second ran in 5h:31m, so the time seems consistent when running the same model. Each model has dedicated resources (CPU, GPU, RAM and disk space) so it shouldn't be affected by others. A model can be delayed because it's behind others in the queue. From time to time we may need to restart a model due to an infrastructure issue, which may also affect the completion time.
> These logs from another model that has completed also show something I don't understand. Is this infrastructure state?
I'm not familiar with this particular print out so I can't comment off-hand. If you have a specific question, please ask. Hi Thomas, thanks but I am more interested in knowing how periodically will our model progress. It seems that some of my models take longer than others even though they are the same. Is this because the models are run alongside other models?
These logs from another model that has completed also show something I don't understand. Is this infrastructure state?
```
STDERR: I tensorflow/core/common_runtime/gpu/pool_allocator.cc:244] PoolAllocator: After 18537463 get requests, put_count=18536615 evicted_count=10000 eviction_rate=0.000539473 and unsatisfied allocation rate=0.000585733
STDERR: I tensorflow/core/common_runtime/gpu/pool_allocator.cc:244] PoolAllocator: After 18555071 get requests, put_count=18554917 evicted_count=20000 eviction_rate=0.00107788 and unsatisfied allocation rate=0.00108671
STDERR: I tensorflow/core/common_runtime/gpu/pool_allocator.cc:244] PoolAllocator: After 18572682 get requests, put_count=18573220 evicted_count=30000 eviction_rate=0.00161523 and unsatisfied allocation rate=0.00158685
STDERR: I tensorflow/core/common_runtime/gpu/pool_allocator.cc:244] PoolAllocator: After 2960 get requests, put_count=3430 evicted_count=2000 eviction_rate=0.58309 and unsatisfied allocation rate=0.520608
```
Dear Lintang,
Here are all the submissions you made. Please kindly let me know which submissionId you are interested in and we can dig in deeper.
${leaderboard?path=%2Fevaluation%2Fsubmission%2Fquery%3Fquery%3Dselect%2B%2A%2Bfrom%2Bevaluation%5F7213944%2Bwhere%2BUSER%5FID%253D%253D%25223346930%2522%2BORDER%2BBY%2BmodifiedOn%2BDESC&paging=true&queryTableResults=true&showIfLoggedInOnly=false&pageSize=100&showRowNumber=false&jsonResultsKeyName=rows&columnConfig0=none%2CSUBMISSION ID%2CobjectId%3B%2CNONE&columnConfig1=none%2C%2Cstatus%3B%2CNONE&columnConfig2=none%2CStatus Description%2CSTATUS%5FDESCRIPTION%3B%2CNONE&columnConfig3=userid%2C%2CUSER%5FID%3B%2CNONE&columnConfig4=none%2C%2CSUBMITTER%3B%2CNONE&columnConfig5=epochdate%2C%2CmodifiedOn%3B%2CNONE&columnConfig6=synapseid%2C%2CentityId%3B%2CNONE&columnConfig7=none%2C%2CSUBMISSION%5FFOLDER%3B%2CNONE}
Many thanks,
Thomas I also submitted a model I have previously submitted before which was successfully trained however this time it was terminated by the server.
```
STDOUT: Sun Oct 30 04:35:00 2016
STDOUT: +------------------------------------------------------+
STDOUT: | NVIDIA-SMI 352.99 Driver Version: 352.99 |
STDOUT: |-------------------------------+----------------------+----------------------+
STDOUT: | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
STDOUT: | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
STDOUT: |===============================+======================+======================|
STDOUT: | 0 Tesla K80 Off | 0000:87:00.0 Off | 0 |
STDOUT: | N/A 52C P0 63W / 149W | 11008MiB / 11519MiB | 0% Default |
STDOUT: +-------------------------------+----------------------+----------------------+
STDOUT: | 1 Tesla K80 Off | 0000:88:00.0 Off | 0 |
STDOUT: | N/A 45C P0 71W / 149W | 124MiB / 11519MiB | 0% Default |
STDOUT: +-------------------------------+----------------------+----------------------+
STDOUT:
STDOUT: +-----------------------------------------------------------------------------+
STDOUT: | Processes: GPU Memory |
STDOUT: | GPU PID Type Process name Usage |
STDOUT: |=============================================================================|
STDOUT: +-----------------------------------------------------------------------------+
STDERR: Python 2.7.6
STDOUT: ---
STDOUT: Metadata-Version: 2.0
STDOUT: Name: tensorflow
STDOUT: Version: 0.9.0
STDOUT: Summary: TensorFlow helps the tensors flow
STDOUT: Home-page: http://tensorflow.org/
STDOUT: Author: Google Inc.
STDOUT: Author-email: opensource@google.com
STDOUT: Installer: pip
STDOUT: License: Apache 2.0
STDOUT: Location: /usr/local/lib/python2.7/dist-packages
STDOUT: Requires: numpy, six, wheel, protobuf
STDOUT: Classifiers:
STDOUT: Development Status :: 4 - Beta
STDOUT: Intended Audience :: Developers
STDOUT: Intended Audience :: Education
STDOUT: Intended Audience :: Science/Research
STDOUT: License :: OSI Approved :: Apache Software License
STDOUT: Programming Language :: Python :: 2.7
STDOUT: Topic :: Scientific/Engineering :: Mathematics
STDOUT: Topic :: Software Development :: Libraries :: Python Modules
STDOUT: Topic :: Software Development :: Libraries
STDOUT: Entry-points:
STDOUT: [console_scripts]
STDOUT: tensorboard = tensorflow.tensorboard.tensorboard:main
STDERR: /usr/local/lib/python2.7/dist-packages/sklearn/cross_validation.py:44: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20.
STDERR: "This module will be removed in 0.20.", DeprecationWarning)
STDERR: I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcublas.so locally
STDERR: I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcudnn.so locally
STDERR: I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcufft.so locally
STDERR: I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcuda.so locally
STDERR: I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcurand.so locally
STDOUT: hdf5 not supported (please install/reinstall h5py)
STDOUT: Parsing the csv's.
STDOUT: Size of X_tr: 313533
STDOUT: Size of X_te: 314
STDOUT: Size of Y_tr: 313533
STDOUT: Size of Y_te: 314
STDOUT: Let's start the training!
STDOUT: Network: GoogLe, Dropout: 0.6, Reg: 0.0001, LR: 0.0001, Decay: 0.985
STDERR: I tensorflow/core/common_runtime/gpu/gpu_init.cc:102] Found device 0 with properties:
STDERR: name: Tesla K80
STDERR: major: 3 minor: 7 memoryClockRate (GHz) 0.8235
STDERR: pciBusID 0000:87:00.0
STDERR: Total memory: 11.25GiB
STDERR: Free memory: 444.95MiB
STDERR: W tensorflow/stream_executor/cuda/cuda_driver.cc:572] creating context when one is currently active; existing: 0x5ae2f80
STDERR: I tensorflow/core/common_runtime/gpu/gpu_init.cc:102] Found device 1 with properties:
STDERR: name: Tesla K80
STDERR: major: 3 minor: 7 memoryClockRate (GHz) 0.8235
STDERR: pciBusID 0000:88:00.0
STDERR: Total memory: 11.25GiB
STDERR: Free memory: 11.06GiB
STDERR: I tensorflow/core/common_runtime/gpu/gpu_init.cc:126] DMA: 0 1
STDERR: I tensorflow/core/common_runtime/gpu/gpu_init.cc:136] 0: Y Y
STDERR: I tensorflow/core/common_runtime/gpu/gpu_init.cc:136] 1: Y Y
STDERR: I tensorflow/core/common_runtime/gpu/gpu_device.cc:806] Creating TensorFlow device (/gpu:0) -> (device: 0, name: Tesla K80, pci bus id: 0000:87:00.0)
STDERR: I tensorflow/core/common_runtime/gpu/gpu_device.cc:806] Creating TensorFlow device (/gpu:1) -> (device: 1, name: Tesla K80, pci bus id: 0000:88:00.0)
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (256): Total Chunks: 15, Chunks in use: 0 3.8KiB allocated for chunks. 60B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (512): Total Chunks: 8, Chunks in use: 0 4.5KiB allocated for chunks. 32B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (1024): Total Chunks: 1, Chunks in use: 0 1.5KiB allocated for chunks. 4B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (2048): Total Chunks: 0, Chunks in use: 0 0B allocated for chunks. 0B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (4096): Total Chunks: 0, Chunks in use: 0 0B allocated for chunks. 0B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (8192): Total Chunks: 1, Chunks in use: 0 8.8KiB allocated for chunks. 4B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (16384): Total Chunks: 0, Chunks in use: 0 0B allocated for chunks. 0B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (32768): Total Chunks: 1, Chunks in use: 0 48.0KiB allocated for chunks. 48.0KiB client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (65536): Total Chunks: 1, Chunks in use: 0 84.0KiB allocated for chunks. 0B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (131072): Total Chunks: 2, Chunks in use: 0 298.0KiB allocated for chunks. 278.0KiB client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (262144): Total Chunks: 6, Chunks in use: 0 2.08MiB allocated for chunks. 982.0KiB client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (524288): Total Chunks: 0, Chunks in use: 0 0B allocated for chunks. 0B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (1048576): Total Chunks: 2, Chunks in use: 0 2.64MiB allocated for chunks. 2.29MiB client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (2097152): Total Chunks: 0, Chunks in use: 0 0B allocated for chunks. 0B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (4194304): Total Chunks: 0, Chunks in use: 0 0B allocated for chunks. 0B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (8388608): Total Chunks: 0, Chunks in use: 0 0B allocated for chunks. 0B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (16777216): Total Chunks: 0, Chunks in use: 0 0B allocated for chunks. 0B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (33554432): Total Chunks: 0, Chunks in use: 0 0B allocated for chunks. 0B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (67108864): Total Chunks: 0, Chunks in use: 0 0B allocated for chunks. 0B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (134217728): Total Chunks: 1, Chunks in use: 0 141.16MiB allocated for chunks. 0B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:639] Bin (268435456): Total Chunks: 0, Chunks in use: 0 0B allocated for chunks. 0B client-requested for chunks. 0B in use in bin. 0B client-requested in use in bin.
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:656] Bin for 153.12MiB was 128.00MiB, Chunk State:
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:662] Size: 141.16MiB | Requested Size: 0B | in_use: 0, prev: Size: 9.57MiB | Requested Size: 9.57MiB | in_use: 1
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc0f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc1000 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc1300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc1400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc1500 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc1800 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc1b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc1c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc1d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc1e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc1f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc2000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc2100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc2200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc2300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc2400 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc2600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc2700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc2800 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc2a00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc2c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc2d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc2e00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3200 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3400 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc3f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4d00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc4f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc5000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc5100 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc5300 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc5500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc5600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc5700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc5900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc5a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc5b00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc5d00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc5f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc6000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc6100 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc6400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc6500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc6600 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc6900 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc6c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc6d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc6e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc6f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc7000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc7100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc7200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc7300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc7400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc7500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc7700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc7800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc7900 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc7b00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc7d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc7e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc7f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc8000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc8100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc8200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc8300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc8400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc8500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc8600 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc8900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc8a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc8b00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc8e00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc9100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc9200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc9300 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc9500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc9600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc9700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc9900 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc9b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc9c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dc9d00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dca100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dca200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dca300 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dca700 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcab00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcac00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcad00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcae00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcaf00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcb000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcb100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcb200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcb300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcb400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcb500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcb600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcb700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcb800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcb900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcba00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcbb00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcbc00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcbd00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcbe00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcbf00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcc000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcc100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcc200 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcc500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcc600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcc700 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcca00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dccd00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcce00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dccf00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcd100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcd200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcd300 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcd500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcd700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcd800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcd900 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcdd00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcde00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcdf00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dce300 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dce700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dce800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dce900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcea00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dceb00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcec00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dced00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcee00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcef00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcf000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcf100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcf200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcf300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcf400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcf500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcf600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcf700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcf800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcf900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcfa00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcfb00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcfc00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcfd00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dcfe00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd0000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd0100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd0200 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd0400 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd0600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd0700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd0800 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd0a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd0b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd0c00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd0e00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd1000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd1100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd1200 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd1600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd1700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd1800 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd1c00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd2f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd3000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd3100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd3200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd3300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd3400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd3500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd3600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd3700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd3900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd3a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd3b00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd3d00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd3f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd4000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd4100 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd4400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd4500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd4600 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd4900 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd4c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd4d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd4e00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd5300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd5400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd5500 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd5a00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd5f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd6f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd7000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd7100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd7200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd7300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd7400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd7500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd7600 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd7a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd7b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd7c00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd8000 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd8400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd8500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd8600 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd8900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd8a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd8b00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd8e00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd9100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd9200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd9300 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd9800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd9900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd9a00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dd9f00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dda400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dda500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dda600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dda700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dda800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dda900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddaa00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddab00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddac00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddad00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddaf00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddb000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddb100 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddb300 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddb500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddb600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddb700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddb900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddba00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddbb00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddbd00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddbf00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddc000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddc100 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddc500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddc600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddc700 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddcb00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddcf00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddd000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddd100 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddd400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddd500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddd600 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddd900 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dddc00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dddd00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddde00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dde300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dde400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107dde500 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddea00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddef00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddf000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddf100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddf200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddf300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddf400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddf500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddf600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddf700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddf800 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddfa00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddfb00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddfc00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ddfe00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de0000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de0100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de0200 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de0400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de0500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de0600 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de0800 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de0a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de0b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de0c00 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de1200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de1300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de1400 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de1a00 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de2000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de2100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de2200 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de2500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de2600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de2700 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de2a00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de2d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de2e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de2f00 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de3500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de3600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de3700 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de3d00 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de4300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de4400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de4500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de4600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de4700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de4800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de4900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de4a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de4b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de4c00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de4e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de4f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de5000 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de5200 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de5400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de5500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de5600 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de5800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de5900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de5a00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de5c00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de5e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de5f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de6000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de6100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de6200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de6300 of size 12544
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de9400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107de9500 of size 16384
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ded500 of size 442368
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107e59500 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107e59800 of size 49152
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107e65800 of size 73728
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107e77800 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107e77a00 of size 442368
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ee3a00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ee3c00 of size 12288
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ee6c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ee6d00 of size 51200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ef3500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ef3600 of size 24576
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ef9600 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107f19600 of size 884736
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ff1600 of size 32768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8107ff9600 of size 307200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108044600 of size 65536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108054600 of size 368640
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81080ae600 of size 184320
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81080db600 of size 718848
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810818ae00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810818b200 of size 30720
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108192a00 of size 76800
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81081a5600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81081a5700 of size 122880
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81081c3700 of size 327680
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108213700 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108213a00 of size 229376
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810824ba00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810824bc00 of size 903168
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108328400 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108328800 of size 49152
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108334800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108334900 of size 153600
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810835a100 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810837a100 of size 262144
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81083ba100 of size 1179648
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81084da100 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81084da500 of size 294912
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108522500 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108522800 of size 1492992
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810868f000 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810868f500 of size 65536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810869f500 of size 204800
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81086d1500 of size 540672
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108755500 of size 337920
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81087a7d00 of size 1843200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108969d00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810896a200 of size 67584
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810897aa00 of size 409600
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81089dea00 of size 270336
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108a20a00 of size 851968
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108af0a00 of size 532480
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108b72a00 of size 106496
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108b8ca00 of size 425984
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108bf4a00 of size 1277952
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108d2ca00 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108d2d000 of size 638976
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8108dc9000 of size 2654208
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109051000 of size 159744
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109078000 of size 614400
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810910e000 of size 8192
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109110000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109110100 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109110500 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109110800 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109110b00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109111000 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109111300 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109111900 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109111c00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109111f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109112000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109112100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109112200 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109112400 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109112600 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109112800 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109112a00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109112c00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109113000 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109113200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109113300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109113400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109113500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109113700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109113800 of size 12544
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109116900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109116a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109116b00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109116d00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109116f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109117000 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109117200 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109117400 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109117600 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109117800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109117900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109117a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109117b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109117c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109117d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109117e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109117f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109118000 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109118200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109118300 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109118500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109118700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109118900 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109118b00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109118d00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109119000 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109119300 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109119600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109119700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109119800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109119900 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109119b00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109119d00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109119f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911a000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911a100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911a200 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911a500 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911a800 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911ab00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911ad00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911af00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911b100 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911b500 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911b900 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911bd00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911be00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911bf00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911c000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911c100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911c200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911c300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911c400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911c500 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911c800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911c900 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911cc00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911cf00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911d100 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911d300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911d400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911d500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911d600 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911d800 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911dc00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911e000 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911e400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911e500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911e600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911e700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911e800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911e900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911ea00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911eb00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911ec00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911ed00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911ef00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911f100 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911f300 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911f500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911f700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911f900 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810911fd00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109120100 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109120500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109120600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109120700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109120800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109120900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109120a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109120b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109120c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109120d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109120e00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109121000 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109121200 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109121400 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109121700 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109121a00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109121d00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109122200 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109122700 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109122c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109122d00 of size 442368
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810918ed00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810918ee00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810918ef00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810918f000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810918f100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810918f200 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810918f600 of size 12544
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109192700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109192800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109192900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109192a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109192b00 of size 16384
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109196b00 of size 16384
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810919ab00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810919ac00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810919ad00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810919ae00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810919af00 of size 442368
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109206f00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109207200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109207300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109207400 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109207700 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109207a00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109207d00 of size 49152
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109213d00 of size 49152
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810921fd00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810921fe00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810921ff00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109220000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109220100 of size 73728
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109232100 of size 73728
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109244100 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109244300 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109244500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109244700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109244900 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109244b00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109244d00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109244f00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109245100 of size 12288
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109248100 of size 12288
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810924b100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810924b200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810924b300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810924b400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810924b500 of size 51200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109257d00 of size 51200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109264500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109264600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109264700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109264800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109264900 of size 24576
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810926a900 of size 34304
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109272f00 of size 73728
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109284f00 of size 159744
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81092abf00 of size 208896
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81092def00 of size 442368
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810934af00 of size 442368
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093b6f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093b7000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093b7100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093b7200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093b7300 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093d7300 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f7300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f7400 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f7900 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f7f00 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f8500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f8700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f8800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f8900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f8a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f8b00 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f9100 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f9700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f9900 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093f9f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fa000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fa100 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fa300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fa400 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093faa00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fac00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093faf00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fb100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fb200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fb300 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fb500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fb600 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fb800 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fba00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fbc00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fbe00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fbf00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fc000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fc100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fc200 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fc500 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fc800 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fcb00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fce00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fd000 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fd200 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fd400 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fd600 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fda00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fde00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fe200 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fe600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fe700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fe800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fe900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fea00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093feb00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fec00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fed00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fee00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093fef00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093ff000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093ff100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093ff200 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093ff500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093ff700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093ff900 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81093ffb00 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810941fb00 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810943fb00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810943fd00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810943ff00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109440100 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109440300 of size 884736
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109518300 of size 884736
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81095f0300 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81095f0600 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81095f0900 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81095f0c00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81095f0f00 of size 32768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81095f8f00 of size 32768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109600f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109601000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109601100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109601200 of size 307200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810964c200 of size 307200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109697200 of size 65536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81096a7200 of size 65536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81096b7200 of size 368640
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109711200 of size 368640
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810976b200 of size 184320
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109798200 of size 184320
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81097c5200 of size 718848
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109874a00 of size 718848
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109924200 of size 30720
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810992ba00 of size 30720
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109933200 of size 76800
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109945e00 of size 76800
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109958a00 of size 122880
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109976a00 of size 122880
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109994a00 of size 327680
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x81099e4a00 of size 327680
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109a34a00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109a34d00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109a35000 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109a35300 of size 229376
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109a6d300 of size 229376
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109aa5300 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109aa5500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109aa5700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109aa5900 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109aa5b00 of size 903168
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109b82300 of size 903168
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109c5eb00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109c5ef00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109c5f300 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109c5f700 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109c5fb00 of size 49152
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109c6bb00 of size 49152
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109c77b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109c77c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109c77d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109c77e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109c77f00 of size 153600
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109c9d700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109c9d800 of size 153600
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109cc3000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109cc3100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109cc3200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109cc3300 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109ce3300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109ce3400 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109d03400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109d03500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109d03600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109d03700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109d03800 of size 262144
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109d43800 of size 262144
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109d83800 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109d83a00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109d83c00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109d83e00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109d84000 of size 262144
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109dc4000 of size 262144
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109e04000 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109e04200 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109e04400 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109e04600 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109e04800 of size 1179648
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x8109f24800 of size 1179648
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a044800 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a044c00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a045000 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a045400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a045500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a045600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a045700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a045800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a045900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a045a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a045b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a045c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a045d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a045e00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a046100 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a046400 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a046700 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a046a00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a046e00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a047200 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a047500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a047700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a047800 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a047b00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a048000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a048100 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a048500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a048700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a048900 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a048d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a048e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a048f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a049000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a049100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a049200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a049300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a049400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a049500 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a049900 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a049d00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a04a100 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a04a500 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a04a800 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a04ab00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a04ae00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a04b100 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a04b600 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a04ba00 of size 49152
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a057a00 of size 49152
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a063a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a063b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a063c00 of size 153600
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a089400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a089500 of size 153600
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a0aed00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a0aee00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a0aef00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a0af000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a0af100 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a0cf100 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a0ef100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a0ef200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a0ef300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a0ef400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a0ef500 of size 229376
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a127500 of size 229376
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a15f500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a15f700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a15f900 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a15fb00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a15fd00 of size 294912
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a1a7d00 of size 294912
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a1efd00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a1f0000 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a1f0300 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a1f0600 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a1f0900 of size 1492992
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a35d100 of size 1492992
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a4c9900 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a4c9e00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a4ca300 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a4ca800 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a4cad00 of size 65536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a4dad00 of size 65536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a4ead00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a4eae00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a4eaf00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a4eb000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a4eb100 of size 204800
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a51d100 of size 204800
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a54f100 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a56f100 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a58f100 of size 540672
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a613100 of size 540672
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a697100 of size 337920
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a6e9900 of size 337920
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a73c100 of size 1843200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810a8fe100 of size 1843200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aac0100 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aac0600 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aac0b00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aac1000 of size 67584
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aad1800 of size 67584
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aae2000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aae2100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aae2200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aae2300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aae2400 of size 409600
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ab46400 of size 409600
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810abaa400 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810abaa600 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810abaa800 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810abaaa00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810abaac00 of size 270336
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810abecc00 of size 270336
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ac2ec00 of size 16384
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ac32c00 of size 524288
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810acb2c00 of size 540672
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ad36c00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ad36e00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ad37000 of size 851968
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ae07000 of size 851968
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aed7000 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aed7400 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aed7800 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aed7c00 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810aed8000 of size 532480
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810af5a000 of size 532480
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810afdc000 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810afdc300 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810afdc600 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810afdc900 of size 1843200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b19e900 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b19ec00 of size 1843200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b360c00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b361100 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b361600 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b361b00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b362000 of size 106496
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b37c000 of size 106496
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b396000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b396100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b396200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b396300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b396400 of size 409600
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b3fa400 of size 409600
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b45e400 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b45e600 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b45e800 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b45ea00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b45ec00 of size 425984
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b4c6c00 of size 425984
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b52ec00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b52ee00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b52f000 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b52f200 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b52f400 of size 1277952
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b667400 of size 1277952
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b79f400 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b79fa00 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b7a0000 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b7a0600 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b7a0c00 of size 638976
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b83cc00 of size 638976
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b8d8c00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b8d8f00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b8d9200 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b8d9500 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810b8d9800 of size 2654208
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810bb61800 of size 2654208
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810bde9800 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810bde9e00 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810bdea400 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810bdeaa00 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810bdeb000 of size 159744
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810be12000 of size 159744
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810be39000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810be39100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810be39200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810be39300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810be39400 of size 614400
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810becf400 of size 614400
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810bf65400 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810bf65600 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810bf65800 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810bf65a00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810bf65c00 of size 425984
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810bfcdc00 of size 425984
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c035c00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c035e00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c036000 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c036200 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c036400 of size 8192
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c038400 of size 8192
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c03a400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c03a500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c03a600 of size 12544
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c03d700 of size 337920
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c08ff00 of size 614400
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c125f00 of size 425984
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c18df00 of size 204800
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c1bff00 of size 229376
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c21d700 of size 215040
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c251f00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c252400 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c252900 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c252e00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c253100 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c253600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c253700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c253800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c253900 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c253b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c253c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c253d00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c253f00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c254100 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c254300 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c254500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c254700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c254800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c254900 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c254f00 of size 24576
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25af00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25b000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25b100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25b200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25b300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25b400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25b500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25b600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25b700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25b800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25b900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25ba00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25bb00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25bc00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25bd00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25be00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25bf00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25c000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25c100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25c200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25c300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25c400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25c500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25c600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25c700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25c800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25c900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25ca00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25cb00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25cc00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25cd00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25ce00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25cf00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25d000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25d100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25d200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25d300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25d400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25d500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25d600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25d700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25d800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25d900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25da00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25db00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25dc00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25dd00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25de00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25df00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25e000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25e100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25e200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25e300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25e400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25e500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25e600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25e700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25e800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25e900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25ea00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25eb00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25ec00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25ed00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25ee00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25ef00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25f000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25f100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25f200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25f300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25f400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25f500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25f600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25f700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25f800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25f900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25fa00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25fb00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25fc00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25fd00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25fe00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c25ff00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c260f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c261f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c262f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c263000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c263100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c263200 of size 67584
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c273a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c273b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c273c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c273d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c273e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c273f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c274000 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c274300 of size 408064
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c2d7d00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c2d7f00 of size 409600
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c33bf00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c33c100 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c33c300 of size 1843200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c4fe300 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c4fe500 of size 30720
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c505d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c505e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c505f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c506f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c507f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508900 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c508f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c509f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50a100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50a200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50a300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50a500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50a600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50a700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50a800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50ab00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50ad00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50ae00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50b000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50b100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50b200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50b400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50b600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50b900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50bc00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50bd00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50bf00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50c100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50c400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50c600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50c700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50ca00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50cd00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50cf00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50d000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50d400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50d600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50d700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50d800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50d900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50db00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50dc00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50e000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50e100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50e200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50e900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50eb00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c50ed00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c511100 of size 82944
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c525500 of size 51200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c531d00 of size 32768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c539d00 of size 65536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c549d00 of size 92160
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c560500 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c560700 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c580700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c580900 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c580b00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c580d00 of size 8192
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c582d00 of size 49152
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c58ed00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c58ee00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c58ef00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c58f100 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c58f300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c58f400 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c58f700 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c58fb00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c58fe00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c58ff00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c590000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c590100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c590200 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c590600 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c590800 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c590c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c590d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c590e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c590f00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c591200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c591300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c591400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c591500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c591600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c591700 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c591d00 of size 12288
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c594d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c594e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c594f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c595f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c596f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c597f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c598f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599b00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599c00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599d00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599e00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c599f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59a000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59a100 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59a200 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59a300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59a400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59a500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59a600 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59a700 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59a800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59a900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59aa00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59ab00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59ac00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c59ad00 of size 106496
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c5b4d00 of size 638976
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c650d00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c650f00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c651000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c651100 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c651500 of size 1024
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c651900 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c6d3900 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c6d3b00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c6d3e00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c6d4100 of size 425984
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c73c100 of size 425984
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c7a4100 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c7c4100 of size 860160
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c896100 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810c896600 of size 1843200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ca58600 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ca58800 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ca58900 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ca58a00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ca58b00 of size 1280
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ca59000 of size 851968
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810cc61000 of size 638976
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ccfd000 of size 1277952
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810ce35000 of size 884736
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810cf0d000 of size 307200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810cf58000 of size 73728
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810cfc4000 of size 368640
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d02a000 of size 49152
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d04b000 of size 184320
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d078000 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d0bd000 of size 2654208
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d345000 of size 327680
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d3f4800 of size 718848
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d4a4000 of size 903168
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d5e0800 of size 262144
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d660800 of size 262144
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d6a0800 of size 229376
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d6d8800 of size 131072
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d6f8800 of size 163840
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d720800 of size 294912
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810d7c0800 of size 1179648
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810da4d000 of size 1492992
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:674] Chunk at 0x810dbb9800 of size 10035200
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c1f7f00 of size 153600
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c509300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50a000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50a400 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50a900 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50ac00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50af00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50b300 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50b500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50b700 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50ba00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50be00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50c000 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50c200 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50c500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50c800 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50cb00 of size 512
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50ce00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50d100 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50d500 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50da00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50dd00 of size 768
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50e300 of size 1536
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50ea00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50ec00 of size 256
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c50ee00 of size 8960
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810c671900 of size 401408
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810cb29000 of size 1277952
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810cf6a000 of size 368640
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810d01e000 of size 49152
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810d036000 of size 86016
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810d098000 of size 151552
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810d395000 of size 391168
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810d580800 of size 393216
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810d620800 of size 262144
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810d768800 of size 360448
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810d8e0800 of size 1492992
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:683] Free at 0x810e54b800 of size 148015104
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:689] Summary of in-use Chunks by size:
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 851 Chunks of size 256 totalling 212.8KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 179 Chunks of size 512 totalling 89.5KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 90 Chunks of size 768 totalling 67.5KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 59 Chunks of size 1024 totalling 59.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 35 Chunks of size 1280 totalling 43.8KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 24 Chunks of size 1536 totalling 36.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 8192 totalling 32.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 12288 totalling 48.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 12544 totalling 49.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 16384 totalling 64.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 3 Chunks of size 24576 totalling 72.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 30720 totalling 120.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 32768 totalling 128.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 1 Chunks of size 34304 totalling 33.5KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 10 Chunks of size 49152 totalling 480.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 51200 totalling 200.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 7 Chunks of size 65536 totalling 448.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 67584 totalling 264.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 5 Chunks of size 73728 totalling 360.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 3 Chunks of size 76800 totalling 225.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 1 Chunks of size 82944 totalling 81.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 1 Chunks of size 92160 totalling 90.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 106496 totalling 416.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 3 Chunks of size 122880 totalling 360.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 17 Chunks of size 131072 totalling 2.12MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 5 Chunks of size 153600 totalling 750.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 159744 totalling 624.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 1 Chunks of size 163840 totalling 160.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 184320 totalling 720.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 204800 totalling 800.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 1 Chunks of size 208896 totalling 204.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 1 Chunks of size 215040 totalling 210.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 7 Chunks of size 229376 totalling 1.53MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 7 Chunks of size 262144 totalling 1.75MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 3 Chunks of size 270336 totalling 792.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 294912 totalling 1.12MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 307200 totalling 1.17MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 327680 totalling 1.25MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 337920 totalling 1.29MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 368640 totalling 1.41MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 1 Chunks of size 408064 totalling 398.5KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 6 Chunks of size 409600 totalling 2.34MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 8 Chunks of size 425984 totalling 3.25MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 6 Chunks of size 442368 totalling 2.53MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 1 Chunks of size 524288 totalling 512.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 3 Chunks of size 532480 totalling 1.52MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 540672 totalling 2.06MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 614400 totalling 2.34MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 5 Chunks of size 638976 totalling 3.05MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 718848 totalling 2.74MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 851968 totalling 3.25MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 1 Chunks of size 860160 totalling 840.0KiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 884736 totalling 3.38MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 903168 totalling 3.45MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 1179648 totalling 4.50MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 1277952 totalling 4.88MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 1492992 totalling 5.70MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 7 Chunks of size 1843200 totalling 12.30MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 4 Chunks of size 2654208 totalling 10.12MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:692] 1 Chunks of size 10035200 totalling 9.57MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:696] Sum Total of in-use chunks: 98.39MiB
STDERR: I tensorflow/core/common_runtime/bfc_allocator.cc:698] Stats:
STDERR: Limit: 256589824
STDERR: InUse: 103167488
STDERR: MaxInUse: 103178240
STDERR: NumAllocs: 1928
STDERR: MaxAllocSize: 10035200
STDERR:
STDERR: W tensorflow/core/common_runtime/bfc_allocator.cc:270] *******************************************_________________________________________________________
STDERR: W tensorflow/core/common_runtime/bfc_allocator.cc:271] Ran out of memory trying to allocate 153.12MiB. See logs for memory state.
STDERR: W tensorflow/core/framework/op_kernel.cc:909] Resource exhausted: OOM when allocating tensor with shape[50,112,112,64]
STDERR: Traceback (most recent call last):
STDERR: File "DREAM_DM_starter_tf.py", line 704, in
STDOUT: Training Started...
STDERR: main(sys.argv)
STDERR: File "DREAM_DM_starter_tf.py", line 699, in main
STDERR: train_net(X_tr, X_te, Y_tr, Y_te, opts, f)
STDERR: File "DREAM_DM_starter_tf.py", line 625, in train_net
STDERR: loss_temp, acc_temp = train_one_iteration(sess, list_dims, list_placeholders, list_operations, X_tr, Y_tr, opts)
STDERR: File "DREAM_DM_starter_tf.py", line 561, in train_one_iteration
STDERR: _, loss_iter, acc_iter = sess.run((optimizer, cost, accuracy), feed_dict={x: dataXX, y: dataYY, keep_prob: opts.dropout})
STDERR: File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 372, in run
STDERR: run_metadata_ptr)
STDERR: File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 636, in _run
STDERR: feed_dict_string, options, run_metadata)
STDERR: File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 708, in _do_run
STDERR: target_list, options, run_metadata)
STDERR: File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 728, in _do_call
STDERR: raise type(e)(node_def, op, message)
STDERR: tensorflow.python.framework.errors.ResourceExhaustedError: OOM when allocating tensor with shape[50,112,112,64]
STDERR: [[Node: Conv2D = Conv2D[T=DT_FLOAT, data_format="NHWC", padding="SAME", strides=[1, 2, 2, 1], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/gpu:0"](_recv_Placeholder_0/_360, conv1_conv_weights/W/read)]]
STDERR: [[Node: incept4c_1x1_batch_norm/cond/moments/sufficient_statistics/Shape_1/_772 = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/cpu:0", send_device="/job:localhost/replica:0/task:0/gpu:0", send_device_incarnation=1, tensor_name="edge_29683_incept4c_1x1_batch_norm/cond/moments/sufficient_statistics/Shape_1", tensor_type=DT_INT32, _device="/job:localhost/replica:0/task:0/cpu:0"]()]]
STDERR: Caused by op u'Conv2D', defined at:
STDERR: File "DREAM_DM_starter_tf.py", line 704, in
STDERR: main(sys.argv)
STDERR: File "DREAM_DM_starter_tf.py", line 699, in main
STDERR: train_net(X_tr, X_te, Y_tr, Y_te, opts, f)
STDERR: File "DREAM_DM_starter_tf.py", line 598, in train_net
STDERR: pred = GoogLe_Net(x, 2, keep_prob=keep_prob)
STDERR: File "DREAM_DM_starter_tf.py", line 414, in GoogLe_Net
STDERR: layer = GoogLe_conv(X, b_name=name)
STDERR: File "DREAM_DM_starter_tf.py", line 369, in GoogLe_conv
STDERR: conv1 = conv2d(layer, 7, 64, stride=2, name=b_name+"conv1", norm=norm)
STDERR: File "DREAM_DM_starter_tf.py", line 170, in conv2d
STDERR: conv_layer = tf.nn.conv2d(l_input, W, strides=[1, stride, stride, 1], padding='SAME')
STDERR: File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/gen_nn_ops.py", line 394, in conv2d
STDERR: data_format=data_format, name=name)
STDERR: File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/op_def_library.py", line 704, in apply_op
STDERR: op_def=op_def)
STDERR: File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/ops.py", line 2260, in create_op
STDERR: original_op=self._default_original_op, op_def=op_def)
STDERR: File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/ops.py", line 1230, in __init__
STDERR: self._traceback = _extract_stack()
STDERR:
```
Drop files to upload
Model Submitted is not progressing page is loading…