Even

Results 11 comments of Even

Hi, I think the model size is less than the original paper is because we cut off the full-connected layers. (We use up to conv4_1 layer of VGG-19). As for...

@eridgd Thank you very much for your reply! In that case, I think I can use the original VGG-network to re-implement it... Thanks again ! I will check your code...

I also need the Pretrained Keras model. Can you kindly provide it so I can give a try? Best Regards!

> @wangyifenggg . Yes . I trained with high resolution image and low resolution with JEPG noise images. This problem has been resolved. hi @wangyifenggg does the SRGAN model can...

> Hi, > > the first few epochs (~20) you might want to train the model only with the MAE instead than adversarial loss (maybe without adding noise?). > There...

@cfrancesco Hi cfrancesco, My idea is to train a model that can resize images to any size. To achieve this, during the training phase, I would like to train an...

haha @cfrancesco , you are right !!! Upscale image to a larger size and then downscaling it would be a better idea! But the speed of the model could still...

> hello. > the vad4j can only run in osx and linux? > can you add the support for windows? > thank you. > have a nice day. hi, i...

> I want to try ur implementation of arbitrary neural style transfer but cant find the link for normalized VGG-19 model .please help Try this link: https://github.com/JunbinWang/pretrained-models/tree/master/models/style_transfer_models_and_examples If this project...