forked from tfavory/pmlg-poem-generator
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update poem-generator #1
Open
tfavory
wants to merge
51
commits into
pmlg:master
Choose a base branch
from
tfavory:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
project update
First attempt GRU and LSTM
minor changes
Short description of the training algorithms
Uploaded the poem and rhyme generators
Upload the corpus.txt and rhymes.txt
Delete corpus.txt from the root One can still find it in the folder model_training
New version in folder model_training
New version in folder model_training as a notebook
Can be found in model_training
Relocate and rename corpus_cleaner.py into corpus2rhymes corpus_cleaner.py cleans the corpus, but also creates rhymes, hence the name change
Upload the poem generator notebook Weights yet to come
A new version is in the folder model_training
Minor changes
Minor change
Minor change
Doomed to change. This way of saving model is both inefficient and ugly
quick update
minor changes
minor changes
Minor update for poem_generator.ipynb Upload corpus and rhymes, necessary for poem_generator.ipynb
Delete word2idx_rhymes.npy to change loading process
Delete rhymes.txt to change loading process
Delete idx2word_rhymes.npy to change loading process
Delete idx2char_poems.npy to change loading process
Delete hyperparameters_rhymes.npy to change loading process
Delete hyperparameters_poems.npy to change loading process
Delete gru_weights_rhymes.npy to change loading process
Delete gru_weights_poems.npy to change loading process
Delete fc_weights_rhymes.npy to change loading process
Delete fc_weights_poems.npy to change loading process
Delete embedding_weights_rhymes.npy to change loading process
Delete embedding_weights_poems.npy to change loading process
Delete corpus.txt from root to change loading process
Delete char2idx_poems.npy to change loading process
Quick update with a better saving/loading process
Update training models for both rhymes and poems: rhyme_model.ipynb and poem_model.ipynb
Update poem generator notebook: poem_generator.ipynb Upload the poem model (parameters, weights): model_poems.npy Note: rhymes model is too heavy for GitHub online
Upload some poems for Edgar Allan Poe
Quick update of README.md
Update README.md
Update README.md
Add speech_to_poem.py. First, this script converts the user's speech to text. This text will be a seed for our poem generator. Once the poem created, the script 'recites' the poem.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add rhyme generator (code and notebook)
add corpus_cleaner.py