This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 404
NiftyNet Dev Meeting 10th May 2019
csudre edited this page May 13, 2019
·
2 revisions
Eric, Marta, Samuel, Stian, Felix, Wenqi, Dan, Pedro, Tom Ve. Marc, Jorge, Ben, Tom Va., Jorge, Carole
- Felix:
- Refactoring into latest version of NN
- Probability layer Network - Privilege Modularity Decouple as much as possible
- Ben:
- Gaussian sampler separated from VAE in progress (ready after NIPS)
- Uniform sampler documentation - Bug fix
- Input with missing data with placeholders instead
- Irme
- Whole volume validation in progress
- Carole:
- Loss functions
- Regression (Smooth L1, Cosine regression)
- Classification with multi rater
- Segmentation Volume enforcement
- Tom:
- Pull CSV reader Look at modularity -> Too tailored Keeping it more general
- Stian:
- Input changes: Decouple application from input
- Creation of wrapper class for ImageSource and Sink NiftyNetIO. Not Streaming
- More homogeneity needed
- Decoupling ini files from API capabilities - open for potentiality of new features to lite users. Compatibility with TFServing
- Toolkit from framework Model Zoo / App Zoo
- Example of new possible application: Inference on single image Training / Validation
Decision - Make NN an API
- // Pytorch
- Removal of session f still a graph numpy array input and output
- Only tf.pyfunc
- Possibility to keep better track of variables
- Need to use tf.keras.layers or tf.layers - Difference to be further investigated - tf.keras.layers serialisable Potentially more useful
- May need to change layer abstraction?
- Application driver to change
- All applications to be rewritten
- Try to stay closer to keywords of ML processing (fit, predict, compile)
- Continue using current handlers
- Change variable collectors
- Should we move now or wait for version beta?
- How in the context of all recent features integration?
- Possibility - First transfer NN as an API with the Eager tf.13 framework and then transition
- Need to maintain current working state and continue for a while to support it
- Tuesday 4th June - Thursday 6th June
- Marc to find room
- 9.30 - 4pm
- Goal integration of all recent features
- Last half day - with Wenqi - More in depth discussion on refactorisation as API
Until then: everyone to indicate features to be included under Project board for NN Hackathon