UPIT icon indicating copy to clipboard operation
UPIT copied to clipboard

A fastai/PyTorch package for unpaired image-to-image translation.

Results 6 UPIT issues
Sort by recently updated
recently updated
newest added

I need to check if fastai's [multi-GPU support](https://docs.fast.ai/distributed) work with my package, and if not, what needs to be modified to get it to work. Additionally, I may need to...

enhancement

[This](http://upit-cyclegan.herokuapp.com/) Gradio demo should be transferred to HuggingFace Spaces now, now that it is the main place to freely host ML demos.

enhancement

I want to add support for metrics, and even potentially include some common metrics, like FID, mi-FID, KID, and segmentation metrics (for paired) etc. Additionally, monitoring the losses and metrics,...

enhancement

This is really great work! I noticed you appear to be using this code for creating new examples of pathology images. I am doing something similar, just not pathology. Let's...

Here are some tests of interest: - [ ] Test the loss (example fake and real images for the reconstruction loss and discriminator) - [ ] Check the batch independence...

enhancement

I am using this amazing code you have written for my job.I wanted to know how can I save the model and also how to use it for the prediction...would...