When I run the functional API in the model for k-fold cross-validation, the numbers in the naming the dense layer is increased in the return fitted model of each fold.
Like in the first fold it’s dense_2_acc
, then in 2nd fold its dense_5_acc
.
By my model summary shows my model is correct. why is it changing the names in the fitted model history
object of each fold?