-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
possible example of the sample data #2
Comments
Hi Zergxyz, Did you mange to get the coding running with any sort of data? I think I am having errors with code, which are not related to the input data. Some seems like related to typo, with missing 's' at the end of a variable. |
Hi RuoxiYu, |
I have the same issues. Without touching any data, even the simplest instantiation of the class M2M_RNN doesn't work out of the box.
or
The errors are simple to fix though...like wrong arguments order or typo but after 2-3 naive edits, they didn't go away and I do not know how deep is the rabbit hole. Maybe the author doesn't follow this repo anymore and therefore this issue has been left open since long. I have sent him a personal email. Let's see. |
I hadn't followed the repo in some time. So pardon the delay. A few comments. First the inputs should just 2D numpy arrays. The first index should give the time step and the second should give the features (within a time step). I haven't run the code in about 1-2 years so it's possible some changes in Theano have caused bugs? I'll look again soon when I can steal a few minutes. But likely the best thing to do is if citing this paper is to use the code from the followup work by my collaborator @turambar and colleagues who created an open benchmark: https://github.com/YerevaNN/mimic3-benchmarks Among other advantages, that code is not in Theano so it should age better since Theano development is officially discontinued. |
Hello Zack:
Thanks a lot for your sharing of this great work! Just wondering if you can share a small example of the sample data because I'm having difficulties in understanding the data format used by this LSTM model.Specifically, in your comments I got this
I'm confused about the third dimension and hopefully I can get a real sample based on above comments. Thanks a again for your grate work.
The text was updated successfully, but these errors were encountered: