Closed Bisgates closed 7 years ago
when I run
keras-compressor.py model.h5 compress.h5
showed this error
numpy.sum([K.count_params(p) for p in set(model.trainable_weights)])) AttributeError: 'list' object has no attribute 'trainable_weights'
when I run
showed this error