-
Notifications
You must be signed in to change notification settings - Fork 1.2k
6219 fixes type annotations for tensorrt #6229
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
Signed-off-by: Wenqi Li <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
Hi @binliunls , Could you please help verify this PR with PyTorch 23.03 docker? Thanks in advance. |
Hi @wyli and @Nic-Ma ,
Error output:
Thanks, |
Hi @Nic-Ma , Thanks, |
And the dints also has the torchscript convert issue. Here is the error output:
|
Signed-off-by: binliu <[email protected]>
Signed-off-by: binliu <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
sure, do you plan to add more code changes @binliunls? |
Hi, @wyli Thanks, |
/build |
sure, thanks @binliunls, when you approve this, I'll merge it into dev |
@wyli One more thing is that should we make another release candidate later after pytorch 23.03 is avaliable? Otherwise there may be some issues for the model-zoo's CI/CD test. It's just a suggestion, since there may be some other works you'd like to add to the next release candidate version. Thanks, |
@binliunls sure there are a few integration issues, I'll address those first and let you know when a new rc is tagged. (it'll still be based on 23.02 though, as 23.03 is not publicly available yet) |
fixes Project-MONAI#6219 ### Description this makes monai.networks type annotations unchanged ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: Wenqi Li <[email protected]> Signed-off-by: binliu <[email protected]> Co-authored-by: binliu <[email protected]>
fixes Project-MONAI#6219 ### Description this makes monai.networks type annotations unchanged ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: Wenqi Li <[email protected]> Signed-off-by: binliu <[email protected]> Co-authored-by: binliu <[email protected]>
fixes #6219
Description
this makes monai.networks type annotations unchanged
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.