Code Monkey home page Code Monkey logo

xdl_note's Introduction

XDL note

Note for XDL

Contents 列表

1. 想要跑XDL还是需要认真看下官方wiki XDL wiki

2. GPU problems GPU相关问题

  • XDL 关于 GPU相关issues
  • 修复官方镜像GPU问题, 利用Dockerfile_for_gpu 重新构建镜像,具体查看我的Dockerfile目录(我的xx.deb是提前下载的),构建新的镜像命令: docker build -t xdl:ubuntu-gpu-mxnet1.3 .
  • apt-get 下载太慢且不能更改软件源 如NVIDIA,可以把下载到的相关xx.deb拷贝到目录 /var/cache/apt/archives apt-get 能搜索到xx.deb ref
  • The method driver /usr/lib/apt/methods/https could not be found 把https 软件源换成 HTTP的软件源还是出现上面的问题,可能因为是/etc/apt/sources.list.d/有https打头的软件源。删除即可。ref

3. 出core了, 如何调试?

  • 可以安装python版gdb sudo apt-get install gdb python-dbg, 安装完毕后执行gdb python 然后运行 run train.py --run_mode=local --config=config.train.json 运行一会后出core,输出命令 core-file core.xxx(xxx是你刚才出的core的编码), 输入bt回车,查看栈信息。ref

4. 线上线下打分对齐问题?

xdl_note's People

Stargazers

 avatar

Watchers

James Cloos avatar Daniel Wang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.