Closed chatgptcoderhere closed 3 years ago
After mian.py file is run for training to be completed, which file should be run for generating the output of the provided word list. In short, how to use save model variables for handwriting generation of specific words?
Hello @DeccanKing1,
I have added an example script - please have a look at src/run_inference.py.
After successfully running the script you should get something similar to:
Thank you.
After mian.py file is run for training to be completed, which file should be run for generating the output of the provided word list. In short, how to use save model variables for handwriting generation of specific words?