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.

  • 相关阅读:
    (68)zabbix windows性能计数器使用详解
    xenserver挂载新硬盘
    Centos7配置TiDB监控
    centos7下zabbix4.0配置磁盘IO监控
    XenServer7.6命令行导出导入虚拟机(迁移)
    Centos7修改分区空间
    Centos7安装xenserver tools
    Centos7配置TiDB集群
    Xenserver7.6修改root密码
    网络流量测试
  • 原文地址:https://www.cnblogs.com/wuxinyi/p/6474939.html
Copyright © 2011-2022 走看看