File size: 214 Bytes
910431f
 
 
 
 
 
 
1
2
3
4
5
6
7
8
$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