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

What are the parameters that you are passing to the dau_conv2d / DAUConv2d function ?

Are you also getting the same problem if running the unit test ?

You can run unit test by calling: python DAU-ConvNet/plugins/tensorflow/tests/dau_conv_test.py DAUConvTest.test_DAUConvQuick

skokec avatar Apr 29 '19 10:04 skokec