losttech / Gradient

This repository serves as a public issue tracker and documentation host for Gradient, full TensorFlow binding for .NET
Other
86 stars 4 forks source link

Instantiating TensorFlow exception types mixes up instances and classes #13

Closed lostmsu closed 4 years ago

lostmsu commented 5 years ago

Newly created objects point to the exception class, instead of an instance of it.

lostmsu commented 4 years ago

Does not reproduce in recent builds. Added a regression test.