Instructions to use huggingnft/cryptopunks with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use huggingnft/cryptopunks with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("huggingnft/cryptopunks", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
3046b28
1
Parent(s): e2d647e
Upload training_config.json
Browse files- training_config.json +1 -0
training_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"image_size": 128, "transparent": false, "greyscale": false, "syncbatchnorm": false, "disc_output_size": 1, "optimizer": "adam", "attn_res_layers": [32], "freq_chan_attn": false}
|