add data_splitor, modify dataset and encoder
This commit is contained in:
@@ -17,6 +17,9 @@ class NBVReconstructionPipeline(nn.Module):
|
||||
|
||||
def forward(self, data):
|
||||
mode = data["mode"]
|
||||
# ----- Debug Trace ----- #
|
||||
import ipdb; ipdb.set_trace()
|
||||
# ------------------------ #
|
||||
if mode == namespace.Mode.TRAIN:
|
||||
return self.forward_train(data)
|
||||
elif mode == namespace.Mode.TEST:
|
||||
|
Reference in New Issue
Block a user