Skip to content

Commit a07e121

Browse files
committed
Change to fix_num_patches
Signed-off-by: Behrooz <[email protected]>
1 parent 8116255 commit a07e121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pathology/multiple_instance_learning/panda_mil_train_evaluate_pytorch_gpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def main_worker(gpu, args):
282282
RandGridPatchd(
283283
keys=["image"],
284284
patch_size=(args.tile_size, args.tile_size),
285-
num_patches=args.tile_count,
285+
fix_num_patches=args.tile_count,
286286
sort_key="min",
287287
pad_opts={"constant_values": 255},
288288
),

0 commit comments

Comments
 (0)