We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5430fd9 commit 090a506Copy full SHA for 090a506
tests/test_dataloaders.py
@@ -36,4 +36,4 @@ def test_load_data(data_name, expected):
36
assert isinstance(dataset[0][0], torch.Tensor)
37
assert isinstance(
38
dataset[0][1], (int, torch.Tensor, np.ndarray)
39
- ) # Should probably restrict this to only int or one-hot encoded tensor or array for consistency.
+ ) # Should probably restrict this to only int or one-hot encoded tensor or array for consistency.
0 commit comments