mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-10-29 00:39:05 +00:00
Fix comment
This commit is contained in:
parent
d41dcca813
commit
b5c58b32f0
@ -124,7 +124,7 @@ class FARMReader:
|
|||||||
set_all_seeds(seed=42)
|
set_all_seeds(seed=42)
|
||||||
|
|
||||||
# For these variables, by default, we use the value set when initializing the FARMReader.
|
# For these variables, by default, we use the value set when initializing the FARMReader.
|
||||||
# This can also be manually set when train() is called if you want a different value at train vs inference
|
# These can also be manually set when train() is called if you want a different value at train vs inference
|
||||||
if use_gpu is None:
|
if use_gpu is None:
|
||||||
use_gpu = self.use_gpu
|
use_gpu = self.use_gpu
|
||||||
if max_seq_len is None:
|
if max_seq_len is None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user