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

Use .modules in parameter pruning in performance/pruning_cnn #28

Open
charlesfrye opened this issue Jun 8, 2021 · 1 comment
Open
Labels
lightning PyTorch Lightning course materials

Comments

@charlesfrye
Copy link
Contributor

See projects/constrained_emotion_classifier.ipynb for an example. This is better than the name-sensitive style being used elsewhere.

@charlesfrye charlesfrye added the lightning PyTorch Lightning course materials label Jun 8, 2021
@charlesfrye
Copy link
Contributor Author

Worth looking at other places where I iterate over components of a module (parameters, buffers) and seeing whether .modules is a better choice.

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

No branches or pull requests

1 participant