Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2. **Load the Models**:
|
2 |
+
- Use `torch.load()` to load the provided state dictionaries for both the generator and the discriminator.
|
3 |
+
3. **Convert Binary Matrices to MIDI**:
|
4 |
+
- Utilize the `binary_to_midi` notebook included in this repository to convert the binary matrices generated by the GAN into MIDI format.
|
5 |
+
|
6 |
+
## Dataset
|
7 |
+
The dataset used for training this model can be found in the folder named "np_convert". This folder contains binary representations of Bach chorales.
|
8 |
+
|
9 |
+
## Contributing
|
10 |
+
Contributions to this project are welcome. Please feel free to submit issues and pull requests.
|
11 |
+
|
12 |
+
## Contact
|
13 |
+
For any queries or discussions regarding this project, please open an issue in this repository.
|
14 |
+
|
15 |
+
## Acknowledgements
|
16 |
+
Special thanks to the creators and maintainers of the Aligned Bach Chorales Dataset for providing the data used to train this model.
|