Skip to content

Commit 20faa24

Browse files
committed
Add the size thing
1 parent 6c6f7b5 commit 20faa24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def main():
4646
data_path=args.datafolder,
4747
transform=transform,
4848
download=args.download_data,
49+
val_size=args.val_size,
4950
)
5051

5152
metrics = MetricWrapper(*args.metric, num_classes=traindata.num_classes)

0 commit comments

Comments
 (0)