cm93 commited on
Commit
6db4c5a
1 Parent(s): d8396ff
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +55 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for resnet18-eurosat
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet18",
3
+ "num_classes": 10,
4
+ "num_features": 512,
5
+ "label_names": [
6
+ "Forest",
7
+ "River",
8
+ "Highway",
9
+ "AnnualCrop",
10
+ "SeaLake",
11
+ "HerbaceousVegetation",
12
+ "Industrial",
13
+ "Residential",
14
+ "PermanentCrop",
15
+ "Pasture"
16
+ ],
17
+ "pretrained_cfg": {
18
+ "tag": "a1_in1k",
19
+ "custom_load": false,
20
+ "input_size": [
21
+ 3,
22
+ 224,
23
+ 224
24
+ ],
25
+ "test_input_size": [
26
+ 3,
27
+ 224,
28
+ 224
29
+ ],
30
+ "fixed_input_size": false,
31
+ "interpolation": "bicubic",
32
+ "crop_pct": 0.9655,
33
+ "test_crop_pct": 0.9655,
34
+ "crop_mode": "center",
35
+ "mean": [
36
+ 0.3445,
37
+ 0.3803,
38
+ 0.4077
39
+ ],
40
+ "std": [
41
+ 0.0915,
42
+ 0.0652,
43
+ 0.0553
44
+ ],
45
+ "num_classes": 1000,
46
+ "pool_size": [
47
+ 7,
48
+ 7
49
+ ],
50
+ "first_conv": "conv1",
51
+ "classifier": "fc",
52
+ "origin_url": "https://github.com/huggingface/pytorch-image-models",
53
+ "paper_ids": "arXiv:2110.00476"
54
+ }
55
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73f574447eeaff3f3c179bcf106b94bdc89ef7b3def2b64873a1494b4c3d15a9
3
+ size 44775880
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c55e4bbbcb5f41361f6a524434875df0a5d365cb30aabcb05b0dd168e21a521
3
+ size 44806645