TSDecompose-Benchmark / code /TSDecompose /scripts /run_paper_benchmark.ps1
Zipeng365's picture
Add one-click paper benchmark runner
910431f verified
Raw
History Blame Contribute Delete
214 Bytes
$ErrorActionPreference = "Stop"
$Root = Split-Path -Parent (Split-Path -Parent $MyInvocation.MyCommand.Path)
Set-Location $Root
$env:PYTHONPATH = Join-Path $Root "src"
python scripts/run_paper_benchmark.py @args