Spaces:
Sleeping
Sleeping
Update tasks/image.py
Browse files- tasks/image.py +1 -1
tasks/image.py
CHANGED
@@ -154,7 +154,7 @@ async def evaluate_image(request: ImageEvaluationRequest):
|
|
154 |
# Update the code below to replace the random baseline with your model inference
|
155 |
#--------------------------------------------------------------------------------------------
|
156 |
|
157 |
-
dataloader = DataLoader(test_dataset, batch_size=
|
158 |
|
159 |
predictions = []
|
160 |
true_labels = []
|
|
|
154 |
# Update the code below to replace the random baseline with your model inference
|
155 |
#--------------------------------------------------------------------------------------------
|
156 |
|
157 |
+
dataloader = DataLoader(test_dataset, batch_size=32, shuffle=False)
|
158 |
|
159 |
predictions = []
|
160 |
true_labels = []
|