Stay organized with collections
Save and categorize content based on your preferences.
Vertex AI Neural Architecture Search has no requirements describing how to
design your trainers. Therefore, choose any training frameworks to build the trainer.
For PyTorch training with large amounts of data, the best practice is to use the distributed training
paradigm and to read data from Cloud Storage.
Check out the blog post
Efficient PyTorch training with Vertex AI for methods to improve the training
performance. You can see an overall 6x performance improvement with data on
Cloud Storage using WebDataset and choosing DistributedDataParallel or
FullyShardedDataParallel distributed training strategies. The training
performance using data on Cloud Storage is similar to the training performance using data on
a local disk.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-03 UTC."],[],[]]