pix2pix icon indicating copy to clipboard operation
pix2pix copied to clipboard

Compactification of the trained Network

Open argunsah opened this issue 2 years ago • 1 comments

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

argunsah avatar Apr 06 '22 08:04 argunsah

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

justinpinkney avatar May 04 '22 13:05 justinpinkney