From 192d7e7275f6780377fa0f5ce7ed4cfbb5f039f7 Mon Sep 17 00:00:00 2001 From: jebba Date: Mon, 24 Jan 2022 17:19:40 -0700 Subject: [PATCH] data/ dir delete ignore --- .gitignore | 3 ++- README.md | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index be2b9e5..7e8064c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .ipynb_checkpoints .~lock.*# -samples *.swp +data +samples diff --git a/README.md b/README.md index 5744fd2..24e4e9e 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,19 @@ for training models. These files are in the `notebooks/` directory. * `witzit-predict.ipynb` --- witzit Jupyter notebook, prediction application. * `witzit-train.ipynb` --- witzit Jupyter notebook, training application. +# Data +Note: Files in the `data/` directory may be deleted and/or manipulated +by scripts in this application. + +Note well, the `data/` directory is ignored by git, and is a temporary +directory where data to be processed is stored. For example, if you have +a main original archive of 10,000 samples and you want to process just 1,000 +of them, they would be copied to the `data/` directory. + # Usage HOWTO USE. Getting closer... - ``` # Example: debian@workstation:~/spacecruft/witzit$ ./wz-load