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
Support merging FixedParameter with ChoiceParameter in transfer learning (#5102)
Summary:
Pull Request resolved: #5102
When merging search spaces for transfer learning, a parameter may be
FixedParameter in one experiment and ChoiceParameter in another (e.g., a
parameter was fixed to a single value in the source but is tunable in the
target). Previously this raised a ValueError. Now we merge them into a
ChoiceParameter whose values include the union of the choice values and
the fixed value.
Reviewed By: saitcakmak
Differential Revision: D98247197
fbshipit-source-id: cb4adf32e886ec26dc24d8f0a94e5e64ee20c58f
0 commit comments