erlendd / ddan

Deep domain adaptation networks (DDAN) library for Python with TensorFlow.
MIT License
71 stars 21 forks source link

DANN - error while model building #3

Open tobilab opened 4 years ago

tobilab commented 4 years ago

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?