Support for loading newer PARSeq models from releases? #2027
Unanswered
EvelinaAleksiutenko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to load other PARSeq models from the releases (e.g. parseq-3a3149e7.weights.h5 from v0.10.0). It seems that the docTR code only supports the older PARSeq config from v0.7.0 — default_cfgs includes only that single model, and newer PARSeq checkpoints are not referenced anywhere. Since PARSeq weights don’t contain architecture/config metadata, I can’t load newer models without matching configs.
Is there a supported way to use alternative PARSeq weights from the releases, or are only the v0.7.0 PARSeq weights intended to work with the current library?
Beta Was this translation helpful? Give feedback.
All reactions