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
I want to add this issue in order to keep in "backlog" something we have to deal with sooner or later. Evaluation Task (inside quadra/tasks/base.py) is currently extended only by SegmentationEvaluation.
I recently had the necessity to add a new behavior to the prepare() function of the evaluation tasks and it would have been much easier having a real Evaluation Task class extended by all the evaluations. I already opened the pr but is in draft rn (input_size propagation). Everything would be nicer and tidier if we refactor all the evaluation tasks and make them extend Evaluation.
The text was updated successfully, but these errors were encountered:
Description & Motivation
I want to add this issue in order to keep in "backlog" something we have to deal with sooner or later. Evaluation Task (inside quadra/tasks/base.py) is currently extended only by SegmentationEvaluation.
I recently had the necessity to add a new behavior to the prepare() function of the evaluation tasks and it would have been much easier having a real Evaluation Task class extended by all the evaluations. I already opened the pr but is in draft rn (input_size propagation). Everything would be nicer and tidier if we refactor all the evaluation tasks and make them extend Evaluation.
The text was updated successfully, but these errors were encountered: