Skip to content

Commit

Permalink
docs: bit misspell one comment gauge_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
guspan-tanadi authored Oct 3, 2023
1 parent b7f1209 commit 9105e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UV-Mapping/model/gauge_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def __init__(self, num_points_per_primitive, primitive_type="square",):
raise Exception("Unknown primitive type {}".format(primitive_type))
self.num_points_per_primitive = num_points_per_primitive

# Intialize deformation networks
# Initialize deformation networks
self.inverse_network = InverseNetwork(self.input_point_dim)
with torch.no_grad():
self.label = torch.zeros(num_points_per_primitive).long()
Expand Down

0 comments on commit 9105e6a

Please sign in to comment.