Skip to content

nexport 0.3.0 (The Parameter Update)

Compare
Choose a tag to compare
@JordanWelsman JordanWelsman released this 19 Jan 04:34
· 85 commits to main since this release
d9ec643

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