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

[WIP] v0.3 tracking branch #248

Merged
merged 71 commits into from
Apr 26, 2024
Merged

[WIP] v0.3 tracking branch #248

merged 71 commits into from
Apr 26, 2024

Conversation

iancze
Copy link
Collaborator

@iancze iancze commented Dec 30, 2023

Reopening this tracking issue for v0.3 after the first wave of commits were merged into main with #243. See #243 for more information on the scope of this reorganization.

Work introduced into this branch by #247

Work introduced by #249

Remaining work:
Changes to introduce Stochastic Gradient Descent workflow

Further documentation changes

  • in the process of moving many examples to MPoL-dev/examples so they are easier to maintain
  • Think about what content makes sense as rendered docs (code demonstrating key library functionality, building blocks, preferably concise) or as a longer .py file in examples/ (actual workflows following official pytorch/examples. E.g.,
    • Direct longer content to examples

kadri-nizam and others added 30 commits April 5, 2023 16:05
Co-authored-by: Ian Czekala <iczekala@psu.edu>
…rch adaptation, but still distinct from eht

imaging.
Fix loss function bugs and inconsistencies, reorganize likelihood documentation
iancze and others added 28 commits January 5, 2024 12:14
Updated #187: GridCoords constructor with `@properties` and `@cached_properties`
Change Base unit from k$\lambda$ to $\lambda$
switched to float32 default throughout codebase.
Stochastic Gradient Descent (SGD) example and functionality
@iancze iancze marked this pull request as ready for review April 26, 2024 09:30
@iancze iancze merged commit 5e769c8 into main Apr 26, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment