Skip to content

N0rbi/szakdoga

Repository files navigation

Szakdoga

My goal is to build an RNN that creates music lyrics based on the dataset.

Runnable installation

pip install -r requirements.txt

Train

To train use for example

python lyrics.py --artist=30y --epochs=250 --patience_limit=25 --lstm_layers=3 \
--lstm_units=64 --embedding=32 --size_x=100 --model_name=foobar

You can change any params, or you can just delete them (except for artist) or:

python lyrics.py --help

for info. For tensorboard use

tensorboard --logdir=target/train_log

from base folder (only works if you have at least 1 running/finished training).

Predict

python demo.py --model_name=${name_of_the_model}

or if you keep it blank you get the list of models you can predict from.

Latex

Installation

sudo apt-get update
sudo apt-get install texlive-full

Compiling

./doc/gen_pdf.sh

use -s flag if you want it to be silent.

Sources:

Frameworks

Word based encoding

Heuristics

Environment

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages