Sync
This commit is contained in:
parent
da8287b7e8
commit
c74f4c7fb3
3 changed files with 17 additions and 9 deletions
|
|
@ -24,7 +24,6 @@ class STNet(nn.Module):
|
|||
_dummy_size_ = input_size
|
||||
|
||||
# shape checking
|
||||
print("STN: dummy_size {}".format(_dummy_size_))
|
||||
_dummy_x_ = torch.zeros(_dummy_size_)
|
||||
|
||||
# (3.1) Spatial transformer localization-network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue