dmlc / minpy

NumPy interface with mixed backend execution
https://minpy.readthedocs.io/en/latest/
Other
1.11k stars 112 forks source link

Training/inference distinction and multiple-output support in minpy.core.Function #167

Closed GaiYu0 closed 7 years ago

GaiYu0 commented 7 years ago

Hi! It appears that minpy.core.Function cannot distinguish training and inference currently. Also, minpy.core.Function cannot return multiple outputs. It would be nice if these features could be supported. Thank you very much!

Taco-W commented 7 years ago

Got it. I'll try to fix this in the week.