Thanuja2109 commited on
Commit
522e492
·
verified ·
1 Parent(s): 32d6e9e

Upload Config.json

Browse files
Files changed (1) hide show
  1. Config.json +14 -0
Config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }