deephealthproject / eddl

European Distributed Deep Learning (EDDL) library. A general-purpose library initially developed to cover deep learning needs in healthcare use cases within the DeepHealth project.
https://deephealthproject.github.io/eddl/
MIT License
34 stars 10 forks source link

Memory leak #173

Closed salvacarrion closed 4 years ago

salvacarrion commented 4 years ago

After a few epochs (300-500), big networks (eg.: examples/drive) receive a signal that kills its execution. This is probably due to a memory leak.

salvacarrion commented 4 years ago

Fix #191