Created
September 9, 2021 14:59
-
-
Save idrisr/aff94b017c045db8e1222ee092df8e51 to your computer and use it in GitHub Desktop.
factory example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class ImageDataLoaders(DataLoaders): | |
| "Basic wrapper around several `DataLoader`s with factory methods for computer vision problems" | |
| @classmethod | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment