Skip to content
/ split Public

Split your ML dataset into train, validation, and testing dataset!

License

Notifications You must be signed in to change notification settings

gjyu63/split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

split

Split your ML dataset into train, validation, and testing dataset!

Dependencies

Python 3.7

Usage

python --dir=<path/to/your/dataset/folder> --train=0.8 --val=0.1 --test=0.1

Effect

generate train, val, and test folder with images that the orgin folder has. The train, val and test folder will be placed in the origin folder

About

Split your ML dataset into train, validation, and testing dataset!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages