Browse Source

Update Model.Evaluate.cs

pull/1092/head
Luc Bologna GitHub 2 years ago
parent
commit
e4558ffa59
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/TensorFlowNET.Keras/Engine/Model.Evaluate.cs

+ 0
- 2
src/TensorFlowNET.Keras/Engine/Model.Evaluate.cs View File

@@ -131,8 +131,6 @@ namespace Tensorflow.Keras.Engine
{
callbacks.on_test_batch_begin(step);

var data = iterator.next();

logs = test_func(data_handler, iterator.next());

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


Loading…
Cancel
Save