dsrestrepo commited on
Commit
b287226
·
1 Parent(s): 199aa22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -21,4 +21,19 @@ The model was trained with satellite images of 10 different cities with most den
21
 
22
  The dataset was split into train and test using 80% for train and 20% to test.
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
 
21
 
22
  The dataset was split into train and test using 80% for train and 20% to test.
23
 
24
+ ### Training hyperparameters
25
+
26
+ The following hyperparameters were used during training:
27
+
28
+ | Hyperparameters | Value |
29
+ | :-- | :-- |
30
+ | name | Adam |
31
+ | learning_rate | 0.0010000000474974513 |
32
+ | decay | 0.0 |
33
+ | beta_1 | 0.8999999761581421 |
34
+ | beta_2 | 0.9990000128746033 |
35
+ | epsilon | 1e-07 |
36
+ | amsgrad | False |
37
+ | training_precision | float32 |
38
+
39