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?
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 addressI am using your compiled
dau_conv-1.0_TF1.13.1-cp35-cp35m-manylinux1_x86_64.whlfile for installing tensorflow and my cuda version is 10.0. Could you please give me some hints about what happens here for my case?