YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

EMNIST Letters CNN (A–Z)

This model classifies 28x28 grayscale images into Latin letters A–Z.

Files

  • letter_cnn_state_dict.pt : model weights
  • model.py : model architecture

Load (example)

import torch, string
from model import LetterCNN

letters = string.ascii_uppercase

m = LetterCNN()
m.load_state_dict(torch.load("letter_cnn_state_dict.pt", map_location="cpu"))
m.eval()



---

## 5) Repo’dagi fayldan localda ishlatish (download qilgandan keyin)
Siz repo’dan `letter_cnn_state_dict.pt` va `model.py` ni yuklab olasiz, keyin:

```python
import torch
from model import LetterCNN

m = LetterCNN()
m.load_state_dict(torch.load("letter_cnn_state_dict.pt", map_location="cpu"))
m.eval()
print("Model ready!")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support