neuroailab / tfutils

Utilities for working with tensorflow
MIT License
25 stars 8 forks source link

Loss computation interface #119

Open yamins81 opened 5 years ago

yamins81 commented 5 years ago

Loss fn should take inputs and outputs and that's it. Basically forcing the user to write a wrapper for standard loss functions is a less bad thing that having a terrible API.