Metadata-Version: 2.1
Name: mdfa
Version: 0.1.0
Summary: MDFA: A Multi-Dimensional Feature Attention model
Home-page: https://github.com/yourusername/your_project
Author: backy
Author-email: backywen@163.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=1.7.0

# MDFA: Multi-Dimensional Feature Attention

MDFA is a multi-dimensional feature attention module designed for deep learning applications. This package provides the MDFA class that can be integrated into various neural network models.

## Installation

You can install this package directly from GitHub:

```bash
pip install git+https://github.com/yourusername/your_project.git
