浏览代码

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 == '-':

正在加载...
取消
保存