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
As for the current model-define plugin, we use the one function to handle the different lifecycles: training and serving, this looks a little complicated to plugin developers. Therefore we want to address the issue by the following:
add an optional new file "inference.js" in every model-define plugin, which will be called when serving.
pass the labelmap to "inference.js".
The text was updated successfully, but these errors were encountered:
As for the current model-define plugin, we use the one function to handle the different lifecycles: training and serving, this looks a little complicated to plugin developers. Therefore we want to address the issue by the following:
The text was updated successfully, but these errors were encountered: