zhouqunbing

Results 11 comments of zhouqunbing

> Thanks for the implementation. Can you please give an example of how to specify the intermediate layers for MLA? > > ` assert intmd_layers is not None, "pass the...

i think the intmd_layers is a list of [6,12,18,24] when you are running the code,it maybe set manually. @rawmean

> Hello guys i hope can u guys can assist me i have this problem > > File "C:\Users\fragb\Desktop\Real-ESRGAN-master\inference_realesrgan.py", line 128, in main() File "C:\Users\fragb\Desktop\Real-ESRGAN-master\inference_realesrgan.py", line 74, in main model=model,...

I'm also a greenhand,if we set the random seed, whether the nn.Embeddding in generator and discriminator is same?

i replace tensorflow-gpu=1.15.0 with tensorflow-cpu=1.15.0,but when model in the test phase,the same error occurred. Could not dlopen library 'libcufft.so.10.0'; dlerror: libcufft.so.10.0: cannot open shared object file: No such file or...

> Hi, Some clarifying questions: > > * Do you want to get the CAM with respect to the RGB pixels, the Depth pixels, or both? > * Is the...

> I'm not sure what it means separately. If the depth is grayscale (one channel), how can it be fed into the same resnet? will it be duplicated to have...

@jacobgil thank you for your reply。 Practice is the sole criterion for testing truth。 I will revise the code 。

对不起,没有解决,后来没用到了。 ---Original--- From: ***@***.***> Date: Wed, Dec 20, 2023 17:54 PM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [jacobgil/pytorch-grad-cam] the multi-input issue (Issue #341) Hello, do you solve this problem? I...

Thanks, your thought is the same as mine, i delete the last convolution,if i use the cliped weights to test the SUNRGBD directly, the mIoU is very low ,so i...