When building the DANN model in dann.py an error occured at the third layer:
TypeError: Expected int32 passed to parameter 'size' of op 'Slice', got [64.0, -1] of type 'list' instead. Error: Expected int32, got 64.0 of type 'float' instead.
I use the example_dann.py file and therefore the default data from data.py so i have no expectations why this error occurs. Can anyone please help?
When building the DANN model in dann.py an error occured at the third layer:
TypeError: Expected int32 passed to parameter 'size' of op 'Slice', got [64.0, -1] of type 'list' instead. Error: Expected int32, got 64.0 of type 'float' instead.
I use the
example_dann.py
file and therefore the default data fromdata.py
so i have no expectations why this error occurs. Can anyone please help?