Egorp commited on
Commit
c551342
·
1 Parent(s): f3f3986

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -1,5 +1,16 @@
1
- ---
2
- license: mit
3
- ---
4
- An experemantal GAN model for generating Bach-like textures based on Aligned Bach Chorales Dataset (https://github.com/measure-map/aligned_bach_chorales).
5
- Tested and running on pytorch 2.1.0+cu121.
 
 
 
 
 
 
 
 
 
 
 
 
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.