You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
credentials (HTTPBasicCredentials): The credentials for authentication.
28
28
forms (Forms): The input data in the form of Forms object.
29
29
nb_echos_max (int, optional): The maximum number of predictions to return. Defaults to 5.
30
-
prob_min (float, optional): The minimum probability threshold for predictions. Defaults to 0.01.
31
-
num_workers (int, optional): Number of CPU for multiprocessing in Dataloader. Defaults to 1.
30
+
prob_min (float, optional): The minimum probability threshold for predictions.
31
+
Defaults to 0.01.
32
+
num_workers (int, optional): Number of CPU for multiprocessing in Dataloader.
33
+
Defaults to 1.
32
34
batch_size (int, optional): Size of a batch for batch prediction.
33
35
34
-
For single predictions, we recommend keeping num_workers and batch_size to 1 for better performance.
35
-
For batched predictions, consider increasing these two parameters (num_workers can range from 4 to 12, batch size can be increased up to 256) to optimize performance.
36
+
For single predictions, we recommend keeping num_workers and batch_size to 1
37
+
for better performance.
38
+
For batched predictions, consider increasing these two parameters
39
+
(num_workers can range from 4 to 12, batch size can be increased up to 256)
0 commit comments