DAU-ConvNet icon indicating copy to clipboard operation
DAU-ConvNet copied to clipboard

Encounter error when applying DAU_Conv

Open GWwangshuo opened this issue 5 years ago • 1 comments

I try to modify ASPP to a DAU_Conv layer with 6 units. However, when I run the code, it gives me the following error.

terminate called after throwing an instance of 'DAUConvNet::DAUException' what(): ASSERT ERROR: misaligned address

I am using your compiled dau_conv-1.0_TF1.13.1-cp35-cp35m-manylinux1_x86_64.whl file for installing tensorflow and my cuda version is 10.0. Could you please give me some hints about what happens here for my case?

GWwangshuo avatar Apr 29 '19 02:04 GWwangshuo