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
We need to segregate existing evalem namespace into different categories based on downstream tasks such as NLP, CV, etc.
Eg: evalem.nlp, evalem.cv...
How
For this to work, we need to have model wrappers, processors, et. at the right level of abstraction so that downstream namespaces could easily be differentiated using base/parent class types in the implementation.
The text was updated successfully, but these errors were encountered:
What
We need to segregate existing evalem namespace into different categories based on downstream tasks such as NLP, CV, etc.
Eg:
evalem.nlp
,evalem.cv
...How
For this to work, we need to have model wrappers, processors, et. at the right level of abstraction so that downstream namespaces could easily be differentiated using base/parent class types in the implementation.
The text was updated successfully, but these errors were encountered: