Auto Split into Train/Val/Test Sets #436
jquaglia-uss
started this conversation in
Ideas
Replies: 1 comment
-
therer's a autosplit function in utils |
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.
-
One of the things that makes training models more tedious and time consuming is dataset prep. Mainly, resizing images and putting them into the proper set (Train/Val/Test). A massively useful feature would be to have this step automatically done during upload.
Current functionality is specifying a folder that already contains train/val/test sets.
Useful enhancement of the product would be the ability to just select a folder of labeled images (this is probably most useful for classification tasks) and the upload process could resize/assign splits for the user.
-JQ
Beta Was this translation helpful? Give feedback.
All reactions