
ACM AI Pytorch Review
Authored by William Zhou
Computers
University
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Given the following code, what's the shape of the tensor produced?
[3, 5]
[3, 3]
[5, 5]
[5, 1]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this code produce?
[4, 5, 6]
[1, 2, 1]
[4, 5, 1]
[1, 2, 3]
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Is this nn.module constructed correctly?
Yes
No
Answer explanation
4.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
Let's say we have a tensor with shape [5, 12, 32, 64]. What command should we use to create a tensor of shape [32, 5, 64, 12]?
Fill in the blank without spaces or negative indices: A._______(_,_,_,_)
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
If we have X = [[1, 2, 3], [4, 5, 6]], what does X[-1,:1] yield?
4
5
2
3
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
I have the following training loop, as well as the following 4 operations. Can you help me order them?
What line comes first?
1. optimizer.step()
2. loss = loss_fn(output, target)
3. output = model(data)
4. loss.backward()
1
2
3
4
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
I have the following training loop, as well as the following 4 operations. Can you help me order them?
The first line is output = model(data).
What line comes after?
1. optimizer.step()
2. loss = loss_fn(output, target)
4. loss.backward()
1
2
4
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?