Grzego / handwriting-generation

Implementation of handwriting generation with use of recurrent neural networks in tensorflow. Based on Alex Graves paper (https://arxiv.org/abs/1308.0850).
MIT License
520 stars 107 forks source link

Tensorflow 2 version #32

Open aditi1400 opened 1 year ago

aditi1400 commented 1 year ago

Does anybody have the code converted to native Tensorflow 2 (without using tf.compat.v1) version?