Given the following code, what's the shape of the tensor produced?
ACM AI Pytorch Review

Quiz
•
Computers
•
University
•
Hard
William Zhou
Used 3+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
[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
Create a free account and access millions of resources
Similar Resources on Quizizz
11 questions
Lecture SEVEN.

Quiz
•
University
15 questions
Deep Learning Quiz

Quiz
•
University
9 questions
SAP S/4HANA ePPDS Training - Day 2 Review

Quiz
•
University
11 questions
AI Quiz 1

Quiz
•
University
10 questions
ML in Apple platforms

Quiz
•
University - Professi...
10 questions
Riset Operasi

Quiz
•
University
15 questions
search engine quizz

Quiz
•
University
7 questions
NLP - Lecture 1

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade