Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Ballarin <[email protected]>
  • Loading branch information
emaballarin committed Jun 9, 2024
1 parent 32576a9 commit 74e3037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foveatorch/modfoveate.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def forward(self, xinput: Tensor, fixation_pts: Tensor | None = None) -> Tensor:
)


class FovealPyramidBlur(nn.Module):
class FovealPyramidBlur(th.nn.Module):
def __init__(
self,
pyramid_level: int,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(fname):

setup(
name=PACKAGENAME,
version="0.1.5",
version="0.1.6",
author="Emanuele Ballarin",
author_email="[email protected]",
url="https://github.com/emaballarin/foveatorch",
Expand Down

0 comments on commit 74e3037

Please sign in to comment.