pix2pix
pix2pix copied to clipboard
Compactification of the trained Network
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
I'm afraid there is no equivalent for a deep neural network. It doesn't store any training data, the weights are just big!