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
Hi, I was impressed by your great work. I realized there is a pretrained model which can generation words within length 7. But I am wondering can I use this repo to generate a line of words? Like I set the max character as a super large number, then retrain a new model, can that new one generate a line?
The text was updated successfully, but these errors were encountered:
IIRC there are some architectural limitations for the maximum number of characters that is defined by OUTPUT_MAX_LEN.
However, the definition of this variable in loadData4_vgg.py indicates that there was some testing done regarding lines. Since this was not mentioned in the final paper, I guess that it didn't work out.
Hi, I was impressed by your great work. I realized there is a pretrained model which can generation words within length 7. But I am wondering can I use this repo to generate a line of words? Like I set the max character as a super large number, then retrain a new model, can that new one generate a line?
The text was updated successfully, but these errors were encountered: