Replies: 1 comment
-
|
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.
-
If my question does not meet the forum criteria, please remove it (as my question is related to Lightning)!
I made my own dataset using
NumPy
in theprepare_data()
methods using theDataModules
method of PyTorch Lightning. Now, I want to pass the data into thesetup()
method to split into training and validation.Beta Was this translation helpful? Give feedback.
All reactions