ZHANG ZHAOXIANG

Results 18 comments of ZHANG ZHAOXIANG

Hi, In the case of checkboard artifact. I did some research about this. It seems like a common phenomenon and also occurs in original deblur. The reason is the deconvlution/tranconvolution...

Do you mean Upsampling2D ? Please check the PR that I put in this project. And Raphael also add some codes in his branch. Actually I am working on other...

[check this](https://stackoverflow.com/questions/56687174/keras-indexerror-tuple-index-out-of-range-when-loading-custom-model) I think you need the use the same version of python as the model is created.

@arcral 我也在尝试读懂pytorch 的源码,但是其中的一些函数很能找到定义,比如at::gt_out,at::masked_select_out, 请问您是在哪里找到函数的作用的,我在官方文档中没有找到定义。

楼上说的对。换成lite里面的好用。但不是立即好用,需要配合lite里推荐的版本。也就是得用 python 3.7 pytorch1.0.0, cuda10.0。 python3.6都是不行的。

did you solve the problem?

I found the solution, it is not working very well, but I will update it in this issue. if you want deploy your own tflite model in the Coral, basically...

Basically, this is working if you convert your model correctly. But I get weird output now. And one thing that really bothers me is that the type of output in...

I found a good softeware called netron. It is very powerful softeware to visualized your model, and find the name of input and output. It is more efficient than visualized.py....

Yes, as for the UINT8 output problem, it is solved, it seems like the official API will use code to convert your UINT8 output into float32. So finally you will...