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
renamed tf.data.Dataset.from_tensors.
tags/v0.60-tf.numpy
Oceania2018
4 years ago
parent
a7df67b13c
commit
e67b2a5ff2
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/Dataset/DatasetTest.cs
+ 1
- 1
test/TensorFlowNET.UnitTest/Dataset/DatasetTest.cs
View File
@@ -65,7 +65,7 @@ namespace TensorFlowNET.UnitTest.Dataset
{
var X = new[] { 2013, 2014, 2015, 2016, 2017 };
var dataset = tf.data.Dataset.from_tensor(X);
var dataset = tf.data.Dataset.from_tensor
s
(X);
int n = 0;
foreach (var x in dataset)
{
Write
Preview
Loading…
Cancel
Save