Skip to content

Commit

Permalink
Added upsample_kwargs argument to UNetDecoder
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodAxe committed Jan 9, 2024
1 parent 504259e commit 7014381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_toolbelt/modules/decoders/unet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import List, Union, Type, Tuple
from typing import List, Union, Type, Tuple, Mapping

import torch
import logging
Expand Down

0 comments on commit 7014381

Please sign in to comment.