MagmaDNN / magmadnn

MagmaDNN: a simple deep learning framework in c++
MIT License
45 stars 7 forks source link

[FEATURE REQUEST] Defining pipelines #23

Open Dando18 opened 5 years ago

Dando18 commented 5 years ago

Some sort of pipeline abstraction for defining the data load/train/inference pipeline.

Perhaps some capability to load and export pipelines.

This is low priority, but would make using the framework easier.