ZeroCool94 commited on
Commit
4f2b130
1 Parent(s): 9979670

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -61,5 +61,9 @@ The model was trained on the following dataset:
61
  - **Batch:** 1
62
  - **Learning Rate:** 7e-08
63
  - **Warmup Steps:** 10,000
64
- - **Resolution**: 512 pixels
 
 
65
  - **Total Training Steps:** 1,190,500
 
 
 
61
  - **Batch:** 1
62
  - **Learning Rate:** 7e-08
63
  - **Warmup Steps:** 10,000
64
+ - **Resolution/Image Size**: First trained at a resolution of 64x64 and then increased to 384x384. Check the notes down below for more details on this.
65
+ - **Dimension:** 256
66
+ - **vq_codebook_size:** 256
67
  - **Total Training Steps:** 1,190,500
68
+
69
+ Note: On Muse we can change the image_size or resolution at any time without having to train the model from scratch again, this allow us to first train the model at low resolution using the same `dim` and `vq_codebook_size` to train faster and then we can increase the `image_size` and use a higher resolution once the model has trained enough.