Skip to content

Instantly share code, notes, and snippets.

View BloodAxe's full-sized avatar
🇺🇦
Keep calm and love Ukraine

Eugene Khvedchenya BloodAxe

🇺🇦
Keep calm and love Ukraine
View GitHub Profile
from collections import OrderedDict
from functools import partial
from typing import Union, List, Dict, Tuple, Type
from pytorch_toolbelt.modules import (
conv1x1,
UnetBlock,
ACT_RELU,
ABN,
ACT_SWISH,