"examples/nas/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "cd98c48fdedd7a6ce01a58f096a960de6f85946e"
Unverified Commit 8bbd4136 authored by Dinesh Kumar Gnanasekaran's avatar Dinesh Kumar Gnanasekaran Committed by GitHub
Browse files

removed the 'optional' string (#16266)


Co-authored-by: default avatardinesh-GDK <dinesh.gna111@gmail.com1>
parent c36b8565
......@@ -682,7 +682,7 @@ class DetrFeatureExtractor(FeatureExtractionMixin, ImageFeatureExtractionMixin):
Args:
outputs ([`DetrObjectDetectionOutput`]):
Raw outputs of the model.
target_sizes (`torch.Tensor` of shape `(batch_size, 2)`, *optional*):
target_sizes (`torch.Tensor` of shape `(batch_size, 2)`):
Tensor containing the size (h, w) of each image of the batch. For evaluation, this must be the original
image size (before any data augmentation). For visualization, this should be the image size after data
augment, but before padding.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment