From a10b0bdb642b6efec69afdd10264892f970b0c74 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Tue, 20 Nov 2018 15:46:35 +0000 Subject: Update usage --- train.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'train.py') diff --git a/train.py b/train.py index 0d8f6b4..b4b8194 100755 --- a/train.py +++ b/train.py @@ -2,7 +2,10 @@ # Author: Vasil Zlatanov, Nunzio Pucci # EE4 Pattern Recognition coursework # -# usage: train.py [-h] -i DATA -o MODEL [-m M] +# usage: train.py [-h] -i DATA [-m EIGEN] [-M REIGEN] [-e ENSEMBLE] [-b] +# [-R RANDOM] [-n NEIGHBORS] [-f FACES] [-c] [-s SEED] +# [-t SPLIT] [-2] [-p] [-l] [-r RECONSTRUCT] [-cm] [-q] [-pr] +# [-alt] import warnings with warnings.catch_warnings(): -- cgit v1.2.3-54-g00ecf