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

The 9.223.372.036.854.775.807 ONNX problem #311

Open salvacarrion opened 2 years ago

salvacarrion commented 2 years ago

Problem: Some Select/Permute/Concat/etc broadcast to all the samples in the batch by doing: Select("0:9.223.372.036.854.775.807"). This is a problem because we don't allow batch selection at the user level. Fix: Ignore them