Instructions to use edadaltocg/vgg16_bn_cifar10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use edadaltocg/vgg16_bn_cifar10 with timm:
import timm model = timm.create_model("hf_hub:edadaltocg/vgg16_bn_cifar10", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Commit ·
2c89706
1
Parent(s): 0f0e11a
Upload train_results.json
Browse files- train_results.json +1 -0
train_results.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 299, "train_loss": 0.004421741236001253}
|