Memory Error with EigenAllocator

When I train my model, she has no mistakes. But when the code switches from one era to another era, it reports the following error

E tensorflow / core / common_runtime / bfc_allocator.cc: 244] tried to allocate 0 bytes W tensorflow / core / common_runtime / allocator_retry.cc: 32] Request for allocation 0 bytes F tensorflow / core / common_runtime / gpu / gpu_device.cc: 104] EigenAllocator for the GPU ran out of memory at allocation 0. See Error Logs for more details.

How to solve this error?

+4
source share

Source: https://habr.com/ru/post/1666124/


All Articles