Skip to content

Commit dc5c413

Browse files
authored
Update README.md
1 parent 2b6e56e commit dc5c413

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,21 @@ _Tensorflow has tf.image function that can be used for augmentations._
5555
_On training you can consider these images as epochs. As you can see, although you have same original image you will end up with completely different images._
5656

5757
![Tensorflow 2 ](https://github.com/abdullahbas/Data-Augmentation/blob/main/TFAugmented2.png?raw=true)
58+
#
59+
# Using PyTorch
60+
61+
_On training you can consider these images as epochs. As you can see, although you have same original image you will end up with completely different images._
62+
63+
![PyTorch ](https://github.com/abdullahbas/Data-Augmentation/blob/main/PyTorchAugmented.png?raw=true)
64+
#
65+
# Using PyTorch (2)
66+
67+
68+
![PyTorch2 ](https://github.com/abdullahbas/Data-Augmentation/blob/main/PyTorchAugmented2.png?raw=true)
69+
70+
71+
72+
5873

5974

6075

0 commit comments

Comments
 (0)