DineshKumar1329 commited on
Commit
7860160
·
verified ·
1 Parent(s): f32744b

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -8
config.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "model_name": "ResNet18",
3
- "input_size": [3, 128, 128],
4
- "output_size": 2,
5
- "class_names": ["Cat", "Dog"],
6
- "mean": [0.485, 0.456, 0.406],
7
- "std": [0.229, 0.224, 0.225]
8
- }