diff --git a/templates/repo/cloudbrain/benchmark/show.tmpl b/templates/repo/cloudbrain/benchmark/show.tmpl index f3216c8842..cc4793a9b6 100755 --- a/templates/repo/cloudbrain/benchmark/show.tmpl +++ b/templates/repo/cloudbrain/benchmark/show.tmpl @@ -406,7 +406,7 @@
- {{if eq .BenchmarkType "Benchmark"}} + {{if eq .JobType "BENCHMARK"}} train.py {{else}} -- @@ -421,7 +421,7 @@
- {{if eq .BenchmarkType "Benchmark"}} + {{if eq .JobType "BENCHMARK"}} test.py {{else}} -- @@ -566,7 +566,6 @@ {{template "base/footer" .}}