Closed lostmsu closed 4 years ago
PythonClassContainer<T>.Instance should automatically initialize Gradient.
PythonClassContainer<T>.Instance
Explicitly call GradientSetup.EnsureInitialized() prior to accessing PythonClassContainer<T>.Instance
GradientSetup.EnsureInitialized()
The core issue is fixed, but TensorFlow binding needs to generate a warning (?) if the Python runtime was selected by a NuGet package, that did not require TensorFlow.
Fix released in Preview 7.
PythonClassContainer<T>.Instance
should automatically initialize Gradient.Workaround
Explicitly call
GradientSetup.EnsureInitialized()
prior to accessingPythonClassContainer<T>.Instance