Open daidaiershidi opened 3 months ago
I have the same problem, have you solved?
I have the same problem, have you solved?
no. >_<
Could you please give some more details on what exactly you're doing? It's hard to say what's going on without knowing more. In general IO is actually the most time consuming part of the merging process though. If you're doing 3X the amount of tensor loads I wouldn't be too shocked if it got a lot slower. Maybe there's something to do to mitigate that though.
Thank you for open-sourcing such a great tool. When executing the GTATask, I use LoadTensor twice to load additional tensors, but this makes the execution very slow. How can I solve this issue?