You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: