interesaaat / TorchSharp

.NET bindings for the Pytorch engine
MIT License
17 stars 1 forks source link

Add the ability to specify loss functions as delegates #18

Closed interesaaat closed 5 years ago

interesaaat commented 5 years ago

This PR allows to match the python interface when specifying the loss function.

Fix #17.