/
๐Ÿ“œ
Helpful Resources
Search
Notion
Hide description
๐Ÿ“œ
Helpful Resources
In this database, I list some resources that are good for another point of reference and with more explanation. Some of these sources helped me make this reference document. I also, if possible, note the topic to which it helped me during the time of which I was reading/watching the source.
Search
Name
Topic(s)
URL/File(s)
Modality
I found this useful for dataset and dataloader. Though, the article contains a good, overall summary of PyTorch.
https://towardsdatascience.com/understanding-pytorch-with-an-example-a-step-by-step-tutorial-81fc5f8c4e8e#2e24
Medium blog post
A detailed post about preprocessing data in PyTorch.
https://towardsdatascience.com/building-efficient-custom-datasets-in-pytorch-2563b946fd9f
Medium blog post
Explains image preprocessing techniques (i.e. brightness, color) as they fit in with PyTorch.
https://www.cs.virginia.edu/~vicente/recognition/notebooks/image_processing_lab.html
Article
Explaining what "sampling" meant
https://kevinmusgrave.github.io/pytorch-metric-learning/samplers/
Article
Count4