-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation: Error and lack of clarity in description of models #472
Comments
Thanks for spotting @Make42! Indeed the texts have been switched. I'm moving this issue to the docs repo. If you like, you can issue a PR to fix :) |
Also, I am really not clear on what the difference between the model classes are. As far as I understand, the workflow is like this:
No idea, how
with InputModel
Sounds just the same to me. What is the difference? I would like to ask for this to be documented in more detail. :-) |
Apologies for the ambiguity @Make42, the class hierarchy is indeed somewhat messy, and we have plans to simplify it in future versions.
We'll make a point to improve the docs in this regard :) |
Fixes the swap in description, that is mentioned in allegroai#472
@ainoam : I started fixing the issue with the pull request I just made. However, this only contributes to the swap mentioned at the beginning. Please add more clarity on the problem, as I have described it in my later posts. |
Fixes the swap in description, that is mentioned in #472
@ainoam: Are all the changes what I can see at https://github.com/allegroai/clearml-docs/pull/479/files? It still leaves open the question, what the capability each of those have - in other words - why the architects decided to create three classes instead of only two. I somewhat got it after re-reading the text in https://clear.ml/docs/latest/docs/clearml_sdk/model_sdk and compared the available methods and their signatures in https://clear.ml/docs/latest/docs/references/sdk/model_model/ and https://clear.ml/docs/latest/docs/references/sdk/model_inputmodel, but maybe this can be made more explicit. |
In https://clear.ml/docs/latest/docs/clearml_sdk/model_sdk/ it says
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?
The text was updated successfully, but these errors were encountered: