admin管理员组文章数量:1387409
I'm trying to figure out if ignite is a good fit for my application.
I have a large collection of records which will be processed by multiple workers running in separate processes.
Each worker will generate several tensors in different streams, e.g., Tensor1, Tensor2, ... The entries for each tensor will always have the same size/shape.
What I would like Ignite to do is to add together all of the tensors in the Tensor1 stream, the Tensor2 stream, &c so when I'm done, I'll be able to fetch the sum from each stream.
From a quick look at the documentation, I think that Ignite might support this, but is there some other platform I should consider instead?
Thanks for any guidance you can give.
本文标签: tensorAdding together results from multiple workers with igniteStack Overflow
版权声明:本文标题:tensor - Adding together results from multiple workers with ignite - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744540180a2611560.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论