Skip to content

Commit

Permalink
fixed for CNN 2D pre-processing
Browse files Browse the repository at this point in the history
  • Loading branch information
RRobert92 committed Aug 19, 2023
1 parent f3a537c commit 7bcf26e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tardis_pytorch/utils/predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def build_NN(self, NN: str):
)
else:
self.cnn = Predictor(
checkpoint=self.checkpoint[0],
network="fnet",
subtype="32",
model_type="cryo_mem",
Expand All @@ -315,6 +316,7 @@ def build_NN(self, NN: str):

# Build DIST network with loaded pre-trained weights
self.dist = Predictor(
checkpoint=self.checkpoint[0],
network="dist",
subtype="triang",
model_type="s3dis",
Expand Down

0 comments on commit 7bcf26e

Please sign in to comment.