ACM-VIT / ACM-VIT/Fill-In-the-Blanks
Creating Input Pipeline using TF-Dataset
- Dominant language
- Jupyter Notebook
- Stars
- 13
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
**Using python libraries you have to make a pipeline to process the images to feed into the model**
Following are the things you have to do for making this pipeline
- List all image filenames
- Shuffle
- Split into Train/Test
- Create TensorFlow Datasets from lists
- Map 'load' function to TensorFlow Datasets
- Batch Datasets
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing image-loading code and the model input entry point; the issue specifically calls for a `load` function mapped over TensorFlow Datasets. Done means filenames are listed, shuffled, split into train and test sets, converted to TensorFlow Datasets, mapped through `load`, and batched.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- computer-vision, machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100