pesser / edflow

Reduce boilerplate code for your ML projects. TensorFlow and PyTorch.
https://edflow.readthedocs.io/
MIT License
25 stars 13 forks source link

Makes concatenation and sub-indexing faster #193

Closed jhaux closed 5 years ago

jhaux commented 5 years ago

as they are now implemented as numpy operations and not python inline-loops.

This makes a huge difference when concatenating a lot of datasets (~100)