Instructions to use nateraw/autoencoder-cifar10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nateraw/autoencoder-cifar10 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nateraw/autoencoder-cifar10", dtype="auto") - Notebooks
- Google Colab
- Kaggle
naterawdata@gmail.com commited on
Commit ·
3c19b7f
1
Parent(s): 3682607
commit files to HF hub
Browse files- pytorch_model.bin +1 -1
- requirements.txt +2 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6453931
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57c970c23ff116d94519c22a011b1f88c9c7976fe4b05c40dd9bd772b82070fe
|
| 3 |
size 6453931
|
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
huggingface-hub
|
| 2 |
torch
|
| 3 |
-
torchvision
|
|
|
|
|
|
| 1 |
huggingface-hub
|
| 2 |
torch
|
| 3 |
+
torchvision
|
| 4 |
+
auto_anything
|