weizhiliang0520

Results 12 issues of weizhiliang0520

Hi, I'm here again!becuase i maybe find the wrong code. In the code. `def generator_loss(hr, sr): return cross_entropy(tf.ones_like(sr), sigma(sr))` I have a question that tf.one_like maybe hr, sigma(sr)

Hi! I want to know how to test by using the LR images?

Hi, I come here again! I want to know how long did you train the best model? what's kind of GPU did you run? Thanks!

When I training the ESRGAN,the D-loss falling to zero after few steps.

Hi, when i use your code training the image, _size: 75--->300 , batch_size=4, but it's very slow,and stopped by 'itself', the info about train frozen? thanks!

tcmalloc: large alloc 2147483648 bytes == 0x55577043e000 @ 0x7ff56448eb6b 0x7ff5644ae379 0x7ff463c93cde 0x7ff463c95452 0x7ff4b5cbccf3 0x7ff4b5d44158 0x7ff4b641b49f 0x7ff4b63fb870 0x7ff4b61e648a 0x7ff4b5d3529d 0x7ff4b6514aca 0x7ff4b63f770e 0x7ff4b5fbcd17 0x7ff4b791f7c4 0x7ff4b791fc8d 0x7ff4b60326e8 0x7ff4b5d333d5 0x7ff4b659b970 0x7ff4b62e8069 0x7ff55f0f42c3 0x7ff55f24e04e 0x5557057cf4b0...

我首先运行代码中的python demo.py ,然后报标题的错误。 自己的也分段查看涉及的代码模块,打印从模型输出的图像张量:print(pred) = [1,64,256,256,],请问最后代码中的result结果的图像是256*256*3。我不知道这个demo.py中最后保存的64chanel,如何变成3的?谢谢

Hi! I'm very glad to read your codes, but I have a problem, that is how to test my test_file after training. as you know, Testing a single image in...

` File "/content/EDSR-Tensorflow/data.py", line 67, in get_test_set get_image(imgs[0],original_size) IndexError: list index out of range` this is my problem, thanks!

I am pretty sure it was python 2.7, although I am not sure about TensorFlow, my guess would be 1.12.0. I can double-check for you somewhere later this week. It...