List of questions
Related questions
Question 234 - Professional Machine Learning Engineer discussion
You are developing a custom image classification model in Python. You plan to run your training application on Vertex Al Your input dataset contains several hundred thousand small images You need to determine how to store and access the images for training. You want to maximize data throughput and minimize training time while reducing the amount of additional code. What should you do?
A.
Store image files in Cloud Storage and access them directly.
B.
Store image files in Cloud Storage and access them by using serialized records.
C.
Store image files in Cloud Filestore, and access them by using serialized records.
D.
Store image files in Cloud Filestore and access them directly by using an NFS mount point.
Your answer:
0 comments
Sorted by
Leave a comment first