Question 11
Suppose there’s a new transformer model from Facebook that is orders of magnitude smaller than mobilenet_v2 and has a better F1 score. Will these lines of code still be required in the pipeline?
Yes, since they check the syntax of the model function so that there are noerrors
Yes, they invoke PyTorch libraries that have already been setup for modelscoring on GCP using APIs embedded within the function
No, since the primary function of these lines of code is to eliminate repeatedDL model loads as DL models are large in size
Yes, they are Map-style UDFs that make it an embarrassingly parallelcomputation thus making the execution parallelized and fast.
Yes, since the new model will potentially have large load times.