SoulPerforms commited on
Commit
a3fbda7
·
verified ·
1 Parent(s): 3ad3c9c

Upload 2 files

Browse files
Files changed (2) hide show
  1. butterfly_resnet_checkpoint.bin +3 -0
  2. config.json +15 -0
butterfly_resnet_checkpoint.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df56ef3742d15e9b729ade336a3d151c1e4a3697f31983de92b83ae5edde6fcb
3
+ size 44941398
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "cuda" // or "cpu"
15
+ }