Skip to content

Commit 8f22c79

Browse files
committed
Update DataAugmentations dependency
1 parent 35e8bf6 commit 8f22c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DataAugmentation = "88a5189c-e7ff-4f85-ac6b-e6158070f02e"
1919
ImageNetDatasetDataAugmentationExt = "DataAugmentation"
2020

2121
[compat]
22-
DataAugmentation = "0.2"
22+
DataAugmentation = "0.3"
2323
DataDeps = "0.7"
2424
ImageCore = "0.10"
2525
JpegTurbo = "0.1"

src/imagenet.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function ImageNet(
147147
elseif split == :test
148148
paths = get_file_paths(joinpath(root_dir, test_dir))
149149
@assert length(paths) == TESTSET_SIZE
150-
else
150+
else
151151
throw(ArgumentError("Unknown split :$split"))
152152
end
153153
targets = [metadata["wnid_to_label"][wnid] for wnid in get_wnids(paths)]

0 commit comments

Comments
 (0)