瀏覽代碼

Update

modifyDataloader
Glenn Jocher 2 年之前
父節點
當前提交
779efbb9ca
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      utils/benchmarks.py

+ 1
- 0
utils/benchmarks.py 查看文件

@@ -58,6 +58,7 @@ def run(
device = select_device(device)
for i, (name, f, suffix, gpu) in formats.iterrows(): # index, (name, file, suffix, gpu-capable)
try:
assert i < 9, 'Edge TPU and TF.js not supported'
if device.type != 'cpu':
assert gpu, f'{name} inference not supported on GPU'
if f == '-':

Loading…
取消
儲存