-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Torch GaussianSmooth
, RandGaussianSmooth
, GaussianSharpen
, RandGaussianSharpen
#2971
Torch GaussianSmooth
, RandGaussianSmooth
, GaussianSharpen
, RandGaussianSharpen
#2971
Conversation
…dGaussianSharpen` Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
Hi @rijobro , I am checking the left transforms, seems these 4 intensity transforms already execute with Tensor data, but the code stype doesn't follow our backend design: Thanks in advance. |
Sure, I'll do them on Monday. |
hi @wyli I'm struggling to replicate the problems in this PR locally. I've tried with pytorch 1.6 and 1.7, with cuda toolkit 11.0 and 10.2, to no avail. Any ideas? https://github.com/Project-MONAI/MONAI/pull/2971/checks?check_run_id=3673884529 Edit: managed to replicate, thanks. |
Description
Torch
GaussianSmooth
,RandGaussianSmooth
,GaussianSharpen
,RandGaussianSharpen
Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests
.make html
command in thedocs/
folder.