-
Notifications
You must be signed in to change notification settings - Fork 28
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
Do you have an input pipeline example #12
Comments
Is it something along the lines suggested in this Stanford Tutorial? https://cs230-stanford.github.io/tensorflow-input-data.html I'm new to Tensorflow so any additional pointers would be appreciated. |
Hi @cmlakhan, sorry for the unacceptably slow response! The latest version of MIDAS is now available here: https://github.com/MIDASverse/MIDASpy I hope the latest documentation helps clear up your issue, but if it doesn't feel free to file a new issue on the linked repo. Thanks! |
Thanks a bunch! Wow, didn't realize you guys did an overhaul of MIDAS.
Will definitely check it out.
…On Tue, Sep 29, 2020 at 7:07 AM Tom Robinson ***@***.***> wrote:
Hi @cmlakhan <https://github.com/cmlakhan>, sorry for the unacceptably
slow response! The latest version of MIDAS is now available here:
https://github.com/MIDASverse/MIDASpy
I hope the latest documentation helps clear up your issue, but if it
doesn't feel free to file a new issue on the linked repo.
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQMA5WJETWRZVNW36N5C53SIG5WZANCNFSM4HNO62AA>
.
|
I am going through your documentation but am still a little confused for how I would need to implement the input pipeline functionality if I want to stream in data. Say you have data stored in a large CSV that has been scaled as you have specified, how would you go about creating the input pipeline function? Do you have an example one can use?
The text was updated successfully, but these errors were encountered: