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

Roadmap to v1 #735

Open
12 of 32 tasks
avik-pal opened this issue Jun 26, 2024 · 1 comment · May be fixed by #744
Open
12 of 32 tasks

Roadmap to v1 #735

avik-pal opened this issue Jun 26, 2024 · 1 comment · May be fixed by #744
Milestone

Comments

@avik-pal
Copy link
Member

avik-pal commented Jun 26, 2024

Features

Deprecations (need to be done)

  • Returning stats from losses is a major PITA for Enzyme / Reactant use-cases. I want to purge that completely.
  • Flattening of Chains Remove Auto-Flattening of Chains #682
  • Remove unnecessary overloads of Base.keys
  • Deprecate the TrainState construction using rng

Deprecations (already done)

  • Older versions of preferences (mostly done in Performance Pitfalls and How to Catch them #727)
  • cpu/gpu
  • disable_stacktrace_truncation!
  • Experimental symbols present outside Experimental
  • Strings in DebugLayer/layer_map
  • Experimental.@compact and Experimental.StatefulLuxLayer
  • Not specifying true/false in StatefulLuxLayer.

Underlying packages that need to be updated to 1.0

  • LuxCore. A bunch of these names came from when the eventual goal was to merge with Flux. That will never happen, so it might be good to drop those names.
    • initialparameters --> initial_parameters -- motivated with using more readable names (the latter is definitely cleaner)
    • initialstates --> initial_states
    • AbstractExplicitLayer --> AbstractLuxLayer
    • AbstractExplicitContainerLayer --> AbstractLuxContainerLayer
  • LuxDeviceUtils
  • WeightInitializers
  • LuxLib
    • Remove Deprecations

Documentation Updates

  • Add a migration guide to 1.0
  • Update wording on interface specs. Make it sound mandatory.
  • Update WeightInitializers.jl documentation to highlight what RNGs are supported
@avik-pal avik-pal added this to the v0.6 milestone Jun 28, 2024
@avik-pal
Copy link
Member Author

avik-pal commented Jul 1, 2024

Another consideration is whether we should do a 0.6 release or move directly to a 1.0 release.

I have read posts in the wild complaining about the rapid release, which led to the ..57 patches, which might give a (false) notion that we were fixing bugs, but most of them were features 😓

@avik-pal avik-pal changed the title Roadmap to v0.6 Roadmap to v1 Jul 2, 2024
@avik-pal avik-pal linked a pull request Jul 3, 2024 that will close this issue
@avik-pal avik-pal pinned this issue Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant