Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeyPaiK committed Jan 9, 2024
1 parent accc425 commit f5de7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ahcore/callbacks/h5_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ def _batch_end(
tile_size=tile_size,
tile_overlap=tile_overlap,
num_samples=num_samples,
progress=None,
color_profile=None,
is_compressed_image=False,
progress=None,
precision=InferencePrecision.UINT8,
)
new_process = Process(target=new_writer.consume, args=(self.generator(new_queue), child_conn))
Expand Down

0 comments on commit f5de7df

Please sign in to comment.