Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,8 @@ This project is licensed under the MIT License.
|
|
| 35 |
The GAN consists of two parts: a generator and a discriminator. Both models were trained on the Aligned Bach Chorales Dataset, which represents Bach chorales in a binary matrix format.
|
| 36 |
|
| 37 |
## Installation and Requirements
|
| 38 |
-
To use this model, you need to have PyTorch version 2.1.0+cu121 installed.
|
|
|
|
| 39 |
|
| 40 |
## Usage
|
| 41 |
1. **Clone the Repository**:
|
|
@@ -43,7 +44,7 @@ To use this model, you need to have PyTorch version 2.1.0+cu121 installed. You c
|
|
| 43 |
git clone [repository URL]
|
| 44 |
```
|
| 45 |
2. **Load the Models**:
|
| 46 |
-
- Use
|
| 47 |
3. **Convert Binary Matrices to MIDI**:
|
| 48 |
- Utilize the `binary_to_midi` notebook included in this repository to convert the binary matrices generated by the GAN into MIDI format.
|
| 49 |
|
|
|
|
| 35 |
The GAN consists of two parts: a generator and a discriminator. Both models were trained on the Aligned Bach Chorales Dataset, which represents Bach chorales in a binary matrix format.
|
| 36 |
|
| 37 |
## Installation and Requirements
|
| 38 |
+
To use this model, you need to have PyTorch version 2.1.0+cu121 installed. The dataset loader, model structure, and training scripts are all included in the torch_binary2_v1 notebook.
|
| 39 |
+
|
| 40 |
|
| 41 |
## Usage
|
| 42 |
1. **Clone the Repository**:
|
|
|
|
| 44 |
git clone [repository URL]
|
| 45 |
```
|
| 46 |
2. **Load the Models**:
|
| 47 |
+
- Use torch_binary2_v1 notebook to load the provided state dictionaries for both the generator and the discriminator.
|
| 48 |
3. **Convert Binary Matrices to MIDI**:
|
| 49 |
- Utilize the `binary_to_midi` notebook included in this repository to convert the binary matrices generated by the GAN into MIDI format.
|
| 50 |
|