Punctuation fix (#26025)

fix typo
This commit is contained in:
MyungHa Kwon 2023-09-08 03:54:52 +09:00 committed by GitHub
parent 00efd64e51
commit c5e66a40a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -664,7 +664,7 @@ def find_executable_batch_size(
"""
Args:
A basic decorator that will try to execute `function`. If it fails from exceptions related to out-of-memory or
CUDNN, the batch size is cut in half and passed to `function` `function` must take in a `batch_size` parameter as
CUDNN, the batch size is cut in half and passed to `function`. `function` must take in a `batch_size` parameter as
its first argument.
function (`callable`, *optional*)
A function to wrap