<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[NPU模块如何实现多输入&#x2F;多网络配置？]]></title><description><![CDATA[<p dir="auto">使用V853时，模型需要多个输入文件以及一次运行多个网络，怎么通过配置sample.txt来实现？</p>
]]></description><link>https://bbs.aw-ol.com/topic/3589/npu模块如何实现多输入-多网络配置</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 14:24:42 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/3589.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 26 May 2023 07:44:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NPU模块如何实现多输入&#x2F;多网络配置？ on Fri, 26 May 2023 08:06:15 GMT]]></title><description><![CDATA[<p dir="auto">多输入sample.txt文件配置，当只有一个nb模型但需要有两个输入时：</p>
<pre><code>[network]
./network_binary.nb
[input]
./iter_0_images_262_out0_1_3_640_640.tensor
./input_0.dat
</code></pre>
<p dir="auto">多网络sample.txt文件配置，当需要一次运行多个nb模型时，不同nb以标签为界限：</p>
<pre><code>[network]
./network_binary.nb
[input]
./iter_0_images_262_out0_1_3_640_640.tensor

[network]
./network_binary.nb
[input]
./input_0.dat
</code></pre>
]]></description><link>https://bbs.aw-ol.com/post/16029</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/16029</guid><dc:creator><![CDATA[q1215200171]]></dc:creator><pubDate>Fri, 26 May 2023 08:06:15 GMT</pubDate></item></channel></rss>