Metadata-Version: 2.4
Name: wdlc
Version: 0.9.0
Summary: Web DL Compiler - Lightweight deep learning compiler utilities
Author-email: Mohamed Khaled <you@example.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: psutil>=5.9

What will we need to do?

Implement the major layers in pytorch:
- Linear
- Conv2D
- FC
- ReLU
- Pool
- RNN
- LSTM
- Batch Norm
... etc

----------------------------

- Support `nn.Sequential`

- Support hugging face models

- Support saved model.

- Optimization Phase:
