Metadata-Version: 2.1
Name: dctadam
Version: 0.1.0
Summary: DCT-based Adam optimizer for PyTorch
Author-email: Твоё Имя <you@example.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: torch>=1.10
Requires-Dist: scipy>=1.5

# DCTAdam

DCTAdam — это модификация оптимизатора Adam, выполняющая обновления параметров в DCT-домене.

## Установка
```bash
pip install git+https://github.com/username/dctadam.git
"# DCTAdam" 
