aboutsummaryrefslogtreecommitdiff
path: root/train.py
diff options
context:
space:
mode:
Diffstat (limited to 'train.py')
-rwxr-xr-xtrain.py5
1 files changed, 4 insertions, 1 deletions
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():