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
set NeuralNetXor_ImportedGraph.ImportGraph false
tags/v0.9
Oceania2018
6 years ago
parent
1b5d25a4fa
commit
e0e2bd13ef
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/TensorFlowNET.UnitTest/ExamplesTests/ExamplesTest.cs
+ 1
- 1
test/TensorFlowNET.UnitTest/ExamplesTests/ExamplesTest.cs
View File
@@ -119,7 +119,7 @@ namespace TensorFlowNET.ExamplesTests
public void NeuralNetXor_ImportedGraph()
{
tf.Graph().as_default();
Assert.IsTrue(new NeuralNetXor() { Enabled = true, ImportGraph =
tru
e }.Run());
Assert.IsTrue(new NeuralNetXor() { Enabled = true, ImportGraph =
fals
e }.Run());
}
Write
Preview
Loading…
Cancel
Save