Skip to content

Commit

Permalink
Pconv
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Reina committed Dec 24, 2020
1 parent 5aab489 commit ee9de47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2D/model_pconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import os
import time
import shutil
import settings

import tensorflow as tf # conda install -c anaconda tensorflow

Expand Down Expand Up @@ -83,7 +84,6 @@ def __init__(self, channels_first=settings.CHANNELS_FIRST,
self.output_path = output_path
self.inference_filename = inference_filename

self.batch_size = batch_size

self.metrics = [self.dice_coef, self.soft_dice_coef]

Expand Down

0 comments on commit ee9de47

Please sign in to comment.