Giter VIP home page Giter VIP logo

agc2020_4th_tr1's Introduction

  1. 대회 규격, 기술교류 발표자료등은 docs 폴더 참고

  2. docker 파일 다운로드
    (훈련된 모델 weight 파일은 도커 파일에 들어 있음) https://drive.google.com/file/d/14aCQvGoXbFlSyP3Qybvs6UAF0PfIT4HK/view?usp=sharing

  3. 다운로드 받은 tar.gz 도커 파일을 이미지로 만들기

        sudo docker load -i 4th_tr1_est_kts2.tar.gz  
  4. 이미지를 실행 시켜 도커 컨테이너 띄우기

        sudo docker run --name  vfnet4   --shm-size=1G --gpus=all -v /data/aichallenge:/dataset/4th-track1 -d 4th_tr1_public:latest  sleep infinity
  5. 도커 밖에서 실행시키기

        sudo docker exec -it vfnet4 python /aichallenge/predict.py /dataset/4th-track1
  6. 도커 안으로 들어가서 결과 json 살펴보기

        sudo docker exec -it vfnet4 bash
        vi /aichallenge/t1_res_U0000000217.json

agc2020_4th_tr1's People

Contributors

kts12345 avatar

Watchers

James Cloos 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.