-
Notifications
You must be signed in to change notification settings - Fork 45
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
DOCS-1866: Edit upload page for model framework ui update #2628
DOCS-1866: Edit upload page for model framework ui update #2628
Conversation
sguequierre
commented
Mar 7, 2024
- As far as I can tell this is the only place that needs to be changed?
Overall readability score: 55.58 (🟢 +0)
View detailed metrics🟢 - Shows an increase in readability
Averages:
View metric targets
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh okay I think when I saw the ticket I'd thought there might be more places because I was thinking it was the "mlmodel" model of the vision service, as opposed to the "ML model service"--disregard what I said earlier!
assets/ml/upload-model.png
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can crop some of the white space off the right side of this to make it easier to see the details
docs/ml/upload-model.md
Outdated
{{% alert title="TFLite label files" color="tip" %}} | ||
During Step 2, if you chose a TensorFlow Lite model framework, you add a `.txt` label file. | ||
This should include the label names as you provided them in training, with one name per line. | ||
{{% /alert %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like that you stipulate that this is for TFLite specifically versus the original "optional" bit. Is there anything else people need to know about specific model frameworks? Like, is there a reason we call this out but don't call out any other specifics?
What do you think of moving this into step 2 instead of down here? Could be a bullet under step 2, or just a second sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sguequierre I don't know if this comment was seen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JessamyT Sorry, I intended to address then it got hidden by a commit and I forgot 🤦♀️ I don't know about other model frameworks, I assumed we would get info from ML team if so. I can ask Steven
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated with info from steven and moved into step 2 @JessamyT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I figured that's what happened! :)
docs/ml/upload-model.md
Outdated
|
||
Your model is now updated. | ||
|
||
{{% alert title="TFLite label files" color="tip" %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still outstanding--lmk what you think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok think addressed now!
Co-authored-by: JessamyT <[email protected]>
Co-authored-by: JessamyT <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a couple nits but also the outstanding comment from the first review about the note--this might not need action but not sure if you saw that comment
docs/ml/upload-model.md
Outdated
{{% alert title="TFLite label files" color="tip" %}} | ||
During Step 2, if you chose a TensorFlow Lite model framework, you add a `.txt` label file. | ||
This should include the label names as you provided them in training, with one name per line. | ||
{{% /alert %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sguequierre I don't know if this comment was seen?
docs/ml/upload-model.md
Outdated
|
||
Your model is now updated. | ||
|
||
{{% alert title="TFLite label files" color="tip" %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still outstanding--lmk what you think
Co-authored-by: JessamyT <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two more suggestions now that the details are added. Feel free to incorporate whichever parts of these comments you want. Only blocker is that I think the second set of steps got out of order?
Co-authored-by: JessamyT <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM so long as the semantics of uploading a model vs uploading a file are correct! (I made my last suggestions not knowing for sure--LGTM if you're confident!)
You can view a rendered version of the docs from this PR at https://docs-test.viam.dev/2628 |