ashhadahsan commited on
Commit
2488c4d
·
verified ·
1 Parent(s): 0c6cf51

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Parameters on which the model was trained
2
+
3
+ ```yaml
4
+ DATASET:
5
+ TRAIN_PATH: "./cityscapes_dataset/train"
6
+ TEST_PATH: "./cityscapes_dataset/test"
7
+ IMAGE_FORMAT: ".png"
8
+
9
+ SAM:
10
+ CHECKPOINT: "./sam_vit_h_4b8939.pth"
11
+ RANK: 512
12
+
13
+ TRAIN:
14
+ BATCH_SIZE: 1
15
+ NUM_EPOCHS: 10
16
+ LEARNING_RATE: 0.0001
17
+ PATIENCE: 10
18
+
19
+