<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: InvalidArgumentError (see above for traceback): Shape [-1,10] has negative dimensions in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630342#M60</link>
    <description>&lt;P&gt;thanks a lot!&lt;/P&gt;</description>
    <pubDate>Sun, 18 Mar 2018 12:15:03 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-03-18T12:15:03Z</dc:date>
    <item>
      <title>InvalidArgumentError (see above for traceback): Shape [-1,10] has negative dimensions</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630340#M58</link>
      <description>&lt;P&gt;Hi ,everyone! I encountered a problem.  The following tensorflow code  are from my training cnn code of mnist data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;num_input = 784&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;num_classes = 10&lt;P&gt;&amp;nbsp;&lt;/P&gt;dropout = 0.75&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;X = tf.placeholder("float",[None,num_input],name="input")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Y = tf.placeholder("float",[256,num_classes],name="output")&lt;P&gt;&amp;nbsp;&lt;/P&gt;keep_prob = tf.placeholder("float")&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when I use command mvNCCompile, mvNCCompile ckpt_555/model.ckpt.meta -s 12 -in=input -on=output  -is 28 28  -o mnist_model.graph&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;there are some errors:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;InvalidArgumentError (see above for traceback): Shape [-1,10] has negative dimensions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;     [[Node: output = Placeholder[dtype=DT_FLOAT, shape=[?,10], _device="/job:localhost/replica:0/task:0/cpu:0"]()]]&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can aynone help to tell me how to solve this problem.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 15:18:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630340#M58</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-03T15:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: InvalidArgumentError (see above for traceback): Shape [-1,10] has negative dimensions</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630341#M59</link>
      <description>&lt;P&gt;@guohua24 Please try the solution I mentioned at &lt;A href="https://ncsforum.movidius.com/discussion/comment/1557/#Comment_1557"&gt;https://ncsforum.movidius.com/discussion/comment/1557/#Comment_1557&lt;/A&gt; and let me know if this solves your issue.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 00:12:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630341#M59</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-06T00:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: InvalidArgumentError (see above for traceback): Shape [-1,10] has negative dimensions</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630342#M60</link>
      <description>&lt;P&gt;thanks a lot!&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 12:15:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630342#M60</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-18T12:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: InvalidArgumentError (see above for traceback): Shape [-1,10] has negative dimensions</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630343#M61</link>
      <description>&lt;P&gt;@guohua24 You're welcomed!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 22:53:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630343#M61</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-19T22:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: InvalidArgumentError (see above for traceback): Shape [-1,10] has negative dimensions</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630344#M62</link>
      <description>&lt;P&gt;@Tome_at_Intel &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me to solve the following problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;when I use the following command: mvNCCompile tcs_inference.meta -w tcs_inference -s 12 -in input -on output -o tsc_inference.graph&lt;P&gt;&amp;nbsp;&lt;/P&gt;the output is: mvNCCompile v02.00, Copyright @ Movidius Ltd 2016&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/usr/local/lib/python3.5/dist-packages/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;if d.decorator_argspec is not None), _inspect.getargspec(target))&lt;P&gt;&amp;nbsp;&lt;/P&gt;/usr/local/bin/ncsdk/Controllers/&lt;A href="http://FileIO.py"&gt;FileIO.py&lt;/A&gt;:52: UserWarning: You are using a large type. Consider reducing your data sizes for best performance&lt;P&gt;&amp;nbsp;&lt;/P&gt;"Consider reducing your data sizes for best performance\033[0m")</description>
      <pubDate>Tue, 20 Mar 2018 16:50:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630344#M62</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-20T16:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: InvalidArgumentError (see above for traceback): Shape [-1,10] has negative dimensions</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630345#M63</link>
      <description>&lt;P&gt;@guohua24 I'd love to help you but I'm not sure what the problem is. It looks like part of your log may be cut off/missing. &lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 22:13:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630345#M63</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-20T22:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: InvalidArgumentError (see above for traceback): Shape [-1,10] has negative dimensions</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630346#M64</link>
      <description>&lt;P&gt;@Tome_at_Intel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;my WeChat 13910875471. Can We communicate with WeChat?</description>
      <pubDate>Thu, 22 Mar 2018 16:54:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630346#M64</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-22T16:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: InvalidArgumentError (see above for traceback): Shape [-1,10] has negative dimensions</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630347#M65</link>
      <description>&lt;P&gt;@guohua24 If you are concerned about the warning &lt;CODE&gt;You are using a large type. Consider reducing your data sizes for best performance&lt;/CODE&gt;, I want you to know that it is an outdated warning and should be removed soon. This message shows up if you are using 32 bit data in your model, but since the weights for the model are always converted to fp16, you should not be worried about any performance issues. &lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 23:06:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/InvalidArgumentError-see-above-for-traceback-Shape-1-10-has/m-p/630347#M65</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-22T23:06:48Z</dc:date>
    </item>
  </channel>
</rss>

