Description
I am not able to get the SciSharp.TensorFlow.Redist
and TensorFlow.NET
packages working in my unity environment using NuGet2Unity. The packages are downloaded but the nupkg
files are not expanded and there are no dll
files. If I manually unzip the nupkg
files I am able to find a DLL in the TensorFlow.NET
package but not in the SciSharp.TensorFlow.Redist
which will not unzip at all.
I created a related issue for this in the NuGet2Unity repo GlitchEnzo/NuGetForUnity#412 since I'm not exactly sure where the problem lies.
Based on what @jvo3dc mentioned in this issue. They were able to get this working with the same approach using a previous version of TensorFlow.NET per their post. If I install their unitypackage
directly rather than use NuGet2Unity
the dll files do work as expected.
- NuGet Package: SciSharp.TensorFlow.Redist@2.6.0, TensorFlow.NET@0.60.1
- NuGetForUnity Version: 3.0.2
- Unity Version: 2020.3.2f1
- Operating System: MacOSX (also tested on Windows)