Skip to content

Instantly share code, notes, and snippets.

@bceppi
bceppi / README.md
Last active November 14, 2017 15:10
Toy Data Splitter for Neural Networks

Toy Data Splitter for Neural Networks

This Python script was made to split a classification dataset into training, validation and test sets.

Usage

Run the script with:
 
python data_splitter.py <source_dataset_path> <destination_splitted_dataset_path>