Browse Source

FIxed build error

tags/v0.20
Deepak Kumar 5 years ago
parent
commit
45f5b25e6d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TensorFlowNET.Keras/Metrics/MeanTensor.cs

+ 1
- 1
src/TensorFlowNET.Keras/Metrics/MeanTensor.cs View File

@@ -22,7 +22,7 @@ namespace Tensorflow.Keras.Metrics
}
}

public MeanTensor(int num_classes, string name = "mean_tensor", string dtype) : base(name, dtype)
public MeanTensor(int num_classes, string name = "mean_tensor", string dtype = null) : base(name, dtype)
{
}



Loading…
Cancel
Save