diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-06-30 00:09:02 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-06-30 00:09:02 +0200 |
| commit | bbead404341de0db027b32fe2b161c0194420c08 (patch) | |
| tree | e6712d4b0466d36ae727695b70003e5aebef3218 /playground/calculate.sh | |
| parent | bbd20d9104a3bd138ad72e5badcf50bfe6acc1a9 (diff) | |
WIP native implementation
Diffstat (limited to 'playground/calculate.sh')
| -rwxr-xr-x | playground/calculate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playground/calculate.sh b/playground/calculate.sh index 9368a6d..9aa6a49 100755 --- a/playground/calculate.sh +++ b/playground/calculate.sh @@ -3,6 +3,6 @@ . $(dirname -- "$0")/env.sh exec $PYTHON -m opcut calculate \ - --method forward_greedy \ + --method forward_greedy_native \ --output $RUN_PATH/result.json \ $RUN_PATH/params.json |
