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
Copy file name to clipboardExpand all lines: README.md
+13-19
Original file line number
Diff line number
Diff line change
@@ -59,25 +59,8 @@ these models for the following types of use-cases:
59
59
| ml-model:learning_approach| string |**REQUIRED.** The learning approach used to train the model. It is STRONGLY RECOMMENDED that you use one of the values [described below](#ml-modellearning_approach), but other values are allowed. |
60
60
| ml-model:prediction_type| string |**REQUIRED.** The type of prediction that the model makes. It is STRONGLY RECOMMENDED that you use one of the values [described below](#ml-modelprediction_type), but other values are allowed. |
61
61
| ml-model:architecture| string |**REQUIRED.** Identifies the architecture employed by the model (e.g. RCNN, U-Net, etc.). This may be any string identifier, but publishers are encouraged to use well-known identifiers whenever possible. |
62
-
| ml-model:training-environment|[Training Environment Object](#training-environment-object)| Describes the environment used to train the model. See the Link [relation types](#relation-types) defined below for definitions of the data used during training. |
| operating-system | string | Identifies the operating system on which the model was trained. See the [Operating System](#operating-system) description below for recommended values. |
69
-
| processor-type | string | The type of processor used during training. Must be one of `"cpu"` or `"gpu"`. |
70
-
71
-
#### Operating System
72
-
73
-
It is STRONGLY RECOMMENDED that one of the following operating system identifiers (taken from the Python [`sys.platform`
74
-
values](https://docs.python.org/3/library/sys.html#sys.platform) be used whenever possible:
75
-
76
-
-`aix`
77
-
-`linux`
78
-
-`win32`
79
-
-`cygwin`
80
-
-`darwin`
62
+
| ml-model:training-processor-type| string | The type of processor used during training. Must be one of `"cpu"` or `"gpu"`. |
63
+
| ml-model:training-os| string | Identifies the operating system on which the model was trained. See the [description below](#ml-modeltraining-os) for recommended values. |
81
64
82
65
### Additional Field Information
83
66
@@ -102,6 +85,17 @@ for a given [Learning Approach](#ml-modellearning_approach).
102
85
-`"segmentation"`
103
86
-`"regression"`
104
87
88
+
### ml-model:training-os
89
+
90
+
It is STRONGLY RECOMMENDED that one of the following operating system identifiers (taken from the Python [`sys.platform`
91
+
values](https://docs.python.org/3/library/sys.html#sys.platform) be used whenever possible:
0 commit comments