Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary segmentation #28

Open
wants to merge 66 commits into
base: dev
Choose a base branch
from
Open

Binary segmentation #28

wants to merge 66 commits into from

Commits on May 15, 2021

  1. Configuration menu
    Copy the full SHA
    c31658c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    d32982f View commit details
    Browse the repository at this point in the history
  2. working training for mnist with "python runner.py +data=mnist +system…

    …=classification +module=mlp"
    ThierryJudge committed May 27, 2021
    Configuration menu
    Copy the full SHA
    e4eaba0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4223448 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e42e6d5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Add callbacks

    ThierryJudge committed May 28, 2021
    Configuration menu
    Copy the full SHA
    fe4ddd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    31b58ec View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. add check_cfg method

    ThierryJudge committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    8d17de6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    dc0b652 View commit details
    Browse the repository at this point in the history
  2. implement yaml configs

    ThierryJudge committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    214df88 View commit details
    Browse the repository at this point in the history
  3. change config dir name,

    log hparams
    ThierryJudge committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    5df3bcf View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. callbacks and config

    ThierryJudge committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    d60a349 View commit details
    Browse the repository at this point in the history
  2. fix callbacks and loggers

    add arguments for system instantiate
    add missing params to camus config
    ThierryJudge committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    159d300 View commit details
    Browse the repository at this point in the history
  3. Fix pre-commit

    ThierryJudge committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f2a444b View commit details
    Browse the repository at this point in the history
  4. merge dev

    ThierryJudge committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    19512a7 View commit details
    Browse the repository at this point in the history
  5. add hydra to requirements.txt

    fix camus labels
    ThierryJudge committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a36608b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    301619e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2097c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47a7b64 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    a289bf8 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. fix loggers

    ThierryJudge committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    28eab4a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    242f2cb View commit details
    Browse the repository at this point in the history
  2. Work in progress:

    * Add softmax and mcdropout system
    * Add evaluation pipeline (Seg metrics, calibration overlap)
    ThierryJudge committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    bb921b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    2919c22 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    8c6c63c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    491a5f3 View commit details
    Browse the repository at this point in the history
  2. Merge dev.

    ThierryJudge committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    df6c67f View commit details
    Browse the repository at this point in the history
  3. Remove argparse methods.

    ThierryJudge committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    b970267 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    1941861 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Remove test_step from computation.

    Remove resume/train/ckpt_path errors from runner
    Change default name to remove error.
    ThierryJudge committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    bde2127 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. minor fixes

    ThierryJudge committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    8f326f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72c16a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Remove log images

    Update gitignore
    add monitor to model_checkpoint.yaml to avoid warning
    ThierryJudge committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    f93a4cf View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Merge dev

    ThierryJudge committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    716ff12 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    09fa86c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be3386 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e193a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9cf1c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c79169 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    9879db1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4707f74 View commit details
    Browse the repository at this point in the history
  3. Add comet tags and logging .hydra dir to comet.

    Add comment regarding use of local ckpt with relative path
    ThierryJudge committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    8c5bfb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    012cc46 View commit details
    Browse the repository at this point in the history
  2. Update segmentation metric for dice for binary segmentation

    Update networks for 1 class output
    ThierryJudge committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    eff50ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40e008a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    312e734 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. minor improvements

    ThierryJudge committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    d1ff81d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Refactor Hydra to use yaml configuration (#22)

    Co-authored-by: Nathan Painchaud <[email protected]>
    ThierryJudge and nathanpainchaud authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    53851e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. minor change

    ThierryJudge committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    91e7e3a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    19d6d00 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    27b94d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f5cdf8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Fix dropout for Unet

    ThierryJudge committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    b0cc1b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5afd341 View commit details
    Browse the repository at this point in the history
  3. Add dropout attribute

    ThierryJudge committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    e4e5d9c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    9d8931e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    9c6aa0c View commit details
    Browse the repository at this point in the history
  2. Fix typos in docstring

    ThierryJudge committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    d4a5b9d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Merge dev into hydra-dev

    ThierryJudge committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    dd5b2ef View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Typo fix for MLP

    ThierryJudge committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    37a96c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be1b920 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Refactor Hydra to use yaml configuration (#22)

    Co-authored-by: Nathan Painchaud <[email protected]>
    ThierryJudge and nathanpainchaud committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c7872c7 View commit details
    Browse the repository at this point in the history
  2. Typo fix for MLP

    ThierryJudge committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    2280ff8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0067543 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'hydra-dev' of github.com:nathanpainchaud/vital into fea…

    …ture/binary-segmentation
    ThierryJudge committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5a0b318 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0509ae7 View commit details
    Browse the repository at this point in the history