Ziyang Wang
Ziyang Wang
    Here is some samples I generated. 500_G,5000_G,8000_G & 17500_G. I change the lr from 0.00008 to 0.00004 at 5000 iters and to 0.00002 at 10000iters. I'm...
@nian-liu I've seen the code you refered. Maybe he has changed his code, the code to compute loss is similiar to mine.  And I guess the tanh() is helpful...
Hi! Maybe you could change the L1loss() to tensor,reducemean(tensor.abs(D-X) ). I have try by this way. The losses seems becoming similar to your tensorflow-version,but the image generated is still bad.
我们分析了,这种问题主要出现在页面中有webview的情况,是因为 webview 在响应 uiautmator 的dump请求时,每次都在页面刷新时才执行一小段dump。 而且,我们发现页面中有webview的时候,随着 webview 的页面切换,dump的结果中会形成一个数组,包含之前的页面内容。(或者是栈还没完全验证。)