gremlin97 commited on
Commit
90bdc4d
1 Parent(s): 112cff5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,9 +37,9 @@ image.save("my_image.png")
37
 
38
  These are the key hyperparameters used during training:
39
 
40
- * Epochs: 2
41
  * Learning rate: 1e-06
42
- * Batch size: 1
43
  * Gradient accumulation steps: 4
44
  * Image resolution: 224
45
  * Mixed-precision: fp16
 
37
 
38
  These are the key hyperparameters used during training:
39
 
40
+ * Epochs: 5
41
  * Learning rate: 1e-06
42
+ * Batch size: 4
43
  * Gradient accumulation steps: 4
44
  * Image resolution: 224
45
  * Mixed-precision: fp16