PyTorch | Inception-v4 (PreTrained) - Aerial Image Segmentation | Deep Learning | Computer Vision

preview_player
Показать описание
🔥🐍 Checkout the MASSIVELY UPGRADED 2nd Edition of my Book (with 1300+ pages of Dense Python Knowledge) Covering 350+ Python 🐍 Core concepts

---------------------

----------------

🚀🔬 Checkout my Generative Adversarial Network (GAN) video course in Gumroad -

7.5 Hours of Course - 6 different GAN Architecture implementations from scratch with #PyTorch

You can find me here:

**********************************************

**********************************************

Other Playlist you might like 👇

#machinelearning #datascience #nlp #textprocessing #kaggle #tensorflow #pytorch #deeplearning #deeplearningai #100daysofmlcode #neuralnetworks #pythonprogramming #python #100DaysOfMLCode
Рекомендации по теме
Комментарии
Автор

Nice one and interesting. How do you calculate the mean and std of the dataset or you assume the mean and std for the minst?

moshoodolawale
Автор

Hello, Mr.Paul. And I find a minior mistake that in the 29th line of train.py,
device = torch.device("cuda" if torch.cuda.is_available else "cpu"),
you forgot parentheses after torch.cuda.is_available. It should be
device = torch.device("cuda" if torch.cuda.is_available() else "cpu").

一枚小P孩
Автор

img = cv2.imread(self.img_path, self.X[idx] + ".jpg")
48 img = cv2.cvtColor(img, cv2.IMREAD_COLOR)
49 mask = cv2.imread(self.mask_path, self.X[idx] + ".png" + cv2.IMREAD_GRAYSCALE)

TypeError: Argument 'flags' is required to be an integer

BEPROJECT-jgdb
visit shbcf.ru