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

Fpga develop #209

Closed jflich closed 3 years ago

jflich commented 3 years ago

Added FPGA support for skin lesion use case (classification). Added convolutional 2D kernel optimised for FPGAs support. Added profiling statistics for tensor operations (math operations).

salvacarrion commented 3 years ago

@MicheleCancilla do you mind to take a look at the windows error? I think the easy "fix" is to simply add a preprocessing directive. But maybe we can make use of sys/time.h in Windows with no fuss 🤷🏻‍♂️.

Error: D:\a\eddl\eddl\include\eddl/profiling.h(5,10): fatal error : 'sys/time.h' file not found [D:\a\eddl\eddl\build\src\eddl.vcxproj]