Skip to content

Microsoft.ML.TensorFlow is currently broken #1027

Closed

Description

System information

  • OS version/distro: all
  • .NET Version (eg., dotnet --info): any

Issue

  • What did you do?
    Create a .NET Core console project that references the latest version of Microsoft.ML.TensorFlow.

  • What happened?
    I don't get a reference to the Microsoft.ML.TensorFlow.dll. I only get a reference to DnnAnalyzer.dll
    image

  • What did you expect?
    I expected to get a reference to Microsoft.ML.TensorFlow.dll so I could call methods in it.

Notes

The reason this happens is because we are including the DnnAnalyzer.dll in the lib\netcoreapp2.0 directory of the Microsoft.ML.TensorFlow nuget package:

image

NuGet only picks assets from 1 of these folders. And since my app is .NET Core, it only picks the assemblies from the lib\netcoreapp2.0 directory.

/cc @ericstj @yaeldekel @abgoswam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions