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

Can't pass tuples of 4+ elements #16

Closed lostmsu closed 4 years ago

lostmsu commented 5 years ago

Passing tuples of 4 or more elements to TensorFlow methods leads to InsufficientExecutionStackException.

Workaround

In some cases it is possible to pass an array instead.

lostmsu commented 4 years ago

Fix released in Preview 7