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
Added a model for unit testing
tags/v0.12
Eli Belash
6 years ago
parent
dc4a4c22d8
commit
ffa78bdd88
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj
BIN
test/TensorFlowNET.UnitTest/model/saved_model.pb
+ 6
- 0
test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj
View File
@@ -42,4 +42,10 @@
<ProjectReference Include="..\TensorFlowNET.Examples\TensorFlowNET.Examples.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="model\saved_model.pb">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
BIN
test/TensorFlowNET.UnitTest/model/saved_model.pb
View File
Write
Preview
Loading…
Cancel
Save