diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-12 16:41:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-12 16:41:01 +0200 |
| commit | a4738ce407871857b5ad93556909713f75d73b34 (patch) | |
| tree | efea679484410791edf81ba0ef4575fa67190c7c /train.sh | |
| parent | a2340c3fff9de44c8ef1fea5b90fced756fbbb18 (diff) | |
new fetch/build/train scripts
Diffstat (limited to 'train.sh')
| -rw-r--r-- | train.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/train.sh b/train.sh new file mode 100644 index 0000000..054748e --- /dev/null +++ b/train.sh @@ -0,0 +1,7 @@ +if [ "$1" == "" ]; then + echo "Usage: $0 [dataset]" + exit 1 +fi + +python train.py --name $1 --label_nc 0 --no_instance --continue_train --which_epoch latest + |
