-
Updated
Feb 19, 2020 - Python
torchvision
Here are 103 public repositories matching this topic...
-
Updated
Jul 3, 2020 - Jupyter Notebook
-
Updated
Aug 30, 2020 - Python
-
Updated
Dec 7, 2019 - Python
-
Updated
Aug 26, 2020 - Jupyter Notebook
-
Updated
Jul 14, 2020 - Python
-
Updated
Aug 3, 2020 - Python
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 17, 2020 - Python
-
Updated
Sep 4, 2020 - Dockerfile
-
Updated
Mar 29, 2020 - Jupyter Notebook
-
Updated
Jun 30, 2020 - Python
-
Updated
Oct 11, 2018 - Jupyter Notebook
-
Updated
Sep 1, 2020 - Python
-
Updated
Jun 23, 2020 - Python
-
Updated
Apr 11, 2020 - Jupyter Notebook
-
Updated
Mar 24, 2020 - Python
-
Updated
Oct 2, 2018 - Python
-
Updated
Sep 25, 2020 - Python
-
Updated
Sep 15, 2020 - Python
-
Updated
Apr 4, 2019 - Python
-
Updated
Nov 12, 2019 - Python
-
Updated
Oct 3, 2020 - Python
-
Updated
Oct 12, 2018 - Jupyter Notebook
-
Updated
Nov 11, 2019 - Jupyter Notebook
-
Updated
Apr 4, 2020 - Jupyter Notebook
-
Updated
Sep 24, 2020 - Python
Improve this page
Add a description, image, and links to the torchvision topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the torchvision topic, visit your repo's landing page and select "manage topics."


Feature Request
Description of Problem:
We've taken a fairly risky/bad approach by just resorting to setting function params to arbitrary defaults when they aren't passed in. While this works sometimes, I think we've overused this approach and should really trim parts of it down.
Potential Solutions:
Eliminate optional parameters in any non-public function, and actually throw ex