Thanuja2109 commited on
Commit
351518c
·
verified ·
1 Parent(s): a54786f

Rename Config.json to config.json

Browse files
Files changed (1) hide show
  1. Config.json → config.json +15 -14
Config.json → config.json RENAMED
@@ -1,14 +1,15 @@
1
- {
2
- "model": {
3
- "backbone": "convnext_tiny",
4
- "embedder": "swin_tiny_patch4_window7_224",
5
- "latent_dims": 12544
6
- },
7
- "batch_size": 32,
8
- "epoch": 1,
9
- "learning_rate": 0.0001,
10
- "weight_decay": 0.0001,
11
- "num_classes": 2,
12
- "img_size": 224,
13
- "min_val_loss": 10000
14
- }
 
 
1
+ {
2
+ "model_type": "genconvit",
3
+ "model": {
4
+ "backbone": "convnext_tiny",
5
+ "embedder": "swin_tiny_patch4_window7_224",
6
+ "latent_dims": 12544
7
+ },
8
+ "batch_size": 32,
9
+ "epoch": 1,
10
+ "learning_rate": 0.0001,
11
+ "weight_decay": 0.0001,
12
+ "num_classes": 2,
13
+ "img_size": 224,
14
+ "min_val_loss": 10000
15
+ }