Skip to content

magnusbarata/brain-tumor-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSNA-MICCAI Brain Tumor Radiogenomic Classification

Getting Started

Installation

  1. Clone this repository
    git clone https://github.com/magnusbarata/brain-tumor-classification.git
    cd brain-tumor-classification
  2. Install the dependencies
    docker build -t tf-gpu setup
    docker run --gpus all -u $(id -u):$(id -g) -it --rm -v $(pwd):/work tf-gpu bash

Train

  1. Download the data and put it inside data directory.
  2. Set the hyperparameter file and start training.
    python train.py <EXP_DIR>
  3. Monitor using tensorboard.
    tensorboard --logdir <EXP_DIR>/logs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published