Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor proposals (lines 77 & 82) #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ If you use the data files I've linked above, those are quite large, and will tak
Playlist.ipynb is a simple Jupyter Notebook which creates a nicely formatted playlist for listening to all the generations.
<h2>Music Critic:</h2>
<ul>
<li>make_critic_data.py - create the training and test datasests (requires a trained generation model to create the fake data)</li>
<li>make_critic_data.py - create the training and test datasets (requires a trained generation model to create the fake data)</li>
<li>critic.py - trains a classifier to predict if a sample is human-composed or LSTM-composed
</ul>
<h2>Composer Classifier:</h2>
<ul>
<li>make_composer_data.py - create the training and test datasests (all from human composed pieces)</li>
<li>make_composer_data.py - create the training and test datasets (all from human composed pieces)</li>
<li>composer_classifier.py - trains a classifier to predict which human composed the piece
</ul>

Expand Down