[DistNeighborLoader
]TypeError: cannot unpack non-iterable NoneType object
#9959
Labels
DistNeighborLoader
]TypeError: cannot unpack non-iterable NoneType object
#9959
🐛 Describe the bug
I'm developing a distributed inference server system with data partition across two machines. When using
DistNeighborLoader
as follow code, I've encountered an issue: it requires both machines to execute sampling operations synchronously and with the same number of executions. These conditions are difficult to meet in real-world scenarios. What solutions are available?If the execution times of
DistNeighborLoader
are not the same, the following error will be reported:Versions
The text was updated successfully, but these errors were encountered: