Hi!
I tried to replicate the eICU experiments with the descretize option turned off, but got an error in the FIDDLE code saying "TypeError: bad operand type for unary ~: 'float' ". I adjusted the FIDDLE code and eventually it worked, but then I got a dimension error in the process of training the CNN, where it said that matrix 1 could not multiply with matrix 2 because they were not the right shape.
Do you have any idea in what direction I could go to fix this problem? Thank you so much!