PyNET-Bokeh icon indicating copy to clipboard operation
PyNET-Bokeh copied to clipboard

Bokeh of Pytorch version?

Open Huang-yihao opened this issue 4 years ago • 3 comments

Will you provide Pytorch version of the code and model in the future?

Huang-yihao avatar May 25 '21 03:05 Huang-yihao

You can use the following PyTorch PyNET code, it requires just a few modifications at the top level.

aiff22 avatar Dec 17 '21 14:12 aiff22

I have trained on EBB dataset with Pytorch PyNET. Details: Training on level2, psnr on valid set(sampled some pic from ebb) can reach ~23. But on level1, psnr on same valid set only ~4. The result on visual set all white. Difference: I checked difference with tf-version, only find tf-version no instance normalization at level 1. So what's difference with tf-version, besides

SueeH avatar Mar 09 '22 11:03 SueeH

I have trained on EBB dataset with Pytorch PyNET. Details: Training on level2, psnr on valid set(sampled some pic from ebb) can reach ~23. But on level1, psnr on same valid set only ~4. The result on visual set all white. Difference: I checked difference with tf-version, only find tf-version no instance normalization at level 1. So what's difference with tf-version, besides

Do you have EBB dataset link? The official link is not provided now.

CaptainEven avatar Aug 24 '23 01:08 CaptainEven