We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e61fd commit f15c6bdCopy full SHA for f15c6bd
docs/machine-learning/tutorials/snippets/text-classification-tf/csharp/TextClassificationTF.csproj
@@ -8,7 +8,7 @@
8
9
<ItemGroup>
10
<PackageReference Include="Microsoft.ML" Version="2.0.0" />
11
- <PackageReference Include="Microsoft.ML.SampleUtils" Version="0.19.1" />
+ <PackageReference Include="Microsoft.ML.SampleUtils" Version="0.20.0" />
12
<PackageReference Include="Microsoft.ML.TensorFlow" Version="1.7.1" />
13
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.7.0" />
14
</ItemGroup>
0 commit comments