Quiz time!
Let’s review what we have learned in this chapter by answering a few questions. Initially, try to answer these questions without consulting the material.
Note
The answers to all these questions are available at https://github.com/PacktPublishing/Accelerate-Model-Training-with-PyTorch-2.X/blob/main/quiz/chapter07-answers.md.
Before starting the quiz, remember that this is not a test! This section aims to complement your learning process by revising and consolidating the content covered in this chapter.
Choose the correct option for the following questions:
- Which of the following numeric formats represents integers by using only 8 bits?
- FP8.
- INT32.
- INT8.
- INTFB8.
- FP16 is a numeric representation that uses 16 bits to represent floating-point numbers. What is this numeric format also known as?
- Half-precision floating-point representation.
- Single-precision floating-point representation.
- Double-precision floating-point representation.
- One quarter-precision...