nexport 0.3.0 (The Parameter Update)
Description
This update brings useful functions for calculating a PyTorch model's number of trainable parameters, layers and neurons. The user has an option to filter the results based on whether they want to include those in the input & output layers.
Changelog
- New functions
calculate_layers()
calculate_neurons()
calculate_parameters()
- Cleaner directory structure
- Example PyTorch networks moved to separate
models.py
file
- Example PyTorch networks moved to separate