pdjota/artyset
Viewer โข Updated โข 29 โข 40
Multi-head ResNet-50 backbone with column pooling, a bidirectional LSTM over spatial strips, and linear heads for genre, style, and artist on a WikiArt subset (pdjota/artyset).
| Metric | Value |
|---|---|
| Genre (top-1) | 67.80% |
| Style (top-1) | 65.05% |
| Artist (top-1) | 57.71% |
| Artist (top-5) | 88.47% |
checkpoints/cnnrnn/best.pt โ on Hub this repo typically ships as best_model.pt. cnnrnn Typical layout after upload:
best_model.pt โ PyTorch checkpoint (model_state_dict, n_genre / n_style / n_artist, optional arch)genre_id2label.json, style_id2label.json, artist_id2label.json โ class index โ label for demosNot for production attribution or forensic ID; academic / demo use.