-
While running `sh test_SRGAN.sh` I encountered blew error:
I didn't change anything since downloaded the package from github, did I miss anything?
` [Configurations]:
perceptual_mode: VGG54
…
-
It seems GPU RAM exhausted when tensorflow trying to load all training data. How much RAM does it need to load all training data. I'm on 6GB card.
-
There're some methods need to pretrain G net and D net separately, then combine them to train together. However, when I pretrain my net, I didn't notice that the api of tl.files have changed, so I us…
-
hi @brade31919
i just want to thank you much for the best srgan project i have ever try, man you are doing excllent upscal with excllent hallucinate texture detail, i donot know how your progect tak…
-
**Epoch [ 0/100] 49 time: 0.9090s, mse: 0.07975296
Traceback (most recent call last):
File "/home/hy/PycharmProjects/SRGAN-zsdonghao/main.py", line 316, in
train()
File "/home/hy/Pycha…
-
Hello, thanks for your work on this! I am trying to run one of the pretrained models (srresnet) on some sample images and have some questions:
1) do you think this will work directly on windows?? T…
-
Hi I am new to this and trying to figure out how to apply to a sample image. I am receiving the following error;
```
$ python sr.py --file image001.png --dataset yang_bsd_4 --filters_decay_gamma 1…
-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
@brade31919 , I am having troubles install this project properly.
I tried to force tensorflow 1.0, and 1.2 via `sudo pip install tensorflow-gpu==1.0.0` & `sudo pip install tensorflow-gpu==1.2`
…
-
So I have managed to get the test script running without dependency errors which is awesome for my standards but instead I get a directory error.
This is the terminal output. The test_SRGAN.sh script…