This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
scisharp
/
TensorFlow.NET
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
21
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix unit test.
tags/v0.100.5-BERT-load
Haiping Chen
2 years ago
parent
5b33938dc5
commit
793ec4ae7e
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/TensorFlowNET.Graph.UnitTest/TensorFlowNET.Graph.UnitTest.csproj
+1
-1
test/TensorFlowNET.Keras.UnitTest/Tensorflow.Keras.UnitTest.csproj
+1
-1
test/TensorFlowNET.Native.UnitTest/Tensorflow.Native.UnitTest.csproj
+1
-1
test/TensorFlowNET.UnitTest/Tensorflow.Binding.UnitTest.csproj
+ 1
- 1
test/TensorFlowNET.Graph.UnitTest/TensorFlowNET.Graph.UnitTest.csproj
View File
@@ -31,7 +31,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.
0
" />
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.
2
" />
</ItemGroup>
<ItemGroup>
+ 1
- 1
test/TensorFlowNET.Keras.UnitTest/Tensorflow.Keras.UnitTest.csproj
View File
@@ -20,7 +20,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.
0
" />
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.
2
" />
</ItemGroup>
<ItemGroup>
+ 1
- 1
test/TensorFlowNET.Native.UnitTest/Tensorflow.Native.UnitTest.csproj
View File
@@ -51,7 +51,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.
0
" />
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.
2
" />
<PackageReference Include="SciSharp.TensorFlow.Redist-Lite" Version="2.6.0" />
</ItemGroup>
+ 1
- 1
test/TensorFlowNET.UnitTest/Tensorflow.Binding.UnitTest.csproj
View File
@@ -51,7 +51,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.
0
" />
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.
2
" />
</ItemGroup>
<ItemGroup>
Write
Preview
Loading…
Cancel
Save