global_only: config

This commit is contained in:
2024-10-29 12:18:51 +00:00
parent f533104e4a
commit 2487039445
2 changed files with 1 additions and 21 deletions

View File

@@ -29,7 +29,6 @@ class NBVReconstructionPipeline(nn.Module):
self.eps = float(self.config["eps"])
self.enable_global_scanned_feat = self.config["global_scanned_feat"]
def forward(self, data):
mode = data["mode"]