Question 12
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.