aboutsummaryrefslogtreecommitdiff
path: root/playground/calculate.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2022-06-30 00:09:02 +0200
committerbozo.kopic <bozo@kopic.xyz>2022-06-30 00:09:02 +0200
commitbbead404341de0db027b32fe2b161c0194420c08 (patch)
treee6712d4b0466d36ae727695b70003e5aebef3218 /playground/calculate.sh
parentbbd20d9104a3bd138ad72e5badcf50bfe6acc1a9 (diff)
WIP native implementation
Diffstat (limited to 'playground/calculate.sh')
-rwxr-xr-xplayground/calculate.sh2
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