White-box-Cartoonization icon indicating copy to clipboard operation
White-box-Cartoonization copied to clipboard

Re-making the model

Open shivamsouravjha opened this issue 4 years ago • 4 comments

I was trying to remake the model by TensorFlow 2.4 and bit easy to understand the format. I made the generator part. could you please help me with the training dataset?

also can you please guide me through the code as I'm finding it difficult to grasp.

here's a link to my trial: github link

shivamsouravjha avatar Oct 16 '20 19:10 shivamsouravjha

@lllyasviel could you please help me out as well? I really want to do the code implementation!

shivamsouravjha avatar Oct 17 '20 07:10 shivamsouravjha

@shivamsouravjha https://drive.google.com/file/d/10SGv_kbYhVLIC2hLlz2GBkHGAo0nec-3/view?usp=sharing for dataset, please try this. For code, I have no experience on tensorflow 2.x. There'is a pytorch version, but the effect is sub-optimal. I will try to find some time clean and upload them.

SystemErrorWang avatar Oct 18 '20 04:10 SystemErrorWang

@SystemErrorWang @lllyasviel @shivamsouravjha Why disc_bn,disc_sn etc are used. Also could you give a brief overview of what the code in the selective_Search folder performs?

ntbk1919 avatar Nov 03 '20 02:11 ntbk1919

@ntbk1919 disc_sn is used in training the model, while disc_bn is never used, I just forgot to delete them

SystemErrorWang avatar Nov 18 '20 03:11 SystemErrorWang