Skip to content

Commit

Permalink
port functional and consistency tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Feb 17, 2023
1 parent a9448c3 commit 085097e
Show file tree
Hide file tree
Showing 11 changed files with 693 additions and 718 deletions.
3 changes: 2 additions & 1 deletion test/builtin_dataset_mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
import numpy as np
import pytest
import torch
from datasets_utils import combinations_grid, create_image_file, create_image_folder, make_tar, make_zip
from common_utils import combinations_grid
from datasets_utils import create_image_file, create_image_folder, make_tar, make_zip
from torch.nn.functional import one_hot
from torch.testing import make_tensor as _make_tensor
from torchvision.prototype import datasets
Expand Down
Loading

0 comments on commit 085097e

Please sign in to comment.