mathiaskloth
Results
1
comments of
mathiaskloth
I am trying to load one of the saved intermediate files (line [#326](https://github.com/fferroni/DEC-Keras/blob/c4f35e606e1edf4a761315e868bb2d5fc071da64/keras_dec.py#L326) in keras_dec.py) with the code ``` from keras_dec import ClusteringLayer from keras.models import load_model model = load_model('DEC_model_437500.h5',...