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 Dec 2, 2021. It is now read-only.
I see the example where it has value 'neural network' and appears to be a sting. I'm wondering whether there are plans to restrict it to a limited range of values or have a convention to avoid differences of wording e.g. 'neural network' vs 'nn'.
I'm also wondering whether this is enough or there should be a 'model_architecture' vs 'model_type'. For instance, you might have a NN handing image data and another handling tabular data - those are quite different things. It could also be important for other components in the cluster to be able to discover whether models handle images, tabular data or text. For example, there might be a need to look up the training data for the model and this could be in a different place for images.
The text was updated successfully, but these errors were encountered:
ryandawsonuk
changed the title
is model_type restricted or just a sting?
is model_type restricted or just a string?
Jul 1, 2019
It is intended to be free-form string type. If some organizations want to enforce a set of canonical type names, they can always define the constant strings in a lib and ask people to use them.
On the other hand, if we enforce constant string type by default, adding new constants for unknown use cases becomes difficult.
There are many use cases that current metadata fields aren't enough to help. We will add them later based on CUJs that we want to enable.
I see the example where it has value 'neural network' and appears to be a sting. I'm wondering whether there are plans to restrict it to a limited range of values or have a convention to avoid differences of wording e.g. 'neural network' vs 'nn'.
I'm also wondering whether this is enough or there should be a 'model_architecture' vs 'model_type'. For instance, you might have a NN handing image data and another handling tabular data - those are quite different things. It could also be important for other components in the cluster to be able to discover whether models handle images, tabular data or text. For example, there might be a need to look up the training data for the model and this could be in a different place for images.
The text was updated successfully, but these errors were encountered: