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

Separate out package code from paper code #34

Closed
5 of 7 tasks
avik-pal opened this issue Feb 2, 2022 · 1 comment
Closed
5 of 7 tasks

Separate out package code from paper code #34

avik-pal opened this issue Feb 2, 2022 · 1 comment
Assignees

Comments

@avik-pal
Copy link
Member

avik-pal commented Feb 2, 2022

Currently, the package has a lot of fluff which is not really needed. I will branch it out to paper which contains the scripts and everything needed to reproduce the results from the paper.

Stuff that need to be removed:

  • experiments directory -- Maybe convert that into usage examples.
  • scripts directory -- Has some scripts for distributed training using MPI (will move them to FluxMPI which seems to be an appropriate place for their usage)
  • Inside src
    • solve.jl -- See Upstream DiffEq Patches #33
    • logger.jl -- Time to place it somewhere appropriate. Have been copy-pasting that file in all my projects 😓
    • datasets.jl -- Again not relevant to DEQs

Stuff to be added:

  • Some documentation would be good (even I forget how to use a few of those functions 😅 )

See ap/release

@avik-pal avik-pal self-assigned this Feb 3, 2022
@avik-pal
Copy link
Member Author

avik-pal commented Feb 9, 2022

See #38

@avik-pal avik-pal mentioned this issue Feb 9, 2023
7 tasks
@avik-pal avik-pal closed this as completed Feb 9, 2023
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

No branches or pull requests

1 participant