summaryrefslogtreecommitdiff
path: root/src/text_recognizer/networks/stn.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/text_recognizer/networks/stn.py')
-rw-r--r--src/text_recognizer/networks/stn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_recognizer/networks/stn.py b/src/text_recognizer/networks/stn.py
index b031128..e9d216f 100644
--- a/src/text_recognizer/networks/stn.py
+++ b/src/text_recognizer/networks/stn.py
@@ -13,7 +13,7 @@ class SpatialTransformerNetwork(nn.Module):
Network that learns how to perform spatial transformations on the input image in order to enhance the
geometric invariance of the model.
- # TODO: add arguements to make it more general.
+ # TODO: add arguments to make it more general.
"""