Skip to content

Commit

Permalink
Update transformation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ku21fan authored Jan 16, 2020
1 parent 382a9b5 commit 78d7ed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import torch.nn.functional as F
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')


class TPS_SpatialTransformerNetwork(nn.Module):
""" Rectification Network of RARE, namely TPS based STN """

Expand Down

0 comments on commit 78d7ed9

Please sign in to comment.