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

Download model params are not consistent with keras. #327

Open salvacarrion opened 2 years ago

salvacarrion commented 2 years ago

Replace "top" with "includetop" in all `download***()functions so that its behaviour is consistent with Keras. (Also,include_topmust beTrue` by default)