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 b632518 commit fe01a7cCopy full SHA for fe01a7c
docs/machine-learning/tutorials/snippets/text-classification-tf/csharp/TextClassificationTF.csproj
@@ -8,7 +8,7 @@
8
9
<ItemGroup>
10
<PackageReference Include="Microsoft.ML" Version="1.7.1" />
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