KindleHe

Results 6 comments of KindleHe

> @QueeneTam As you mentioned, Gaussian Blur kernel is a matrix, with which one can **convolve** an image to obtain a blurred image. I am a student very interesting in...

@SeungHeonDoh Sure,I sen t a email to [email protected] just now. Thanks for your reply!

@opteroncx I am trying it. Thanks for your tips. Could you share more information about your training command?

@opteroncx thanks for your tips very on image displaying. I try to replace the code in line147-149 ``` img = np.uint8(img) im = Image.fromarray(img) im.save(out_path+name[:-4]+'.png') ``` with the following code:...

@opteroncx ``` Use div2k, Random rotate or flip the input matrix in dataloader (augmentation) train with 32x32 input for 200 epochs, set lr=1e-4 and decrease 10 times after 100 epochs....