Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add integration testing to CUT & cycleGAN #13

Merged
merged 5 commits into from
Jul 12, 2022
Merged

Conversation

Min-Sheng
Copy link
Collaborator

As the discussion in this issues, the changes in this PR are:

  1. Add integration testing to CUT models for either IN or KIN layer.
  2. Add integration testing to cycleGAN models for either IN or KIN layer.

All test cases were passed in my local environment with GPU.

from PIL import Image
from torch.utils.data import DataLoader
from torchvision.utils import make_grid
from utils.dataset import XInferenceDataset
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+blank line

from models.model import get_model
from PIL import Image
from torch.utils.data import DataLoader
from torchvision.utils import make_grid
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+blank line

@Kaminyou Kaminyou merged commit 2d3ea47 into main Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants