TensorRT Export Fix (#171)
This commit is contained in:
@ -13,7 +13,7 @@ batch: 16 # number of images per batch
|
||||
imgsz: 640 # size of input images
|
||||
save: True # save checkpoints
|
||||
cache: False # True/ram, disk or False. Use cache for data loading
|
||||
device: '' # cuda device, i.e. 0 or 0,1,2,3 or cpu. Device to run on
|
||||
device: null # cuda device, i.e. 0 or 0,1,2,3 or cpu. Device to run on
|
||||
workers: 8 # number of worker threads for data loading
|
||||
project: null # project name
|
||||
name: null # experiment name
|
||||
|
Reference in New Issue
Block a user