Generate Sample

In the src/model folder, you should have a folder called 117M that previously we download it.

First you need to proceed to create a folder for the model.

$ mkdir lyric

Then go to src/checkpoint/run1 and copy the following files:

$ cd ../checkpoint/run1
$ cp checkpoint model-xxx.data-00000-of-00001 model-xxx.index model-xxx.meta ../lyric

*as note the xxx represent the step number, if you traing your model up to 1000 you should replace it as model-1000.index.

Then we should go to the folder named 117M and copy the next files.

$ cd 117M
$ cp encoder.json hparams.json vocab.bpe ../lyric

Last updated