Unverified Commit c5e66a40 authored by MyungHa Kwon's avatar MyungHa Kwon Committed by GitHub
Browse files

Punctuation fix (#26025)

fix typo
parent 00efd64e
...@@ -664,7 +664,7 @@ def find_executable_batch_size( ...@@ -664,7 +664,7 @@ def find_executable_batch_size(
""" """
Args: Args:
A basic decorator that will try to execute `function`. If it fails from exceptions related to out-of-memory or 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. its first argument.
function (`callable`, *optional*) function (`callable`, *optional*)
A function to wrap A function to wrap
......
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