Skip to content

Commit 45f5b25

Browse files
FIxed build error
1 parent 7c587e4 commit 45f5b25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TensorFlowNET.Keras/Metrics/MeanTensor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public int count
2222
}
2323
}
2424

25-
public MeanTensor(int num_classes, string name = "mean_tensor", string dtype) : base(name, dtype)
25+
public MeanTensor(int num_classes, string name = "mean_tensor", string dtype = null) : base(name, dtype)
2626
{
2727
}
2828

0 commit comments

Comments
 (0)