Jiu XU

Results 73 comments of Jiu XU

@surajitsaikia27 @ratsuki Please refer to the matlab code [here](https://github.com/twtygqyy/pytorch-LapSRN/blob/master/Test/generate_test_mat.m)

@Kaixhin Thanks for the suggestions, I will take a look and have a try.

@CasdDesnDR I updated the code for content loss support.

Hi, since the model is trained for fixed upscale factor of 4, if you want to use it for other scales, you will have to train with different scales. Another...

Hi @AlbertZhangHIT I didn't update the params in VGG network, just apply the loss for back propagating the sr network.

@Alxemade https://github.com/twtygqyy/pytorch-SRResNet/blob/srgan/main_srgan.py#L211

hi @oneTaken the model folder does contain two pre-trained model, please check the ReadMe, thank you.

Hi @chenqi008, I used the default settings in my code. What kind of dataset did you applied for training? Also, could you show me the performance of the model you...

Hi @chenqi008, normally I used the last check point, there might be some variations among the check points before you finish the training, but only slightly difference. About the performance,...

Hi @IanYeung. Since rotation/flipping are applied as augmentation, and the patch is in squared shape, it actually makes not difference between (N, C, W, H) and (N, C, H, W)....