SoulPerforms commited on
Commit
ab191a0
·
verified ·
1 Parent(s): 3bad52f

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -15
config.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "model_name": "SoulPerforms/Butterfly_image_classification_resnet18",
3
- "architecture": "resnet18",
4
- "num_classes": 10,
5
- "input_size": [3, 224, 224],
6
- "batch_size": 32,
7
- "learning_rate": 0.001,
8
- "epochs": 10,
9
- "optimizer": "Adam",
10
- "loss_function": "CrossEntropyLoss",
11
- "pretrained": true,
12
- "dropout": 0.5,
13
- "seed": 42,
14
- "device": "cpu" // or "cuda"
15
- }