Instructions to use nateraw/basic-ae-cifar10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nateraw/basic-ae-cifar10 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nateraw/basic-ae-cifar10", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| {"input_dim": 3072, "hidden_dims": [256, 64, 16, 4, 2], "_src": {"module_name": "src.model", "member_name": "Autoencoder"}} |