--- license: apache-2.0 language: - en --- # DeeECG EfficientNet V2 Fine Tuned to detect AFIB at 5y Model compiled with JIT, To load use ``` import torch model = torch.jit.load(model_path) ```