-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fix UpSample issue and enhance UpCat
#2766
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: Yiheng Wang <vennw@nvidia.com>
|
Hi @ericspod @wyli @Nic-Ma , could you please help to look at this draft PR? The forward function of However, this implementation does not meet the requirements of torchscript. Do you have any suggestions to fix this issue? Thanks! |
|
Hi @yiheng-wang-nv the basic unet is only a simple implementation with a focus on the code readability for the basic architecture, I feel this PR will add a bit too much complexity I think you can create a separate standalone module called |
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
Thanks @wyli for the suggestion, I removed the decoder and I will submit a new PR for the implementation. Now this PR is only used to fix #2759 #2760 and add some upsample related parameters into |
UpSample issue and enhance UpCat
wyli
left a comment
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.
thanks
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
UpSample issue and enhance UpCatUpSample issue and enhance UpCat
Signed-off-by: Yiheng Wang vennw@nvidia.com
Description
This PR fixes a fews issues mentioned in
Fixes #2759 , fixes #2760 and add some useful parameters for
UpCatclass.Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests.make htmlcommand in thedocs/folder.