You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neither package seems to be being properly installed while there is .nupkg there are not any dll files and the package does not seem to be expanded as would be expected. In the case of TensorFlow.NET an empty lib directory is created as well (see images).
I've tried changing Project Settings>Player>API Compatibility Level to both .NET 4.x and .NET Standard 2.0 without effect. I can see in the case of the TensorFlow.NET package that I can unzip it and there is a lib folder with a dll in it.
The end result is I can not use these packages in my project. Any help provided is appreciated.
I was able to get this working in a non-unity .NET project via NuGet. The one thing I noticed that differed in the UI experience was that in Visual Studio it required I accept the license before downloading. Not sure if this relates to the core issue.
I was able to get this working. It was an issue with these packages that they were not built for .netstandard 2.0 when the package maintainer updated this it worked.
Description
I am using NuGetForUnity to install the
SciSharp.TensorFlow.Redist
andTensorFlow.NET
packages following https://github.com/SciSharp/TensorFlow.NET#c-example.Neither package seems to be being properly installed while there is
.nupkg
there are not anydll
files and the package does not seem to be expanded as would be expected. In the case ofTensorFlow.NET
an emptylib
directory is created as well (see images).I've tried changing Project Settings>Player>API Compatibility Level to both
.NET 4.x
and.NET Standard 2.0
without effect. I can see in the case of theTensorFlow.NET
package that I can unzip it and there is alib
folder with adll
in it.The end result is I can not use these packages in my project. Any help provided is appreciated.
The text was updated successfully, but these errors were encountered: