Python Pytorch Tutorials # 2 Transfer Learning : Pytorch Dataloaders

preview_player
Показать описание
This is part two of Dataloaders in Pytorch (broke it up because it was too long)

Pytorch is another deep learning framework, which I am finding to be more intuitive than the other popular framework Tensorflow.
In this mini series of transfer learning with Pytorch we will first learn about learn about data preparation using DataLoaders.
In additional we will learn about data transformation using Transformers.

Before data can be feed into a model, it needs to be "prepared" or preprocessed. This preprocessing makes it easier for the model to learn, thus the preprocessing.

Code will be added to my Github once I set up git on my other PC:

Рекомендации по теме
Комментарии
Автор

You explain the details very patiently! Thank you very much!

sdgbmmx
Автор

one of great detail, saving this video as it is one of most useful

TheOraware
Автор

Dear PyMoondra, I am unable to download the code of this # 1and # 2. Could you please send me?

muhammadtahirnaseem
Автор

Are there any other videos as you mentioned in the end of the video ?

asamihassan
Автор

Hi, thank you, this was very useful. However, it would be nice to see the continuation of the project. I followed the instructions to get a data_loader, and that is working just fine, but when I train a model following other tutorials, the command

for i, data in enumerate(train_loader, 0):


doesn't work. Does anyone have any tips ? (the program never enters the for loop)

sightreader
Автор

can I use this script with kitti dataset otherwise please show me a correct code thank you

aarababderrazzak