H13-821_V3.0 · Question #292
In the model training session, you can create training jobs through ModelArts. After the training is complete, the system will generate a model and automatically download it locally.
The correct answer is B. False. Option B is correct because, while ModelArts does generate a trained model upon job completion, it does not automatically download that model to your local machine. The resulting model is stored in a designated OBS (Object Storage Service) bucket or the ModelArts model…
Question
In the model training session, you can create training jobs through ModelArts. After the training is complete, the system will generate a model and automatically download it locally.
Options
- ATrue
- BFalse
How the community answered
(44 responses)- A20% (9)
- B80% (35)
Explanation
Option B is correct because, while ModelArts does generate a trained model upon job completion, it does not automatically download that model to your local machine. The resulting model is stored in a designated OBS (Object Storage Service) bucket or the ModelArts model registry, and you must manually retrieve or deploy it from there. The statement in option A is therefore false because it incorrectly implies an automatic local download occurs, which is not part of ModelArts' default behavior.
Memory tip: Think of ModelArts as a cloud-first platform - everything stays in the cloud until you explicitly bring it down. Training outputs go to OBS, not your laptop.
Topics
Community Discussion
No community discussion yet for this question.