Skip to content

ritheshkumar95/pytorch_handwriting_synthesis

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Reproducing handwriting synthesis from the seminal paper - Generating Sequences Using Recurrent Neural Networks by Alex Graves

Training

  1. To train the unconditional synthesis with default arguments, execute:
python scripts/train_unconditional.py --save_path logs/unconditional
  1. To train the conditional synthesis with default arguments, execute:
python scripts/train_conditional.py --save_path logs/conditional --seq_len 600

Sampling

  1. Use the ipython notebook notebooks/write.ipynb

Unconditional Handwriting Samples

jpg jpg jpg

Conditional Handwriting Samples

jpg jpg jpg

About

Handwriting Synthesis and Prediction - PyTorch Implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published