You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this project, its much faster and way easier to get working than the rnnlib versions were (and faster than the tensorflow version too).
I've got everything working nicely, but have been looking through the code trying to figure out how to 'prime' the sampling of the model with a particular handwriting style as Graves describes. It seems as though this is happening in your sampling script - could you give me some pointers for where to look >
thanks
The text was updated successfully, but these errors were encountered:
At the moment, this feature is not implemented and unfortunately I don't have anymore time to spend on this project. Here are a few guidelines of how I would do it:
add a theano tensor variable corresponding to the id and give it as input to all the monitor and sampling objects. https://github.com/adbrebs/handwriting/blob/master/main_cond.py#L71 be sure that the order of the inputs given to the monitors is the same as the data generator outputs
Thanks for this project, its much faster and way easier to get working than the rnnlib versions were (and faster than the tensorflow version too).
I've got everything working nicely, but have been looking through the code trying to figure out how to 'prime' the sampling of the model with a particular handwriting style as Graves describes. It seems as though this is happening in your sampling script - could you give me some pointers for where to look >
thanks
The text was updated successfully, but these errors were encountered: