Hao

Results 146 comments of Hao

please report your environment - tf , tl, python version

I cannot found the reason, could you update TF and TL to the latest version and have a try again?

Hi, I am using Titan X Pascal, 32GB RAM. I think 1080 Ti should be ok ~~ It is unnormal to wait 10 mins to let it start to train....

`SubpixelConv2d` takes long time to compile, but it is a important part in the original paper. However, if you like, you can use resize-convolution i.e. use `UpSamplingLayer` and `Conv2d` instead...

1080 should be enough Sent from Netease Mail On 04/18/2018 17:58, andreas wrote: How large does my GPU have to be to run the SRGAN? — You are receiving this...

add more subpixel blocks? https://github.com/tensorlayer/srgan/blob/master/model.py#L31

I see, this way could help: use the method in the following link to load images for each batch instead of reading the entire dataset into the RAM at the...

I see, this way could help: use the method in the following link to load images for each batch instead of reading the entire dataset into the RAM at the...

``` Epoch: [0/20] step: [187/2] time: 0.309s, mse: 0.003 (218, 178)