Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Cannot import name 'get_downsample_pad' #19

Description

@apyskir

Hi,
while trying to use UNet from scratch I get ImportError: cannot import name 'get_downsample_pad'.
This line https://github.com/neptune-ml/steppy-toolkit/blob/master/toolkit/pytorch_transformers/architectures/unet.py#L6:
from toolkit.pytorch_transformers.utils import get_downsample_pad, get_upsample_pad
should probably be changed to:
from toolkit.pytorch_transformers.architectures.utils import get_downsample_pad, get_upsample_pad

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions