Giter Club home page Giter Club logo

radiology-and-ai's People

Contributors

dufaultc avatar matthewcso avatar shammo12345 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

radiology-and-ai's Issues

Mulitple upgrades to training scripts

  • add learning rate parameter to lightning module
  • Add wandb logger
  • Try to determin how to add hyperparameter search with pytorch lightning
  • Save pre-created eval and train dataset
  • Update metric logging

Train model with new stuff

-compare results with both Z-score and Nyul normalization
-Use power-law transformation
-Report results

Small improvements all over

  • Seperate augment methods from the collator, 50% (look for what other have done) chance of each augmentation
  • Add parameter to lightning module for channels, should set input size accordingly
  • Add visualization of segmentation/ make better
  • Try to alter lightning module to allow for TPU training should allow for faster training
  • Review how output come from medzoo UNET implementation

Use learning rate finder to determine optimal learning rate

-Use learning_rate_finding notebook to see which learning rate gives lowest learning rate after 2 epochs
-The notebook is under the training-improvments-47 branch
-The only changes you should have to make are in sections 3 and 4 of the notebook, and in the first cell change
"!git clone https://github.com/McMasterAI/Radiology-and-AI.git" to "!git clone --branch training-improvements-47 https://github.com/McMasterAI/Radiology-and-AI.git"
-Find which accumulate_grad_batches amount finds best learning rate (maybe try 10, 15 and 20)
-Check 50 different learning rates for each
-Each should give different optimal learning rate
-Of these three optimal learning rates, run model training with each and see which gives lowest loss value after 2 epochs of training
-You will need to create a wandb account to track the model training and also make a shortcut to the macai datasets folder I shared with you in your base drive folder
-You don't need to push any changes to the repo just report the best learning rate you found and anything else you think important

Research tumour segmentation papers

Report the:
-Model architecture used
-Data augmentation method
-The performance metrics of the model
-Data used if available

Focused on people try to complete Brats challenge or something similar

Create training function

-use existing training files to see what needs to be contained in the function
-convert command line arguments to method parameters
-place in root of project

Implement Z score normalization

  • Make sure the images normalize such that the backgrounds of the images are zero, and do the intensity normalization
    -Everything below a certain value after z score normalization is the "zero" value
  • Run before training and calculate a z-sore he normalizations for each channel
  • Pass in as parameter to collator

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.