Huawei H13-311_V3.5 Practice Test - Questions Answers
List of questions
Related questions
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?
When you use MindSpore to execute the following code, which of the following is the output?
python
Copy code
x = Tensor(np.array([[1, 2], [3, 4]]), dtype.int32)
x.dtype
AI inference chips need to be optimized and are thus more complex than those used for training.
Huawei Cloud EI provides knowledge graph, OCR, machine translation, and the Celia (virtual assistant) development platform.
Which of the following are covered by Huawei Cloud EIHealth?
Which of the following is the order of tensor [[0,1],[2,3]]?
When you use MindSpore to execute the following code, which of the following is the output?
from mindspore import ops
import mindspore
shape = (2, 2)
ones = ops.Ones()
output = ones(shape, dtype=mindspore.float32)
print(output)
In MindSpore, mindspore.nn.Conv2d() is used to create a convolutional layer. Which of the following values can be passed to this API's 'pad_mode' parameter?
As we understand more about machine learning, we will find that its scope is constantly changing over time.
As the cornerstone of Huawei's full-stack, all-scenario AI solution, it provides modules, boards, and servers powered by the Ascend AI processor to meet customer demand for computing power in all scenarios.
Question