List of questions
Related questions
Question 132 - Professional Machine Learning Engineer discussion
You work for the AI team of an automobile company, and you are developing a visual defect detection model using TensorFlow and Keras. To improve your model performance, you want to incorporate some image augmentation functions such as translation, cropping, and contrast tweaking. You randomly apply these functions to each training batch. You want to optimize your data processing pipeline for run time and compute resources utilization. What should you do?
A.
Embed the augmentation functions dynamically in the tf.Data pipeline.
B.
Embed the augmentation functions dynamically as part of Keras generators.
C.
Use Dataflow to create all possible augmentations, and store them as TFRecords.
D.
Use Dataflow to create the augmentations dynamically per training run, and stage them as TFRecords.
Your answer:
0 comments
Sorted by
Leave a comment first