analysiscenter / cardio

CardIO is a library for data science research of heart signals
https://analysiscenter.github.io/cardio/
Apache License 2.0
248 stars 78 forks source link

Cardio with TF 1.14 #32

Closed AnoopRKulkarni closed 4 years ago

AnoopRKulkarni commented 5 years ago

Hi,

I am running Cardio dirichlet_model with Tensorflow 1.14. While there are many warnings (which can be fixed), I am not going past test pipeline with the following error.

ValueError: Cannot feed value of shape (4, 1) for Tensor 'DirichletModel/targets:0', which has shape '(?, 2)'

I have not made any changes to the code in the dirichlet_model Python notebook and trying to run it as is..How do I fix this?

Many thanks ~anoop