-
Notifications
You must be signed in to change notification settings - Fork 66
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
Updated Model Training #42
base: main
Are you sure you want to change the base?
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59d4140 - Browse repository at this point
Copy the full SHA 59d4140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f808f7 - Browse repository at this point
Copy the full SHA 2f808f7View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04db7ce - Browse repository at this point
Copy the full SHA 04db7ceView commit details -
allowed change of subfolder & batchsize when loading data (the former…
… for val during training and the latter for batchsize change during val/test)
Configuration menu - View commit details
-
Copy full SHA for d0033f4 - Browse repository at this point
Copy the full SHA d0033f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aa5194 - Browse repository at this point
Copy the full SHA 4aa5194View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bcd4d92 - Browse repository at this point
Copy the full SHA bcd4d92View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c03245b - Browse repository at this point
Copy the full SHA c03245bView commit details -
added an experimental submodule to facilitate model evaluation and me…
…tric calculation
Configuration menu - View commit details
-
Copy full SHA for a497cf4 - Browse repository at this point
Copy the full SHA a497cf4View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20ee9a0 - Browse repository at this point
Copy the full SHA 20ee9a0View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 507c70c - Browse repository at this point
Copy the full SHA 507c70cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08a767c - Browse repository at this point
Copy the full SHA 08a767cView commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aca2060 - Browse repository at this point
Copy the full SHA aca2060View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a9c30c - Browse repository at this point
Copy the full SHA 7a9c30cView commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9aebf56 - Browse repository at this point
Copy the full SHA 9aebf56View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4cde804 - Browse repository at this point
Copy the full SHA 4cde804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d9ca56 - Browse repository at this point
Copy the full SHA 6d9ca56View commit details
Commits on Jul 31, 2024
-
fixed schedule-free optimizer setup (to not use scheduler wrapper); a…
…dd --optimizer in cli.py train
Configuration menu - View commit details
-
Copy full SHA for 952a660 - Browse repository at this point
Copy the full SHA 952a660View commit details
Commits on Aug 7, 2024
-
added enable_batchnorm_tracking_stats to be used for validation loss …
…calculation during training (after which the stats needs to be re-enabled); added debug mode for cli.py train; added a flag in cli.py train to enable validation loss calculation; allowed to specify epoch in cli.py serialize
Configuration menu - View commit details
-
Copy full SHA for 351f542 - Browse repository at this point
Copy the full SHA 351f542View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a0456 - Browse repository at this point
Copy the full SHA 70a0456View commit details -
forced cli.py serialize to load models to gpu0 if device=gpu to fix i…
…nconsistent inference results
Configuration menu - View commit details
-
Copy full SHA for 0051acf - Browse repository at this point
Copy the full SHA 0051acfView commit details -
updated batchnorm disable and enable functions (missed in the previou…
…s commits); moved functions used only for tiff file to the bottom
Configuration menu - View commit details
-
Copy full SHA for f9a8114 - Browse repository at this point
Copy the full SHA f9a8114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55729a7 - Browse repository at this point
Copy the full SHA 55729a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2119cd - Browse repository at this point
Copy the full SHA a2119cdView commit details -
removed schedule-free optimizers; allowed --optimizer to use any opti…
…mizer class supported in torch.optim
Configuration menu - View commit details
-
Copy full SHA for e437283 - Browse repository at this point
Copy the full SHA e437283View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf69bb - Browse repository at this point
Copy the full SHA bcf69bbView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da6ebc8 - Browse repository at this point
Copy the full SHA da6ebc8View commit details -
changed netg and netgs configuration from list to tuple to avoid pars…
…ing issue; moved val data loading to with_val condition
Configuration menu - View commit details
-
Copy full SHA for 661bbb2 - Browse repository at this point
Copy the full SHA 661bbb2View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbf8c81 - Browse repository at this point
Copy the full SHA cbf8c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4a3cf - Browse repository at this point
Copy the full SHA 7f4a3cfView commit details
Commits on Aug 14, 2024
-
completed validation implementation for deepliifext and sdg, with add…
…ed calculate_losses method; always use opt.lr in optimizers; set cell count metrics in validation only for deepliif
Configuration menu - View commit details
-
Copy full SHA for fb75f20 - Browse repository at this point
Copy the full SHA fb75f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc668b - Browse repository at this point
Copy the full SHA 8cc668bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a277ed - Browse repository at this point
Copy the full SHA 5a277edView commit details -
Configuration menu - View commit details
-
Copy full SHA for edab58d - Browse repository at this point
Copy the full SHA edab58dView commit details
Commits on Aug 21, 2024
-
minor fixes: disabled marker image in postprocess in cli.py train val…
…idation; removed duplicated function; fixed syntax error
Configuration menu - View commit details
-
Copy full SHA for 38a4f9e - Browse repository at this point
Copy the full SHA 38a4f9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af813d - Browse repository at this point
Copy the full SHA 0af813dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b18e138 - Browse repository at this point
Copy the full SHA b18e138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5cb30 - Browse repository at this point
Copy the full SHA 7c5cb30View commit details -
added tests for trainlaunch; changed how the test commands are formed…
… in training tests to highlight test params
Configuration menu - View commit details
-
Copy full SHA for 0df24a8 - Browse repository at this point
Copy the full SHA 0df24a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 136540e - Browse repository at this point
Copy the full SHA 136540eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95698ae - Browse repository at this point
Copy the full SHA 95698aeView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60d600e - Browse repository at this point
Copy the full SHA 60d600eView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0eba7b3 - Browse repository at this point
Copy the full SHA 0eba7b3View commit details