Huawei Related Exams
H13-311_V3.5 Exam

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
All kernels of the same convolutional layer in a convolutional neural network share a weight.
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?