<?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: Training data with caffe and python in Colfax (terminal): Do you have an example? in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622724#M23</link>
    <description>&lt;P&gt;Hi Cosma,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Please specify your solver.prototxt path instead of "&lt;I&gt;/models/intel_optimized_models/ssd/VGGNet/VOC0712/SSD_300x300/solver.prototxt&lt;/I&gt;"&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;We can use googlenet topology as well for caffe training, but need to provide corresponding solver.prototxt&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Dona</description>
    <pubDate>Wed, 12 Sep 2018 11:01:02 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-09-12T11:01:02Z</dc:date>
    <item>
      <title>Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622720#M19</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have some doubts about how to define the CAFFE_PATH= and the data path I have to write within Phyton program to training data in my Colfax Home directory.&lt;/P&gt;&lt;P&gt;Do you have an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 15:39:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622720#M19</guid>
      <dc:creator>CBell1</dc:creator>
      <dc:date>2018-09-07T15:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622721#M20</link>
      <description>&lt;P&gt;Hi Cosma,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for reaching out to us.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;We can train caffe within the python program. A sample python program is given below.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;I&gt;import caffe&amp;nbsp;import os&amp;nbsp;solver=caffe.SGDSolver('/models/intel_optimized_models/ssd/VGGNet/VOC0712/SSD_300x300/solver.prototxt')&amp;nbsp;solver.solve()&lt;/I&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Here we have used ssd solver.prototxt from intel caffe. Please specify your solver.prototxt path.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Need to comment out the below line in solver.prototxt.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;I&gt;type: "SGD"&lt;/I&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Kindly revert in case of any issues.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Deepthi Raj.</description>
      <pubDate>Mon, 10 Sep 2018 08:33:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622721#M20</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-09-10T08:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622722#M21</link>
      <description>&lt;P&gt;Hi Cosma,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Could you please confirm if the solution provided worked for you.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Deepthi Raj</description>
      <pubDate>Tue, 11 Sep 2018 09:54:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622722#M21</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-09-11T09:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622723#M22</link>
      <description>&lt;P&gt;Hi Deepthi Raj,&lt;/P&gt;&lt;P&gt;I'm sorry for the late answer.&lt;/P&gt;&lt;P&gt;Thank you for your suggestion, I used your example without changes using the following &lt;I&gt;&lt;/I&gt;:&lt;/P&gt;&lt;P&gt;/glob/intel-python/python3/bin/caffe/&lt;/P&gt;&lt;P&gt;I received the following error:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;WARNING: Logging before InitGoogleLogging() is written to STDERR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;F0911 10:30:07.087224 129990 io.cpp:82] Check failed: fd != -1 (-1 vs. -1) File$&lt;P&gt;&amp;nbsp;&lt;/P&gt;*** Check failure stack trace: ***&lt;P&gt;&amp;nbsp;&lt;/P&gt;/var/spool/torque/mom_priv/jobs/&lt;A href="http://162226.c009.SC/"&gt;http://162226.c009.SC/&lt;/A&gt; &lt;A href="http://162226.c009.SC"&gt;162226.c009.SC&lt;/A&gt;: line 3: 129990 Aborted&lt;P&gt;"&lt;/P&gt;&lt;P&gt;I cannot acces the directory ../jobs: permission denied.&lt;/P&gt;&lt;P&gt;What could be wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional questions:&lt;/P&gt;&lt;P&gt;1 - I would like to use my solver.prototxt, in witch folder do I have to move it? &lt;/P&gt;&lt;P&gt;&lt;I&gt;'/models/intel_optimized_models/ssd/VGGNet/&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - Is it possible to use GoogLeNet model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI: Sorry, unfortunately, I will can not answer before Thursday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support!&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 19:24:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622723#M22</guid>
      <dc:creator>CBell1</dc:creator>
      <dc:date>2018-09-11T19:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622724#M23</link>
      <description>&lt;P&gt;Hi Cosma,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Please specify your solver.prototxt path instead of "&lt;I&gt;/models/intel_optimized_models/ssd/VGGNet/VOC0712/SSD_300x300/solver.prototxt&lt;/I&gt;"&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;We can use googlenet topology as well for caffe training, but need to provide corresponding solver.prototxt&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Dona</description>
      <pubDate>Wed, 12 Sep 2018 11:01:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622724#M23</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-09-12T11:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622725#M24</link>
      <description>&lt;P&gt;Hi Dona,&lt;/P&gt;&lt;P&gt;the workaround works, the Systems started initializing the Solver using my parameters, thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, there are 2 errors as output saved within .py.e12345 file I would like to clarify:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - At the beginning of the process:&lt;/P&gt;&lt;P&gt;WARNING: Logging before InitGoogleLogging() is written to STDERR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - at the end of the process:&lt;/P&gt;&lt;P&gt;/var/spool/torque/mom_priv/jobs/&lt;A href="http://163020.c009.SC"&gt;163020.c009.SC&lt;/A&gt;: line 3: 95903 Bus error   python3    &lt;A href="http://myapplication1.py"&gt;myapplication1.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 10:14:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622725#M24</guid>
      <dc:creator>CBell1</dc:creator>
      <dc:date>2018-09-13T10:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622726#M25</link>
      <description>&lt;P&gt;Hi Cosma,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Please share the python file and the dependent files so that we could run and check it from our side.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Deepthi Raj</description>
      <pubDate>Thu, 13 Sep 2018 10:45:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622726#M25</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-09-13T10:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622727#M26</link>
      <description>&lt;P&gt;OK,&lt;/P&gt;&lt;P&gt;please see files attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 13:30:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622727#M26</guid>
      <dc:creator>CBell1</dc:creator>
      <dc:date>2018-09-13T13:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622728#M27</link>
      <description>&lt;P&gt;Hi Cosma,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for sharing.&lt;P&gt;&amp;nbsp;&lt;/P&gt;We need the python file that you used to run it from our side. Please share the below mentioned files.&lt;P&gt;&amp;nbsp;&lt;/P&gt;1. &lt;A href="http://myapplication2.py"&gt;myapplication2.py&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;2. train_val.prototxt&lt;P&gt;&amp;nbsp;&lt;/P&gt;3. train and test lmdb files&lt;P&gt;&amp;nbsp;&lt;/P&gt;4. labelmap.prototxt&lt;P&gt;&amp;nbsp;&lt;/P&gt;5. test_name_size.txt&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Deepthi Raj</description>
      <pubDate>Fri, 14 Sep 2018 09:07:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622728#M27</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-09-14T09:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622729#M28</link>
      <description>&lt;P&gt;Hi Deepthi Raj,&lt;/P&gt;&lt;P&gt;the data.mdb are too big for a scp tranfer, the system drop the connection after some time.&lt;/P&gt;&lt;P&gt;Anyway, below the content of &lt;A href="http://myappliaction2.py"&gt;myappliaction2.py&lt;/A&gt;, it's really simple (poor):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import caffe&lt;/P&gt;&lt;P&gt;import os&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;solver=caffe.SGDSolver('/home/u18921/workspaceCZOO/ncappzoo/apps/dogsvscats/bvlc_googlenet/org/solver.prototxt')&lt;/P&gt;&lt;P&gt;solver.solve()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, let me know if there are something to add to improve the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the same time, I have another question, how can execute "make" to compile data saved in my home (in Colfax)?&lt;/P&gt;&lt;P&gt;This question is linked to the case, because the make execution of the application I'm using generate the lmdb files and other files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 11:05:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622729#M28</guid>
      <dc:creator>CBell1</dc:creator>
      <dc:date>2018-09-14T11:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622730#M29</link>
      <description>&lt;P&gt;Hi Deepthi Raj,&lt;/P&gt;&lt;P&gt;I have the train and test lmdb files, please, let me know where I can find a repository for sharing because there is not the option to attach these to this my message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 12:04:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622730#M29</guid>
      <dc:creator>CBell1</dc:creator>
      <dc:date>2018-09-14T12:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622731#M30</link>
      <description>&lt;P&gt;Hi Deepthi Raj,&lt;/P&gt;&lt;P&gt;I found the possibility to attached files simply changing the visualization mode :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, please, see attached files as requested.&lt;/P&gt;&lt;P&gt;Exceptions:&lt;/P&gt;&lt;P&gt;train_lmdb_data.mdb&lt;/P&gt;&lt;P&gt;val_lmdb_data.mdb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Too big files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, let me know your feedback&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 15:15:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622731#M30</guid>
      <dc:creator>CBell1</dc:creator>
      <dc:date>2018-09-14T15:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622732#M31</link>
      <description>&lt;P&gt;Hi Cosma,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for sharing :)&lt;P&gt;&amp;nbsp;&lt;/P&gt;As mentioned in the previous conversation, please share the below files as well so that we can check where exactly the problem comes in.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;1. labelmap.prototxt&lt;P&gt;&amp;nbsp;&lt;/P&gt;2. train_val.prototxt&lt;P&gt;&amp;nbsp;&lt;/P&gt;3. test_name_size.txt&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Bus error mainly occurs when we are trying to access an invalid memory address.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Deepthi Raj.</description>
      <pubDate>Mon, 17 Sep 2018 06:03:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622732#M31</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-09-17T06:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622733#M32</link>
      <description>&lt;P&gt;Hi Deepthi Raj,&lt;/P&gt;&lt;P&gt;thanks for your replay.&lt;/P&gt;&lt;P&gt;Sorry, what kind of memory do you mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to clarify the contest, I'm trying to apply the following document to customize data using Caffe for NCS:&lt;/P&gt;&lt;P&gt;&lt;A href="https://movidius.github.io/blog/deploying-custom-caffe-models/"&gt;https://movidius.github.io/blog/deploying-custom-caffe-models/&lt;/A&gt; &lt;A href="https://movidius.github.io/blog/deploying-custom-caffe-models/"&gt;https://movidius.github.io/blog/deploying-custom-caffe-models/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below my answer to your request:&lt;/P&gt;&lt;P&gt;2. train_val.prototxt attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. labelmap.prototxt&lt;/P&gt;&lt;P&gt;How can I identify the labelmap.prototxt that I have used for data preparation?&lt;/P&gt;&lt;P&gt;As I mention, I'm using NCSDK, v2.05.&lt;/P&gt;&lt;P&gt;Below the list I have on my computer used to prepare the data:&lt;/P&gt;&lt;P&gt;/opt/movidius/ssd-caffe/data/VOC0712/labelmap_voc.prototxt&lt;/P&gt;&lt;P&gt;/opt/movidius/ssd-caffe/data/coco/labelmap_coco.prototxt&lt;/P&gt;&lt;P&gt;/opt/movidius/ssd-caffe/data/ILSVRC2016/labelmap_ilsvrc_det.prototxt&lt;/P&gt;&lt;P&gt;/opt/movidius/ssd-caffe/data/ILSVRC2016/labelmap_ilsvrc_clsloc.prototxt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. test_name_size.txt&lt;/P&gt;&lt;P&gt;I have not a test_size.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have to create one?&lt;/P&gt;&lt;P&gt;Do you have some suggestions about that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached the Makefile I used for dataset preparation and to create lmdb files.&lt;/P&gt;&lt;P&gt;Attached again the solver.prototxt&lt;/P&gt;&lt;P&gt;Hoping this help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 08:58:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622733#M32</guid>
      <dc:creator>CBell1</dc:creator>
      <dc:date>2018-09-17T08:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622734#M33</link>
      <description>&lt;P&gt;Hi Cosma,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Could you please clarify on below queries - &lt;P&gt;&amp;nbsp;&lt;/P&gt;1. Is the Makefile that you shared same as that you used to create lmdb. Because there are sudo commands and the caffe path is pointing to /opt/movidius/caffe which is not there in Dev Cloud.&lt;P&gt;&amp;nbsp;&lt;/P&gt;2. Are you creating lmdb in another machine and trying to train in Dev Cloud?&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Also I am attaching Makefile and &lt;A href="http://create-lmdb.sh"&gt;create-lmdb.sh&lt;/A&gt; here which worked for us. Could you please try this on Dev Cloud and train caffe using the generated lmdb.&lt;P&gt;&amp;nbsp;&lt;/P&gt;If this also does not help, please let us know a convenient time for you so that we can set up a Skype call and see what exactly the issue is.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Deepthi</description>
      <pubDate>Tue, 18 Sep 2018 13:29:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622734#M33</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-09-18T13:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622735#M34</link>
      <description>&lt;P&gt;Hi Deepthi,&lt;/P&gt;&lt;P&gt;2. Are you creating lmdb in another machine and trying to train in Dev Cloud?&lt;/P&gt;&lt;P&gt;Yes, it's!&lt;/P&gt;&lt;P&gt;Many thanks for the new Makefile, it was one of my doubt!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have only changed the Caffe_Path with the new path Colfax Home dir assigned to my user:&lt;/P&gt;&lt;P&gt;/home/u18921/workspaceCZOO/ncappzoo/apps/dogsvscats/bvlc_googlenet/org&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is same path I used within &lt;A href="http://myapplication2.py"&gt;myapplication2.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already used your Makefile but there is an error: [unzip] 9 error.&lt;/P&gt;&lt;P&gt;The Data Path in the Makefile are ok.&lt;/P&gt;&lt;P&gt;I suppose the system does not detect the existing train.zip and test1.zip as ZIP files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I'm sending again the original files to Colfax replacing them.&lt;/P&gt;&lt;P&gt;Then, I run again the Make and I'll keep you informed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again for your useful suggestions&lt;/P&gt;&lt;P&gt;Cosma&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 14:58:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622735#M34</guid>
      <dc:creator>CBell1</dc:creator>
      <dc:date>2018-09-18T14:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622736#M35</link>
      <description>&lt;P&gt;Hi Deepthi,&lt;/P&gt;&lt;P&gt;last question: executing the Makefile for dataset preparation, I use the Colfax login server.&lt;/P&gt;&lt;P&gt;Is it right?&lt;/P&gt;&lt;P&gt;Is it eventually possible to use a Colfax Acceleration Node also to compile and data preparation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Cosma&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 15:13:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622736#M35</guid>
      <dc:creator>CBell1</dc:creator>
      <dc:date>2018-09-18T15:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622737#M36</link>
      <description>&lt;P&gt;Hi Cosma,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;We have to execute the Makefile from compute node, not from login node. Otherwise, it will throw memory error while creating lmdb.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Enter the compute node using the command "qsub -I" and then execute the Makefile.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Please let me know if this works for you.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Deepthi Raj&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 05:47:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622737#M36</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-09-19T05:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622738#M37</link>
      <description>&lt;P&gt;Hi Deepthi,&lt;/P&gt;&lt;P&gt;qsub -I Makefile  run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm automatically within [u18921@c009-n089 ~]$&lt;/P&gt;&lt;P&gt;In this status, all command ("qstat", "nano", etc.) are not found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;sorry, in the Colfax Compute there are information using Jupyter Notebook, I'm using terminal !&lt;/P&gt;&lt;P&gt;1 - How can I verify the status of the job?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - Why the "ls" command show the /home/u18921 instead the folder where I started the job?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm available for a conf call today at 4:30pm CET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below the actual output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[u18921@c009 dogsvscats]$&lt;/P&gt;&lt;P&gt;[u18921@c009 dogsvscats]$ qsub -I Makefile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qsub: waiting for job 165638.c009 to start&lt;/P&gt;&lt;P&gt;qsub: job 165638.c009 ready&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# &lt;/P&gt;&lt;P&gt;#       Date:           Wed Sep 19 00:54:28 PDT 2018&lt;/P&gt;&lt;P&gt;#     Job ID:           165638.c009&lt;/P&gt;&lt;P&gt;#       User:           u18921&lt;/P&gt;&lt;P&gt;#  Resources:           neednodes=1:ppn=2,nodes=1:ppn=2,vmem=92gb,walltime=06:00:00&lt;/P&gt;&lt;P&gt;# &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[u18921@c009-n089 ~]$&lt;/P&gt;&lt;P&gt;[u18921@c009-n089 ~]$ qstat&lt;/P&gt;&lt;P&gt;-bash: qstat: command not found&lt;/P&gt;&lt;P&gt;[u18921@c009-n089 ~]$ nano Makefile&lt;/P&gt;&lt;P&gt;-bash: nano: command not found&lt;/P&gt;&lt;P&gt;[u18921@c009-n089 ~]$&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Cosma&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 08:19:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622738#M37</guid>
      <dc:creator>CBell1</dc:creator>
      <dc:date>2018-09-19T08:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Training data with caffe and python in Colfax (terminal): Do you have an example?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622739#M38</link>
      <description>&lt;P&gt;Hi Cosma,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;You can execute the Makefile inside compute node in two ways.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;A.) Submit the job via qsub&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;   1. In the same folder as that of Makefile, create a file "myjob". Then add following lines.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;       # PBS -l nodes=1&lt;P&gt;&amp;nbsp;&lt;/P&gt;       cd $PBS_O_WORKDIR&lt;P&gt;&amp;nbsp;&lt;/P&gt;       make&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;       The first line is a special command that requests one compute node.&lt;P&gt;&amp;nbsp;&lt;/P&gt;       The second line ensures that the script runs in the same directory as where you&lt;P&gt;&amp;nbsp;&lt;/P&gt;       have submitted it. And the third line executes the Makefile.&lt;P&gt;&amp;nbsp;&lt;/P&gt;   2. You can now submit this job as shown below:&lt;P&gt;&amp;nbsp;&lt;/P&gt;      [u100@c009 ~]#  qsub myjob&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; This command will return a Job ID, which is the tracking number for your job.&lt;P&gt;&amp;nbsp;&lt;/P&gt;You can track the job with:&lt;P&gt;&amp;nbsp;&lt;/P&gt;     [u100@c009 ~]#  qstat&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Once job is completed, the output will be in the files:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;     [u100@c009 ~]#  cat myjob.oXXXXXX&lt;P&gt;&amp;nbsp;&lt;/P&gt;     [u100@c009~]#  cat myjob.eXXXXXX&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Here 'XXXXXX' is the Job ID. The .o file contains the standard output stream,and .e file contains the error stream&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;B.) Go to compute node and then execute the Makefile&lt;P&gt;&amp;nbsp;&lt;/P&gt;    1. Enter compute node using the command "qsub -I"&lt;P&gt;&amp;nbsp;&lt;/P&gt;        This will take you to the home folder inside compute node&lt;P&gt;&amp;nbsp;&lt;/P&gt;    2. Go to the folder which contains Makefile&lt;P&gt;&amp;nbsp;&lt;/P&gt;    3. Run the command "make"&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Please check if this helps, otherwise we can have the call.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Deepthi Raj</description>
      <pubDate>Wed, 19 Sep 2018 09:16:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Training-data-with-caffe-and-python-in-Colfax-terminal-Do-you/m-p/622739#M38</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-09-19T09:16:35Z</dc:date>
    </item>
  </channel>
</rss>

