NifTK / NiftyNetModelZoo

[unmaintained] This repository hosts NiftyNet networks pre-trained for specific tasks
http://niftynet.io
Apache License 2.0
50 stars 26 forks source link

segmentation loss #15

Closed poorneshwaran closed 5 years ago

poorneshwaran commented 5 years ago

I have used your code from past week. It works good, recently i got error like "segmentation loss: Could not import object"dice" from "dense_vnet_abdominal_ct.dice_hinge". Module not found dense_vnet_abdominal_ct

python version =3.6 conda tensorflow 1.14 these are the package I'm using

wyli commented 5 years ago

Hi @poorneshwaran could you upload the exact error message? the previous version of "dense_vnet_abdominal_ct.dice_hinge" is not compatible with tensorflow 1.14, you can get the latest version by python net_download.py -r dense_vnet_abdominal_ct_model_zoo

poorneshwaran commented 5 years ago

Sorry I wrongly post the issue in NifTK/NiftyNetModelZoo instead NifTK/NiftyNet .