将GPU配置提取到配置文件中

This commit is contained in:
2024-06-19 16:14:56 +08:00
parent d2c5899122
commit cd81be7378
3 changed files with 10 additions and 3 deletions

View File

@@ -15,3 +15,6 @@ IE_BATCH_SIZE = 4
# 是否开启布局分析
LAYOUT_ANALYSIS = False
# 可使用的GPU
CUDA_VISIBLE_DEVICES = "1"