Skip to content

Commit

Permalink
fix model mode
Browse files Browse the repository at this point in the history
  • Loading branch information
simongraham committed Dec 17, 2020
1 parent 6b8f01d commit 017fb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/hovernet/net_desc_fast.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class HoVerNet(Net):
"""Initialise HoVer-Net."""

def __init__(self, input_ch=3, nr_types=None, freeze=False):
super(NetDesc, self).__init__()
super().__init__()
self.freeze = freeze
self.nr_types = nr_types
self.output_ch = 3 if nr_types is None else 4
Expand Down

0 comments on commit 017fb51

Please sign in to comment.