PConv-Keras icon indicating copy to clipboard operation
PConv-Keras copied to clipboard

questions about step3 training on single image

Open ianyhx opened this issue 5 years ago • 2 comments

@MathiasGruber Thank you very much for your excellent code! I have come up against some problems when running your code in Step 3, about training UNet on single image. I've downloaded your pretrained VGG weights and put it in model. However, I found the loss decrease very slow, and the predicted image seems not right.

Epoch 1/10 2000/2000 [==============================] - 1239s 619ms/step - loss: 5.1134 - PSNR: 11.9789 1

Epoch 2/10 2000/2000 [==============================] - 1226s 613ms/step - loss: 2.8002 - PSNR: 16.5682 2

Epoch 3/10 2000/2000 [==============================] - 1231s 616ms/step - loss: 2.2371 - PSNR: 19.1468 3

Is there some wrong with my implementation?

ianyhx avatar Mar 07 '19 02:03 ianyhx

Are you training on your own training set?Where can I download the training model?thank you

SunnyPann avatar May 13 '19 13:05 SunnyPann

I have had the same situation, have you find out why or solved this problem?

zjlinkin avatar Jul 23 '19 02:07 zjlinkin