[FEATURE] Add important tutorials to hub docs
See original GitHub issue🚨🚨 Feature Request
- Related to an existing Issue
- A new implementation (Improvement, Extension)
Is your feature request related to a problem?
Hub docs are missing the following tutorials in order of priority:
- Training an object detection model in Pytorch
- Training a segmentation model in Pytorch
- Training a classification model in TensorFlow
- Training an object detection model in TensorFlow
- Training a segmentation model in TensorFlow
Tips for completing the task
- All of these tutorials can use the COCO dataset, because it contains all of the data types that are required above.
- When training the models, only the tensors that contain the relevant data should be loaded for training.
- The tutorials should be written in Gitbook and Colab
- The tutorials should use a similar style to the existing classification tutorial
- The focus of the tutorials is the data and data pre-processing. The model and training process should be as simple as possible.
If your feature will improve HUB
It will provide users helpful starter-code for training different types of models
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
How It Works - Hubdoc
Easily get bills and receipts into your accounting software, without manual data entry. Store your documents online in one centralised place.
Read more >Google Docs training and help - Google Workspace Learning ...
Learn how to prepare, share, and finalize a document using Google Workspace tools such as Drive and Docs. Learn how to prepare for,...
Read more >Hello World - GitHub Docs
This tutorial teaches you GitHub essentials like repositories, branches, commits, and pull requests. You'll create your own Hello World repository and learn ...
Read more >Guided walkthrough- Creating a Hub site for your organization
1. Mega menus and edit controls · 2. Share news · 3. Feature important content · 4. Keep up-to-date on events · 5....
Read more >21 Google Doc Features You Didn't Know Existed (But Totally ...
Google Docs Features. Add Fonts; Templates; Table of Contents Sidebar; Create or Remove Headers; Clear Formatting; Create a Folder ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey @istranic, I’ll work on the tutorials. 🙂
Thanks @istranic So just want to confirm…I just have to build a similar pipeline as that mentioned in the link but i gotta do it in Tensorflow?