Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Arno1235 committed Mar 20, 2023
1 parent b2b2f33 commit fd8de7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def pred_image(self, image_in, checkpoint_path, num):
def dice_eval(self, dataset_validation, checkpoint_path):
#self.checkpoint = tfe.Checkpoint(model=self.model.net)
self.checkpoint = tf.train.Checkpoint(model=self.model.net)
# self.checkpoint.restore(checkpoint_path) # TEST
self.checkpoint.restore(checkpoint_path)
v_size = dataset_validation.size()

dice = []
Expand Down

0 comments on commit fd8de7e

Please sign in to comment.