zoukankan      html  css  js  c++  java
  • A description of the error correction

    There are always plenty of errors that we will meet in the process of the
    project development. And these errors occur in any stages of the process.
    Recently, I began to learn something about the machine learning.
    According to other people’s advice on the internet, I decided to familiarize
    myself with the framework called caffe. Immediately, I had difficulty in
    configuration environment. It is always not an easy thing for me. Firstly, I found
    some tutorials in blogs, and then I followed the steps in these tutorials.
    Unfortunately, I just got many errors.
    The probability of configure successfully does really small if you just try only
    one time. So I know, through experience, that I need to search my errors on the
    internet and get solutions. Later, I understood that it is the edition of the virtual
    machine that cause the error. Finally, I found another tutorial which is based on
    my edition and other conditions are same to try again. I solved many little
    problems and configured successfully this time.
    When I ran the examples on the website, I also meet errors. Some of these
    errors occur because I choose the wrong solver mode. And some of the errors
    caused by forgetting a slash in the paths. I located these errors by “cout”. The
    hardest bugs is caused by space. It is really hard to find them.
    By solving these errors I learned a lot. I believe that there must always be
    someone who had meet the same errors with you. And with your persistence
    and time instead of complaint, the errors could be solved sooner or later. Better
    yet, we can record the process of solving these errors and help the people who
    have the same error later.

  • 相关阅读:
    第七周作业
    第六周作业
    第六周上机练习
    jsp第七周
    Android数据跳转
    第九周上机练习
    第七周上机作业
    IE7 正式发布版不支持offsetheight,clientheight,scrollheight属性
    Build your own UpdateProgress panel
    Treeview控件如何在asp.net ajax中使用小技巧
  • 原文地址:https://www.cnblogs.com/wuxinyi/p/6474939.html
Copyright © 2011-2022 走看看