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

Seg example #42

Open
wants to merge 53 commits into
base: master
Choose a base branch
from
Open

Seg example #42

wants to merge 53 commits into from

Commits on Mar 15, 2022

  1. Segmentation example - 1st commit

    Amir Egozi committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    70aaa31 View commit details
    Browse the repository at this point in the history
  2. fix elastic augmentation and loss bce+dice; update for new eval packa…

    …ge (not completed)
    Amir Egozi committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    c8674b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Change to eval package

    Amir Egozi committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    98ebeee View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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

Commits on Mar 26, 2022

  1. move example to a new folder

    Amir Egozi committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    26c1ffe View commit details
    Browse the repository at this point in the history
  2. Update the create_data script + add some comment regarding the origin…

    … of the unet code
    Amir Egozi committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    59afc55 View commit details
    Browse the repository at this point in the history
  3. remove old script and update main script according to PR comments (no…

    …t complete)
    Amir Egozi committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    310726e View commit details
    Browse the repository at this point in the history
  4. change names to eval*

    Amir Egozi committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    76f834d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Changes following the comments on the PR

    Amir Egozi committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    13aa1da View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. remove commented code

    Amir Egozi committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    4ad76f2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into seg_example

    Amir Egozi committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    323c270 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

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

Commits on Apr 10, 2022

  1. change input desc to file names and processor to compute mask images …

    …from rle encoding
    Amir Egozi committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    5a4a6cf View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. factor out end to end examples to seprate package

    moshiko committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e1e601d View commit details
    Browse the repository at this point in the history
  2. add examples to PYTHONPATH

    moshiko committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    75ce22b View commit details
    Browse the repository at this point in the history
  3. run unittests in examples

    moshiko committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    c53c96c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. remove fuse1 data package

    moshiko committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    3551533 View commit details
    Browse the repository at this point in the history
  2. remove dataset from manager

    moshiko committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    97eac6b View commit details
    Browse the repository at this point in the history
  3. convert mnist to fuse2 style

    moshiko committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    dddac6d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. create dl package

    moshiko committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    83936d0 View commit details
    Browse the repository at this point in the history
  2. remove Fuse prefix

    moshiko committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    69a3b09 View commit details
    Browse the repository at this point in the history
  3. reorg examples

    moshiko.raboh#ibm.com committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    5771c85 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:IBM/fuse-med-ml into fuse2

    moshiko.raboh#ibm.com committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    13c5f0b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fuse2' of github.com:IBM/fuse-med-ml into data_package

    moshiko.raboh#ibm.com committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    c12ff08 View commit details
    Browse the repository at this point in the history
  6. add fuse data package

    moshiko.raboh#ibm.com committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    3e3a476 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'data_package' of github.com:IBM/fuse-med-ml into mnist_…

    …fuse2_style
    moshiko.raboh committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    5f614a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. adjust mnist runner

    moshiko.raboh committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    9b511cc View commit details
    Browse the repository at this point in the history
  2. imaging extension

    moshiko.raboh committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    532b347 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'data_package' of github.com:IBM/fuse-med-ml into mnist_…

    …fuse2_style
    moshiko.raboh committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    1a94187 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92d78d1 View commit details
    Browse the repository at this point in the history
  5. Fixed import path

    sagi committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    0b8b573 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. remove the create-data script and move all its functionality to input…

    …_processor
    Amir Egozi committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    fb72386 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Updated the notebook (mnist example) to fuse2

    sagi committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    bab4bf7 View commit details
    Browse the repository at this point in the history
  2. Skip test - temp

    sagi committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    d4a5c02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68df39c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Data package (#61)

    * remove fuse1 data package
    
    * remove dataset from manager
    
    * convert mnist to fuse2 style
    
    * add fuse data package
    
    * adjust mnist runner
    
    * imaging extension
    
    Co-authored-by: moshiko <[email protected]>
    Co-authored-by: Alex Golts <[email protected]>
    3 people authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    ae69698 View commit details
    Browse the repository at this point in the history
  2. skip test (it works locally)

    sagi committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    b4804c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63f2a29 View commit details
    Browse the repository at this point in the history
  4. Fixed import path

    sagi committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c40f129 View commit details
    Browse the repository at this point in the history
  5. Updated the notebook (mnist example) to fuse2

    sagi committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    419a36b View commit details
    Browse the repository at this point in the history
  6. Skip test - temp

    sagi committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    13536f0 View commit details
    Browse the repository at this point in the history
  7. Update test_notebook_hello_world.py

    SagiPolaczek authored and sagi committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    1077b8c View commit details
    Browse the repository at this point in the history
  8. skip test (it works locally)

    sagi committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    85cdae4 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'hello_world_unittest' of github.com:IBM/fuse-med-ml int…

    …o hello_world_unittest
    sagi committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    26f78f8 View commit details
    Browse the repository at this point in the history
  10. Fixed override in the set_device functionality and made cpu usage mor…

    …e nit to the user inside the notebook
    sagi committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    0f3abf3 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #63 from IBM/hello_world_unittest

    Unittest for hello world notebook
    SagiPolaczek authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    5d0b65a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. data package readme

    mosheraboh authored May 2, 2022
    Configuration menu
    Copy the full SHA
    3f71935 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Merge with master

    Amir Egozi committed May 3, 2022
    Configuration menu
    Copy the full SHA
    17ef080 View commit details
    Browse the repository at this point in the history
  2. merged with fuse2

    Amir Egozi committed May 3, 2022
    Configuration menu
    Copy the full SHA
    1dc5050 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Fix import for fuse2 + add a static pipeline + change data source int…

    …o a function
    Amir Egozi committed May 10, 2022
    Configuration menu
    Copy the full SHA
    2e1f98c View commit details
    Browse the repository at this point in the history
  2. Complete data pipeline including the dynamic part

    Amir Egozi committed May 10, 2022
    Configuration menu
    Copy the full SHA
    dbe44a5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Working fuse2 version + fix to gaussian op data type

    Amir Egozi committed May 17, 2022
    Configuration menu
    Copy the full SHA
    6c4232c View commit details
    Browse the repository at this point in the history
  2. remove comments and non-required input processor file

    Amir Egozi committed May 17, 2022
    Configuration menu
    Copy the full SHA
    0ef6742 View commit details
    Browse the repository at this point in the history