Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compactification of the trained Network #18

Open
argunsah opened this issue Apr 6, 2022 · 1 comment
Open

Compactification of the trained Network #18

argunsah opened this issue Apr 6, 2022 · 1 comment

Comments

@argunsah
Copy link

argunsah commented Apr 6, 2022

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants