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

Segfault of eddl::load when parameter is non-existing file #114

Closed Andrea-Oliveri closed 4 years ago

Andrea-Oliveri commented 4 years ago

Good Morning, the function eddl::load does a segmentation fault when trying to open a non-existing file instead of throwing an exception.

salvacarrion commented 4 years ago

Thank you for notifying. I'll fix it tomorrow

salvacarrion commented 4 years ago

Done. Fixed on the develop branch