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
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
I hope to judge whether the model size exceeds a threshold. However, it is hard to pass the model information into Assessor. Has any idea? Thank you!
The assess trial function like this:
fromnni.assessorimportAssessor, AssessResultclassCustomizedAssessor(Assessor):
def__init__(self, ...):
...
defassess_trial(self, trial_job_id, trial_history):
""" Determines whether a trial should be killed. Must override. trial_history: a list of intermediate result objects. Returns AssessResult.Good or AssessResult.Bad. """# you code implement here.
...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I hope to judge whether the model size exceeds a threshold. However, it is hard to pass the model information into Assessor. Has any idea? Thank you!
The assess trial function like this:
Beta Was this translation helpful? Give feedback.
All reactions