Closed joemansfield closed 2 years ago
Added command line switch --cpuonly to 10_mlops/train_on_vertexai.py example in Chapter 10 to select cpu images for situations where GPU accelerators are not available or undesirable.
--cpuonly
10_mlops/train_on_vertexai.py
@lakshmanok This is the updated train_on_vertexai.pyscipt with the --cpuonlyoption that allows us to run this in Qwiklabs. Can you review and merge?
train_on_vertexai.py
Added command line switch
--cpuonly
to10_mlops/train_on_vertexai.py
example in Chapter 10 to select cpu images for situations where GPU accelerators are not available or undesirable.