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
Image Recognition Inception passed.
tags/v0.12
Oceania2018
6 years ago
parent
a192d88c84
commit
bd636e5335
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.Examples/ImageProcessing/ImageRecognitionInception.cs
+ 1
- 1
test/TensorFlowNET.Examples/ImageProcessing/ImageRecognitionInception.cs
View File
@@ -81,7 +81,7 @@ namespace TensorFlowNET.Examples
var normalized = tf.divide(sub, new float[] { input_std });
using (var sess = tf.Session(graph))
return sess.run(normalized);
return sess.run(normalized)
[0]
;
}
public void PrepareData()
Write
Preview
Loading…
Cancel
Save