Skip to content

Releases: lincc-frameworks/fibad

v0.1.2

29 Oct 18:00
ea42b17
Compare
Choose a tag to compare

What's Changed

  • Set default models to training mode in the train_step. by @drewoldag in #103
  • Include all immutable dc.Rect fields in manifest so Resume works in all configs. by @mtauraso in #99
  • Handle externally defined default configuration files by @drewoldag in #100
  • Splits for HSCDataSet by @mtauraso in #105

Full Changelog: v0.1.1...v0.1.2

v0.1.1

15 Oct 15:19
dad7062
Compare
Choose a tag to compare

What's Changed

  • Implement checkpointing during training by @drewoldag in #90
  • Fix error when using fibad with multiple gpus by @drewoldag in #94
  • Move config parameters to a different table so that we can define a dataloader easier by @drewoldag in #91

Full Changelog: v0.1...v0.1.1

v0.1

08 Oct 22:30
6b8d978
Compare
Choose a tag to compare

What's Changed

  • Bump asv from 0.6.1 to 0.6.3 by @dependabot in #2
  • Bump dawidd6/action-download-artifact from 3 to 6 by @dependabot in #1
  • CLI scaffolding by @drewoldag in #4
  • Downloader prototype and CLI rework by @mtauraso in #7
  • Scaffolding for config file handling and model selection by @drewoldag in #6
  • Adding bandwith measurement to downloadCutout by @mtauraso in #9
  • Organize pyproject.toml, don't accidentally include data/ in commit by @drewoldag in #21
  • Retry and resume functionality for downloader by @mtauraso in #17
  • Scaffolding for first data loader by @drewoldag in #18
  • Setting file names to start with object_id by @mtauraso in #26
  • Moving default config, adding it to the docs as well by @drewoldag in #28
  • Scaffolding for Fibad library instance object by @mtauraso in #30
  • Skip failed chunks by @mtauraso in #27
  • Initial version of logging for fibad. by @mtauraso in #31
  • Adding configs for retries, retrywait, timeout, and chunksize by @mtauraso in #41
  • Make fibad train work end-to-end with HSC cutouts by @mtauraso in #33
  • Fix divide by zero in stats module bandwidth calculation by @mtauraso in #46
  • Getting Started notebook for downloader and Logging fixup by @mtauraso in #43
  • Adding user-specified cutout crop size. by @mtauraso in #49
  • Remove Michael's password from default config file by @mtauraso in #52
  • Add a configurable filter list to HSC data set by @mtauraso in #53
  • Multithreaded manifest-based downloader by @mtauraso in #57
  • Bump asv from 0.6.3 to 0.6.4 by @dependabot in #55
  • Proper multithreaded stats by @mtauraso in #60
  • Various Fixups for klone download by @mtauraso in #62
  • First implementation with pytorch ignite to support cpu->multi-gpu scaling by @drewoldag in #54
  • Add a fibad top-level method to get the dimensions of downloaded files by @mtauraso in #66
  • Centralize config defaults, add safety for Config updates by @mtauraso in #68
  • Initial commit to consolidate name and external_cls. by @drewoldag in #71
  • Predict and Output scaffolding by @mtauraso in #70
  • Switching to Dataset based modularity by @mtauraso in #76
  • Bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 by @dependabot in #78
  • Updating to latest PPT version by @drewoldag in #79
  • Adding/Updating Readme by @aritraghsh09 in #81
  • Reduce pr template size by @drewoldag in #85
  • Fixing issue with ConfigDict. by @mtauraso in #87
  • Fixing CNN shape issue by @drewoldag in #84

New Contributors

Full Changelog: https://github.com/lincc-frameworks/fibad/commits/v0.1