Giter Site home page Giter Site logo

help2019_breast-cancer-classification's Introduction

HeLP2019_Breast-Cancer-Classification

코드 설명

├── Dockfile              : docker image 생성을 위한 파일
└── src
    ├── get_major_axis.py : major axis 길이 구하는 코드
    ├── train.py          : 예시 train 코드
    ├── inference.py      : 예시 inference 코드
    ├── train.sh          : train.py 실행하는 shell script
    ├── inference.sh      : inference.py 실행하는 shell script
    ├── requirements.txt  : image 내에서 pip package install
    └── output.csv        : phase 1 testset list
    
  • train.py, inference.py는 참고하여 수정
  • requirements.txt는 docker container 내에서 pip freeze > requirements.txt로 생성

예제 코드 클라우드 내에서 실행하는 방법 (Ubuntu 18.04.2 LTS 기준)

  • 이 repository를 clone한 뒤, Dockerfile이 있는 폴더로 위치하여 아래의 명령어 실행
> docker build --tag test:1 .             # docker build [OPTIONS] PATH | URL | -
> docker save test:1 | gzip > test.tar.gz # docker save [OPTIONS] IMAGE [IMAGE...]
  • 클라우드 페이지에서 tasks 창 오른쪽 위에 Upload를 클릭
  • browse 클릭하여 test.tar.gz 업로드
  • 자동으로 train 및 inference가 진행
  • 혹시 실행이 되지 않는다면 에러가 발생하는 부분을 수정해서 진행해주세요.

help2019_breast-cancer-classification's People

Contributors

rlatjcj avatar

Watchers

 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.