shiqi1994

Results 7 issues of shiqi1994

Here is part of the error messages : `19-06-06 16:34:38.242 - INFO: Loading pretrained model for G [/home/sqtang/.config/spyder-py3/ESRGAN/experiments/pretrained_models/RRDB_ESRGAN_x4.pth] ... Traceback (most recent call last): File "train.py", line 173, in main()...

Hi! Xu, I am quite confused about the detailed structure of Dense-Unet in your work. Is that the same network as ‘Fully Dense UNet for 2D Sparse Photoacoustic Tomography Artifact...

Hi! I test my trained model(x4) and your pertained model(x2 x4 x8) which of type 'DBPN-RES-MR64-3' on Set5. But I got results like this: ![image](https://user-images.githubusercontent.com/29888924/60488440-964ae000-9cd4-11e9-9432-02726fbdd051.png) Here is my test settings:...

`parser.add_argument('--patch_size', type=int, default=40, help='Size of cropped HR image')` I read the code of functions related to this argument, Is 'patch_size' the size of the net input? For example, for DBPNx4...

May I ask how to do the visualization for the result? Thank you very much. :)

Firstly, I would like to thank you for your great work!! I have some trouble in generating multiple frames of DM shape images, **here is my code:** ``` import soapy...

I modify the parameter in the file named 'train_SRFBN_example.json': `"gpu_ids": [0],` but when I start training process, it use my all GPUs. How can I deal with this? Your early...