mearcla

Results 7 comments of mearcla

Thank you so much for your reply, I am trying to adapt your code on my dataset, my dataset it look like this (consist of 7 columns and 1000 rows)  ...

This is all the code: ``` from keras import backend as K ###from keras.engine.topology import Layer original from keras.layers import Layer from keras.initializers import RandomUniform, Initializer, Constant import numpy as...

There is no answer!! :(

@sachinprasadhs , thank you for your answer. I used VGG16 with SRGAN to enhance the image and I repeated the channel 3 times but why it works without problem and...

@LeiaLi @adandian @liuyinglao @itboy2009 @JingyunLiang Please what is the difference between these models - classical/lightweight image SR - real-world image SR - grayscale/color JPEG compression artifact reduction Is the difference...

@DX3906ghh, Please I have question, I trained train_swinir_car_jpeg.json on my dataset, the model that I got are: - m1_E.pth - m2_G.pth - m3_optimizerG.pth What is the difference between them? and...