Abhishek G

Results 8 comments of Abhishek G

Hey @JustinasLekavicius thank you for replying to my issue. I am using CycleGAN for training purpose is to denoise the image. However I have the pre trained weight which works...

import torch from models.networks import define_G from PIL import Image from torchvision import transforms from IPython.display import display # Define the generator model generator = define_G(input_nc=3, output_nc=3, ngf=64, netG='resnet_9blocks', norm='instance',...

Hi Folks I admire the work of @iiLaurens and appreciate the team. However I'm find error as below. Please I request any of you to resolve this issues it would...

Could you please elaborate my friend

with the given coordinate how to extract the table image?

@Quanult Hi thanks for the reply. I am able to run it on google colab but no idea how to integrate it as modular structure in VScode

Hi Folks, greetings of the day to y'all. I have successfully tried to run the code in the notebook with adding few other functionality to it and it works fantastic...