diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-01-03 00:58:17 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-01-03 00:58:17 +0100 |
| commit | ae33b2c75ec0e03fd1d80241a4c4b29acadb517c (patch) | |
| tree | fa86a159bafb6ea5c1605cd66a67f8be5a24ba3e /playground/calculate.sh | |
| parent | 1a73bd946b8636dbcbb2970c8f8e919b888074ab (diff) | |
calculate native implementation
Diffstat (limited to 'playground/calculate.sh')
| -rwxr-xr-x | playground/calculate.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/playground/calculate.sh b/playground/calculate.sh index bff0e14..9368a6d 100755 --- a/playground/calculate.sh +++ b/playground/calculate.sh @@ -3,6 +3,6 @@ . $(dirname -- "$0")/env.sh exec $PYTHON -m opcut calculate \ - --params $RUN_PATH/params.json \ - --result $RUN_PATH/result.json \ - "$@" + --method forward_greedy \ + --output $RUN_PATH/result.json \ + $RUN_PATH/params.json |
