lazyslide.models.style_transfer.GigaTIME

lazyslide.models.style_transfer.GigaTIME#

class GigaTIME(model_path=None, token=None)#

Bases: StyleTransferModel

GitHub Paper Params: 9M FLOPs: 52.88G PROV-GIGATIME LICENSE [Valanarasu et al., 2025] Multimodal AI generates virtual population for tumor microenvironment modeling

check_input_tile(mpp, size_x=None, size_y=None)#

A helper function to check if the input tile size is valid.

Return True if the input tile size is valid. And the model will be executed. Add a warning here if the input is not optimal but still can be executed.