You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several functions in LazySlide accept parameters for accelerating model inference (amp, autocast_dtype, compile, compile_kws), but these are not consistently available across the full inference pipeline. Additionally, there are other well-established PyTorch acceleration techniques that could be integrated.
Several functions in LazySlide accept parameters for accelerating model inference (
amp,autocast_dtype,compile,compile_kws), but these are not consistently available across the full inference pipeline. Additionally, there are other well-established PyTorch acceleration techniques that could be integrated.tl.feature_extraction: Missingcompile,compile_kwstl.feature_aggregation: Missingcompile,compile_kwstl.tile_prediction: Missingcompile,compile_kwstl.text_embedding: Missingcompile,compile_kwstl.zero_shot_score: Missingamp,autocast_dtype,compile,compile_kwstl.slide_caption: Missingamp,autocast_dtype,compile,compile_kwstl.virtual_stain: Missingcompile,compile_kwstl.image_generation: Missingcompile,compile_kwsseg.cells: Missingcompile,compile_kwsseg.cell_types: Missingcompile,compile_kwsseg.tissue: Missingcompile,compile_kwsseg.artifact: Missingcompile,compile_kwsDataloader optimizations:
pin_meory=True?prefetch_factorto the user?persistent_workers=Truewhennum_workers > 0