Metadata-Version: 2.1
Name: mpanalyze
Version: 0.1
Summary: A package for analyzing model parameters
Home-page: https://github.com/JJLi0427/Model_Params_Analyze
Author: Jiajun Li
Author-email: 2366876022@qq.com
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyecharts

# Model Parameters Analyzer

This is a Python package that helps you analyze the parameters of your models. It calculates the number of parameters in the model and their percentages.

## Porject Displays

## Installation

To install this package, you can use pip:

```sh
pip install mpanalyze
```

## Usage

You can use this package from the command line with the follow command:

```python
from mpanalyze import calculate_parameters
calculate_parameters(${model})
```

This will calculate the parameters and their percentages for your model.

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License. See the `LICENSE` file for details.

