Hi,
I’m trying to use my Jetson TX2 with Jetpack 4.2 with official TensorFlow but it seems very slow and I got the following errors:
2019-05-09 11:58:44.080454: W tensorflow/core/common_runtime/bfc_allocator.cc:211] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1,73GiB. The caller indicates that this is not a failure, but may mean that there could be performance gains if more memory were available.
2019-05-09 11:58:44.290104: W tensorflow/core/common_runtime/bfc_allocator.cc:211] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1,19GiB. The caller indicates that this is not a failure, but may mean that there could be performance gains if more memory were available.
2019-05-09 11:58:44.464373: W tensorflow/core/common_runtime/bfc_allocator.cc:211] Allocator (GPU_0_bfc) ran out of memory trying to allocate 610,31MiB. The caller indicates that this is not a failure, but may mean that there could be performance gains if more memory were available.
2019-05-09 11:58:44.768497: W tensorflow/core/common_runtime/bfc_allocator.cc:211] Allocator (GPU_0_bfc) ran out of memory trying to allocate 550,42MiB. The caller indicates that this is not a failure, but may mean that there could be performance gains if more memory were available.
2019-05-09 11:58:44.871052: W tensorflow/core/common_runtime/bfc_allocator.cc:211] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1,05GiB. The caller indicates that this is not a failure, but may mean that there could be performance gains if more memory were available.
2019-05-09 11:58:44.936249: W tensorflow/core/common_runtime/bfc_allocator.cc:211] Allocator (GPU_0_bfc) ran out of memory trying to allocate 2,13GiB. The caller indicates that this is not a failure, but may mean that there could be performance gains if more memory were available.
2019-05-09 11:58:45.677759: W tensorflow/core/common_runtime/bfc_allocator.cc:211] Allocator (GPU_0_bfc) ran out of memory trying to allocate 3,54GiB. The caller indicates that this is not a failure, but may mean that there could be performance gains if more memory were available.
How can I solve it?
Thanks