Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 277 Bytes

skynet.md

File metadata and controls

14 lines (10 loc) · 277 Bytes

Skynet notes

hold back 100 images for testing

# randomise samples
cat sample-filtered.txt |gsort -R > samples.random

# test samples
cat samples.random |head -100 > test-sample-filtered.txt

# training samples
cat samples.random |tail -n +101 > sample-filtered.txt