Usage ===== The unet package was designed to be easily used through the experiments. Here is an example of how you can import it .. code-block:: python from altametris.unet.model.unet import Unet model = Unet(encoder="resnet34", classes=1) Notes ----- For complete examples, take a look at the repository `unet-segrails `_