-
Notifications
You must be signed in to change notification settings - Fork 0
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
Workflows update | Badges | Torch | New pipeline API #6
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we confirmed that this nnunet version works on Python 3.13?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AlexanderGetka-cbica, i renamed the PR and i added some stuff that we talked about yesterday at NiChart DLMUSE.
…working with just the 3 basic(i, o, d)
Update: Set torch version to 2.3.1. I didn't see anything wrong nor a compatibility issue. Though again i can't run this locally, i only tested the code till the running step. |
Badges, building workflows and torch update
.github/workflows/macos-build.yml
: Added a new GitHub Actions workflow for building and testing the project on macOS with multiple Python versions..github/workflows/ubuntu-build.yml
: Added a new GitHub Actions workflow for building and testing the project on Ubuntu with multiple Python versions.Documentation updates:
README.md
: Added badges for macOS and Ubuntu build statuses, as well as a badge for the PyPI stable version.Update Created a run_pipeline function in a seperate file called dlmuse_pipeline.py that will be used when calling DLMUSE with code instead of the CLI(i.e. will be directly used in NiChart_DLMUSE)
Warning: Due to the fact that i don't have a GPU anymore, i wasn't able to test my code, though building tests pass, we need to make sure that it outputs correct results. Please test it briefly with a small dataset before merging.