-
Notifications
You must be signed in to change notification settings - Fork 2
Develop #3
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add Clone marco to Parameters struct
…wrappers for model fields
… and UniMod annotations
…rts and improve code organization
Patch/optimizations
feat: Add new modules for training and loading data in redeem-cli
…or training and loading data in redeem-cli
…er instead of Device
…ng with predictions
…o earlier version before refatoring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several enhancements and updates to the ReDeeM project, focusing on adding CUDA support, improving data handling, and extending model capabilities. Key changes include the addition of a CUDA-enabled Dockerfile, updates to data handling with metadata support, and the introduction of new models in the
redeem-propertiescrate. Below is a categorized summary of the most important changes:Infrastructure and Build Updates:
Dockerfileto enable building the project with NVIDIA CUDA support, setting up the environment for GPU-accelerated computations.Cargo.tomlworkspace to include the newredeem-clicrate.Data Handling Enhancements:
PsmMetadatastruct indata_handling.rsto store metadata such as spectrum IDs, file IDs, and feature names. This metadata is now integrated into theExperimentstruct. [1] [2] [3]gbdt_semi_supervised_learning.rs,svm_semi_supervised_learning.rs,xgb_semi_supervised_learning.rs) to use a newload_test_psm_csvfunction for loading data with metadata, replacing older TSV-based methods. [1] [2] [3]Model and Feature Updates:
redeem-propertiescrate, adding CNN-Transformer-based models for RT and CCS prediction.README.mdfor consistency with the new architecture.Code Refactoring:
licensefield inredeem-classifiers/Cargo.tomlwith a blank entry, possibly for future updates.These changes collectively improve the project's usability, scalability, and support for advanced features like GPU acceleration and metadata-driven workflows.