Rodrigo Castro

Results 4 issues of Rodrigo Castro

I've just realized you've added Mesh and Polygon classes which I had already implemented. Please review what I have done so far and let me know what changes you'd like...

Here you have the working examples I told you about. They use my Polygon implementations. Let me know what you think.

The latest v0.1.3 version is not sending the input(s) and target(s) to GPU() before the forward pass: https://github.com/recastrodiaz/torchsample/commit/19e80210868632597e14ba400b4ff72ac17e5697#diff-f659837420f2b751abd33ab404195ce8R423

There is currently no way to visualize nor tune losses separately when using a model that has 2 completely different outputs, each with different objective functions. For instance, the model...