NifTK / NiftyNet

[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
http://niftynet.io
Apache License 2.0
1.36k stars 403 forks source link

Modified tests to workaround TF #29439 issue and checked the compatibility with TF 1.13.1 and 1.14.0rc0 #411

Closed danieltudosiu closed 5 years ago

danieltudosiu commented 5 years ago

Modified the tests as a workaround the TF #29439 issue and modified t…he crf.py and misc_io.py to work with TF 1.13.1 and 1.14.0rc0.

Status

READY

Description

The aim of the branch was to solve the TF #29439 issue which was done by creating our own testing case class which inherits from the TF one and deletes the test_case method (bad oop design, but temporary).

Also, the codebase was tested against TF 1.13.1 and 1.14.0rc0 and the required changes to work were made.

Types of changes

Impacted Areas in Application

Nearly all tests CRF Layer misc_io.py

ericspod commented 5 years ago

It's failing 2 of the early stopping tests. @tomvars any idea?