Commit Graph

5 Commits

Author SHA1 Message Date
Christos Falas
5f6824378c
change mp spawn method
mp.Queue is not pickle-able, which prevents spawn method from working,
but is necessary for CUDA to work properly
2024-12-31 17:52:10 +00:00
Christos Falas
66e041cf73
allow different ports 2024-12-31 16:10:22 +00:00
Christos Falas
ae2e95283b
refactor: change Pipe to Queue for configurable maxsize 2024-12-30 13:31:42 +00:00
Christos Falas
0d8bea2678
refactor: switch to processes instead of threads 2024-12-30 12:29:03 +00:00
Christos Falas
274f4d8492
refactor: processing in separate thread 2024-12-29 19:08:38 +00:00