amessica
Results
2
comments of
amessica
I have the same problem, trying to load 2 saved trained models I get: ValueError: Optimizer weight shape (32, 32, 128) not compatible with provided weight shape (128, 128, 32)...
@ecemseymen, yes I did. Tensorflow's default is a single model when loading. If you want to load several models you have to rename them. For example: model0 = load_model('D:\Python\models/model0.hdf5') #...