diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-20 18:09:06 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-20 18:09:06 +0100 |
commit | 7e8e54e84c63171e748bbf09516fd517e6821ace (patch) | |
tree | 996093f75a5d488dddf7ea1f159ed343a561ef89 /tasks/create_emnist_lines_datasets.sh | |
parent | b0719d84138b6bbe5f04a4982dfca673aea1a368 (diff) |
Inital commit for refactoring to lightning
Diffstat (limited to 'tasks/create_emnist_lines_datasets.sh')
-rwxr-xr-x | tasks/create_emnist_lines_datasets.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tasks/create_emnist_lines_datasets.sh b/tasks/create_emnist_lines_datasets.sh new file mode 100755 index 0000000..6416277 --- /dev/null +++ b/tasks/create_emnist_lines_datasets.sh @@ -0,0 +1,4 @@ +#!/usr/bin/fish +command="python text_recognizer/datasets/emnist_lines_dataset.py --max_length 34 --min_overlap 0.0 --max_overlap 0.33 --num_train 100000 --num_test 10000" +echo $command +eval $command |