feat(batchsize): tested different batch sizes and systems

This commit is contained in:
Marco Perini 2024-05-13 23:49:48 +02:00
parent dedc733047
commit a8d5e7db05

View File

@ -11,7 +11,7 @@ from tqdm.asyncio import tqdm
from .base_node import BaseNode
_default_batchsize = 2
_default_batchsize = 16
class GraphIteratorNode(BaseNode):