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

Evaluate model #45

Open
monika-ntx opened this issue May 8, 2023 · 1 comment
Open

Evaluate model #45

monika-ntx opened this issue May 8, 2023 · 1 comment

Comments

@monika-ntx
Copy link

monika-ntx commented May 8, 2023

Thank you for your nice work. I still work on LTC network and I would like to ask about model evaluation. I trained LTC network with 64 neurons and already had the best model weight. However, I would like to drop some connection of LTC network (such as randomly drop 20% wiring connection of LTC network). When training, I used fully-connected wiring. When testing model, I tried to change into random wiring instead of fully-connected wiring. However, I still got the same result when I tested random wiring and original fully-connected wiring with the same model. It looks like the model is fixed and it only used fully-connected wiring (because I used it training). I wonder if there is any way to drop some connection among LTC neurons while evaluating model.

@mlech26l
Copy link
Owner

Interesting use case. You need to be careful when changing the sparsity mask because TensorFlow probably requires a recompilation in order for this to have an effect.

One option would be to create a new LTC network with the desired wiring and then copy all the weights but not the sparsity mask from the old to the new model.

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