Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 60662d0

Browse files
committed
added SubsetRandomSampler example
1 parent 52c7703 commit 60662d0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎basic_Pytorch_introduction_NeuralNetworks.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
%matplotlib inline
77

88
#%%
9-
# here we are going to see how we can create a neural network and train and test it
10-
# we will see how we can augment our data, create our datasets, etc . lets go
11-
# in Pytorch we can use the torchvision module, for reading existing datasets or create our own
12-
# we also do augmentation using this module. this module also provides several wellknown achitectures
9+
# Here we are going to see how we can create a neural network and train/test it in Pytorch
10+
# We will see how we can augment our data, create our datasets, etc and alot more.
11+
# In Pytorch we can use the torchvision module, for reading existing datasets that Pytorch offers,
12+
# or create a dataset out of our existing folder of images.
13+
# It also provides a fakedataset for images, which we can use for benchmarking, or debugging.
14+
# We also do augmentation using this module. This module also provides several well known achitectures
1315
# such as AlexNet, VGGNet, ResNet, MobileNet, DenseNet, etc
1416
# enough talking lets see how to use it
1517
# here lets import datasets for using the dataset capabilities

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /