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
Following #36, knead saves each glyph into its own proto.
Is there a use case where we would want multiple glyphs per proto? (This could be controlled by an optional flag).
If so, how do we determine which glyphs go into which proto? Do we want protos of only one character, or only one font, or randomly shuffled? Should this be controlled by another flag?
The text was updated successfully, but these errors were encountered:
Btw, it seems to me that the num_examples flag is actually broken in our code.
It looks like the code we have doesn't actually split the different glyphs from a font into different protos: it always saves one glyph per proto, but skips fonts.
Following #36,
knead
saves each glyph into its own proto.Is there a use case where we would want multiple glyphs per proto? (This could be controlled by an optional flag).
If so, how do we determine which glyphs go into which proto? Do we want protos of only one character, or only one font, or randomly shuffled? Should this be controlled by another flag?
The text was updated successfully, but these errors were encountered: