aniketmaurya / chitra

A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model Deployment.

Home Page:https://chitra.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for reading TFRecords dataset given the feature dictionary

aniketmaurya opened this issue · comments

Function for reading TFrecord dataset

Inputs should be dataset path and feature dictionary.

def read_tfrecord(dataset_path, feature_dictionary):
     # parse the data using feature dictionary
     return data

Stale issue message