gaur3009 commited on
Commit
be3d161
·
verified ·
1 Parent(s): ed2f309

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ class PointCloudEncoder(nn.Module):
63
  ])
64
  self.lin_global = nn.Linear(64, 128)
65
 
66
- def forward(self, x):
67
  x = self.transform_net(x)
68
 
69
  for i, conv in enumerate(self.convs):
 
63
  ])
64
  self.lin_global = nn.Linear(64, 128)
65
 
66
+ def forward(self, x):
67
  x = self.transform_net(x)
68
 
69
  for i, conv in enumerate(self.convs):