Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望通过组合多个现有函数在 Chainer 中创建一个新的 Function 对象。我无法在文档中找到任何方法来执行此操作。我可以直接实现复合函数,这可能在计算上更有效。或者我可以使用现有函数的现有前进和后退方法。
推荐的方法是什么?
如果您可以通过现有的链接器函数实现计算,我认为可以通过首先组合现有函数来创建您的函数。你可以考虑稍后优化代码,一旦你发现它成为计算的瓶颈。