Chewxy
Chewxy
Thank you for doing this!
Is this the latest version?
gonna start work on this today
Sorry, I was working on this and realized it's quite good - and got side tracked. The code is now placed into https://github.com/gorgonia/qol/blob/master/metrics/auc.go... The differentiable `Op` version for this is...
Moving to #401 for the `Op`/differentiable version
Edited the issue for formatting. I'm currently out. Give me about an hour. But you should know that RowVec and ColVec are major pain points in Gorgonia that we're trying...
It seems you have found a bug! But it's a bit hard to explain. Lemme try, be sure to ask questions if I am not clear or don't explain certain...
I like it. Perhaps we should think of using `...interface{}` for `MaxPool2D` for now. In the future we would change `...interface{}` to `...NNOpt` where `NNOpt` is defined as: ``` type...