-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add TransferLearningTF sample #727
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
Conversation
luisquintanilla
left a comment
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.
Nice job @JRAlexander . Minor changes / suggestions.
luisquintanilla
left a comment
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.
Thanks for the updates @JRAlexander . Minor snippet naming suggestion. I'll leave it up to you to decide if you want to change or not.
|
|
||
| // Read the tags.tsv file and add the filepath to the image file name | ||
| // before loading into ImageData | ||
| // <SnippetReadFromCSV> |
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.
Since method name changed from ReadFromCsv to ReadFromTsv, change snippet name to SnippetReadFromTSV to avoid confusion.
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.
Yup, good catch. Already updated in tutorial
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.
Done!
Added the companion sample for the TensorFlow Image classification (transfer learning) tutorial.
Tutorial