This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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
Revert "set NeuralNetXor_ImportedGraph.ImportGraph false"
This reverts commit
e0e2bd13ef
.
tags/v0.9
Meinrad Recheis
6 years ago
parent
e0e2bd13ef
commit
149dfcdc52
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 =
fals
e }.Run());
Assert.IsTrue(new NeuralNetXor() { Enabled = true, ImportGraph =
tru
e }.Run());
}
Write
Preview
Loading…
Cancel
Save