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

Refactor algorithms' module structure, enable customized loss function in SAITS, enable GP-VAE to run on CUDA, etc. #201

Merged
merged 10 commits into from
Oct 9, 2023

Conversation

WenjieDu
Copy link
Owner

@WenjieDu WenjieDu commented Oct 9, 2023

What does this PR do?

  1. separate algorithms core and submodules;
  2. enable SAITS to use customized loss function, related to the issue Enabling users to customize loss function #137;
  3. make gene_physionet2012() to return ICUType;
  4. fixing GP-VAE met error when running on CUDA #200;
  5. update docs;

Before submitting

  • This PR is made to fix a typo or improve the docs (you can dismiss the other checks if this is the case).
  • Was this discussed/approved via a GitHub issue? Please add a link to it if that's the case.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have written necessary tests and already run them locally.

@WenjieDu WenjieDu changed the base branch from main to dev October 9, 2023 15:44
@WenjieDu WenjieDu merged commit 6a2107c into dev Oct 9, 2023
@WenjieDu WenjieDu changed the title Refactor algorithms' module structure, enable customized loss function in SAITS, enable GP-VAE to run on CUDA Refactor algorithms' module structure, enable customized loss function in SAITS, enable GP-VAE to run on CUDA, etc. Oct 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

Successfully merging this pull request may close these issues.

1 participant