Katya Gilbo
Results
3
comments of
Katya Gilbo
I have the same problem too.
I think I found the problem, at least for vgg19 The code was missing the flattening part in line 31: > output = Flatten()(model_base.output) Now I am getting accuracy outputs...
I have the same problem.