HeZheng

Results 14 comments of HeZheng

Maybe this can help you. ``` echo -e "from src.default_config import *\r\n\r\n# ...custom constants here" > ./src/config.py ```

The error occurs when I test Flickr2K/Flickr2K/000001.png. Its size is 2040*1356. When I test another image with a smaller size (some size like 680 * 680), the code runs OK.

@Duke-Wyh thanks, but where to put tf.variable_scope(tf.get_variable_scope())?

@jiang2764 Did you solve this problem? I have the same problem. I used tensorflow 1.0.1.

this may help https://github.com/YearnyeenHo/text-to-image .

> * OS: ubuntu 16.04.10 > * PyTorch version: 1.0.1 > * How you installed PyTorch (conda, pip, source): conda > * Python version: 3.6.4 > * CUDA version: 9.0.176...

> @zhhezhhe Hi, it should jitter a bit because I used stabilization for post-processing. Thank you for the quick reply! I checked the readme and found about Postprocessing Details. You...

iter 510 || Loss: 8.8698 || Traceback (most recent call last): File "train.py", line 257, in train() File "train.py", line 184, in train 'append', epoch_size) File "train.py", line 122, in...

> I think maybe no need to use GPU for testing. Put CUDA_VISIBLE_DEVICES="" before the test command. Yes, but the speed will be slow.