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
Here are a couple of convenience features to consider:
Logging. It would be nice if the evaluator could put notes of some kind in the log for reference after a run is done. This could be implemented by passing the logging object to the evaluator function. Or the evaluation result could include an additional field like notes that just gets written out to the log.
Config. It would be nice to do certain kinds of experiments with different evaluation tweaks without changing the evaluation code itself. This could be accomplished by passing the config object to the evaluator function. Then one could tweak the config values in one place.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Here are a couple of convenience features to consider:
Logging. It would be nice if the evaluator could put notes of some kind in the log for reference after a run is done. This could be implemented by passing the logging object to the evaluator function. Or the evaluation result could include an additional field like
notes
that just gets written out to the log.Config. It would be nice to do certain kinds of experiments with different evaluation tweaks without changing the evaluation code itself. This could be accomplished by passing the config object to the evaluator function. Then one could tweak the config values in one place.
Beta Was this translation helpful? Give feedback.
All reactions