Replies: 1 comment
-
@Sreyan88 I haven't settled on a way to do cleanly modify/merge or otherwise define the config externally and pass through, so best way right now is to create a new model def for you config .. ie create a modified
or something like
Open to any feedback on the use cases ... I would like to allow modifications to be merged with an existing config, or fully define configs externally via json/yaml and pass through (including via Hugging Face hub). |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi there,
I wanted to know how could I change a model config using create_model. For example I need to cfg.use_abs_pos to True for MViT-v2. Thank You!
Beta Was this translation helpful? Give feedback.
All reactions