Course Content
PyTorch Essentials
PyTorch Essentials
Challenge: Preparing the Iris DataSet
Task
Swipe to begin your solution
- Create a
TensorDataset
. - Wrap the
TensorDataset
in aDataLoader
with a batch size of32
and shuffling enabled.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 6
Challenge: Preparing the Iris DataSet
Task
Swipe to begin your solution
- Create a
TensorDataset
. - Wrap the
TensorDataset
in aDataLoader
with a batch size of32
and shuffling enabled.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 6
Switch to desktop for real-world practiceContinue from where you are using one of the options below