Thanh Hau Nguyen
Results
2
issues of
Thanh Hau Nguyen
I found a variable *y* wasn't used in this line: https://github.com/pykao/BraTS2018-tumor-segmentation/blob/master/models/unet.py#L43 Could you consider this case?
In the code, the model is passed to Evaluation phase by using set_model() function: ```python def set_model(self, model): for callback in self.callbacks: callback.set_model(model) ```` Does it work correctly if we...