Instructions to use eugenesiow/han with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eugenesiow/han with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("eugenesiow/han", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "data_parallel": false, | |
| "model_type": "HAN", | |
| "n_colors": 3, | |
| "n_feats": 64, | |
| "n_resblocks": 20, | |
| "n_resgroups": 10, | |
| "reduction": 16, | |
| "res_scale": 1, | |
| "rgb_mean": [ | |
| 0.4488, | |
| 0.4371, | |
| 0.404 | |
| ], | |
| "rgb_range": 255, | |
| "rgb_std": [ | |
| 1.0, | |
| 1.0, | |
| 1.0 | |
| ] | |
| } | |