最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

tensor - Adding together results from multiple workers with ignite - Stack Overflow

programmeradmin4浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论