Vladimir Iglovikov

Results 192 comments of Vladimir Iglovikov

I tried to figure out what Unet's could be torchscripted with this script: ```python import time from pathlib import Path import segmentation_models_pytorch_3d as smp import torch from torch import nn...

Results: ```json [ { "encoder": "resnet18", "success": true, "error": null, "model_size": { "mb": 162.83, "bytes": 170741079, "human_readable": "162.83 MB" }, "trace_time": 2.22 }, { "encoder": "resnet34", "success": true, "error": null,...