Open
Description
In https://clear.ml/docs/latest/docs/clearml_sdk/model_sdk/ it says
- Model - represents an experiment's output model (training results). An OutputModel is always connected to a task.
- InputModel - represents an existing ClearML model to be used in an experiment.
- OutputModel - represents a ClearML model, regardless of any task connection.
Where is OutputModel mentioned in the first point? There is some error - not sure what is wrong though. Maybe the texts for Model and OutputModel are switched?