Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ To set up the MelodyT5 environment and install the necessary dependencies, follo
|
|
52 |
|
53 |
4. **Create Random Weights (Optional)**
|
54 |
|
55 |
-
If `SHARE_WEIGHTS = True` in `config.py`, run `random_model.py` to generate random weights for initializing the
|
56 |
|
57 |
5. **Download Pre-trained MelodyT5 Weights (Optional)**
|
58 |
|
|
|
52 |
|
53 |
4. **Create Random Weights (Optional)**
|
54 |
|
55 |
+
If `SHARE_WEIGHTS = True` in `config.py`, run `random_model.py` to generate random weights for initializing the patch-level encoder and decoder with shared weights.
|
56 |
|
57 |
5. **Download Pre-trained MelodyT5 Weights (Optional)**
|
58 |
|