matlab-deep-learning / pix2pix

Image to Image Translation Using Generative Adversarial Networks
Other
30 stars 12 forks source link

Compactification of the trained Network #18

Open argunsah opened 2 years ago

argunsah commented 2 years ago

Hello, First of all thanks for the code! I trained a model. It is quite big in size (600MB). Is there a way to make it more compact? In normal Matlab NN models, compact(Mdl) does the trick but doesn't work for this model. (Deletes the training and testing data from the network) Best, Ali

justinpinkney commented 2 years ago

I'm afraid there is no equivalent for a deep neural network. It doesn't store any training data, the weights are just big!