ExamGecko
Question list
Search
Search

List of questions

Search

Question 1 - H13-311_V3.5 discussion

Report
Export

When learning the MindSpore framework, John learns how to use callbacks and wants to use it for AI model training. For which of the following scenarios can John use the callback?

A.
Early stopping
Answers
A.
Early stopping
B.
Adjusting an activation function
Answers
B.
Adjusting an activation function
C.
Saving model parameters
Answers
C.
Saving model parameters
D.
Monitoring loss values during training
Answers
D.
Monitoring loss values during training
Suggested answer: A, C, D

Explanation:

In MindSpore, callbacks can be used in various scenarios such as:

Early stopping: To stop training when the performance plateaus or certain criteria are met.

Saving model parameters: To save checkpoints during or after training using the ModelCheckpoint callback.

Monitoring loss values: To keep track of loss values during training using LossMonitor, allowing interventions if necessary.

Adjusting the activation function is not a typical use case for callbacks, as activation functions are usually set during model definition.

asked 26/09/2024
Thomas Kincer
39 questions
NextNext
User
Your answer:
0 comments
Sorted by

Leave a comment first