Is custom_parameter_groups able to wildcard or partial match? #940
Unanswered
Pacman1984
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I looked in the repo and i think this is not the case.
Maybe this is a nice Pull Request |
Beta Was this translation helpful? Give feedback.
1 reply
-
No, it doesn't do wildcards or other fancy matching tricks. I don't think it's really necessary to add that since you can build the list using wildcards (or anything else) and pass it. |
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
-
Hi,
is custom_parameter_groups able to match subtrings within a named layer?
Example:
Does this code activate all bert.encoder.* layer in a bert network?
Best
Beta Was this translation helpful? Give feedback.
All reactions