-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Bundles is very powerful and have lots of features but user need to collect pieces of code from different tutorials
It would be nice to have 1 bundle showing all features below
- mlflow --> with flag to disable it if user doesn't need it
- tensorbaord --> with flag to disable it if user doesn't need it
- create different folder for each experiment to same the checkpoint model
- copy json files used into the experiments folder
Describe the solution you'd like
As for the structure we should have
- Have training.json with main training configs including
- Have hypterparamter.json to override hyper parameters
- infer.json to run inference, should also use hyperparamter to get parameters as resolution, intensity range, model dir
this setup should allow user to run multiple experiments just by changing the hyper paramter
Describe alternatives you've considered
I came close to creating this myself but it was lots of trial and error. bundles should provide it all out of the box
ericspod
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo