北邮-刘畅

Results 8 comments of 北邮-刘畅

> Dear @duncanriach, > > I'm using TF2.3 on Ubuntu 16.04. > To get deterministic results, I followed your instructions. Please check the attached code that is very simple MNIST...

> DepthwiseConv2D Not yet. Listed below are codes for network copied from [ResNet_TF2](https://github.com/Apm5/ImageNet_ResNet_Tensorflow2.0) ``` category_num = 1000 block_type = {18: 'basic block', 34: 'basic block', 50: 'bottlenect block', 101: 'bottlenect...

请问你解决问题了吗? 求提供 + 1

I have the training code but not all files for training. I haven't reproduce it yet ```python #!/usr/bin/env python # Copyright 2016 Google Inc. # # Licensed under the Apache...

**I changed my code to compute psnr.** > In OpenCV:   PSNR = 10 * log10( range / mse of all 3 channels ) In your codes:   PSNR = Mean( 10...

我觉得不太可能。因为双边网络上采样的部分是用 C++ 写的,里面要 cuda,所以要 CPU 版本只能自己写