aniketkt / CTSegNet

CTSegNet is an end-to-end 3D segmentation package for large X-ray tomographic datasets using 2D fully convolutional neural networks (fCNN).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

None value not supported in DataFile.write_chunk

aniketkt opened this issue · comments

raises the following error when slice(0, None, None) is passed to write_chunk:

TypeError: %i format: a number is required, not NoneType

resolved.