I have been trying to prune a keras model post-training. while doing that, I get model type as NoneType returned. While going into the source code of Pruning API, it says the model has to be type keras.Model, but what I am passing has the type keras.engine.training.Model
So, is there is any differnece among both?