June 28, 2022, 5:18 a.m. | /u/grid_world

Deep Learning www.reddit.com

For a simple TF2 Object detection CNN architecture defined using Keras's functional API, a batch of data is obtained as:

example, label = next(data_generator(batch_size = 32))
example.keys()
# dict_keys(['image'])
image = example['image']
image.shape
# (32, 144, 144, 3)
label.keys()
# dict_keys(['class_out', 'box_out'])
label['class_out'].shape, label['box_out'].shape
# ((32, 9), (32, 2))

The CNN architecture defined using Keras's functional API is:

input_ = Input(shape = (144, 144, 3), name = 'image')
# name - An optional name string for the Input layer. Should …

api deeplearning keras tensorflow

Data Architect

@ University of Texas at Austin | Austin, TX

Data ETL Engineer

@ University of Texas at Austin | Austin, TX

Lead GNSS Data Scientist

@ Lurra Systems | Melbourne

Senior Machine Learning Engineer (MLOps)

@ Promaton | Remote, Europe

Data Engineer

@ Parker | New York City

Sr. Data Analyst | Home Solutions

@ Three Ships | Raleigh or Charlotte, NC