8000 Update Model.Evaluate.cs · SciSharp/TensorFlow.NET@a8288af · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a8288af

Browse files
DevNullx64Oceania2018
authored andcommitted
Update Model.Evaluate.cs
1 parent 0effee4 commit a8288af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/TensorFlowNET.Keras/Engine/Model.Evaluate.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ Dictionary<string, float> evaluate(DataHandler data_handler, CallbackList callba
131131
{
132132
callbacks.on_test_batch_begin(step);
133133

134-
var data = iterator.next();
135-
136134
logs = test_func(data_handler, iterator.next());
137135

138136
tf_with(ops.control_dependencies(Array.Empty<object>()), ctl => _train_counter.assign_add(1));

0 commit comments

Comments
 (0)
0