Browse Source

Update Model.Evaluate.cs

tags/v0.110.0-LSTM-Model
Luc Bologna Haiping 2 years ago
parent
commit
a8288af655
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