shazib

Results 39 comments of shazib

> You could crop HR during the generation of LR, even it's testing set. @JingyunLiang could you please elaborate?

Hi @shahidul56, Thanks for your implementation of ESRGAN in Colab. I'm facing an issue, when I run the notebook in colab I face a few errors which for the life...

Nevermind, figured it out.

To solve the issue, make the following modification to the original code. - The link used in the `wget` command is for the old architecture. This should work with older...

I can confirm i am facing the same problem. Discord works perfectly fine, Among Us works perfectly fine. I play text and voice chat games regularly without any issue. That...

> https://github.com/JunningWu/Learning-NVDLA-Notes/wiki/Learning-NVDLA-Notes-by-Junning#551-%E4%BD%BF%E7%94%A8vp%E4%BB%BF%E7%9C%9Fresnet-18 English please?

@JunningWu I did exactly what you did but I was not able to generate the ".nvdla" file. I ran the command `./nvdla_compiler --prototxt ./models/lenet2.prototxt --caffemodel ./models/lenet_iter_5000.caffemodel --cprecision int8 --configtarget nv_small...

> Have found that it also works with tensorflow 1.13.2. > > For anyone using Google Colab with CUDA acceleration, the reason I use 1.13.2 is because 1.12 wasn't working...