dataset_class param in GeoDataModule #1632
Unanswered
roybenhayun
asked this question in
Q&A
Replies: 2 comments 1 reply
-
just to note that the training-example is from few releases ago. wondering how this change will apply to either 0.4.1 and 0.5.0 |
Beta Was this translation helpful? Give feedback.
1 reply
-
tried to go over few of the builtin datamodules also in the context of building an ObjectDetectionTask. without some explaining post or a tutorial coupled with working examples it is not straightforward to understand from the builtin classes alone. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
see in answer for another question:
what should be the dataset_class param to GeoDataModule?
for example, in the training-example, the module extends LightningDataModule and creates the dataset in the setup method. there is no class.
how would that be refactored?
Beta Was this translation helpful? Give feedback.
All reactions