-
Notifications
You must be signed in to change notification settings - Fork 458
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
Could it search for models that use time series such as RNN #46
Comments
Yes, but you have to implement your own data provider class which outputs 3D Tensor. |
I am trying to do so... still struggling on implementing the 2d dataset structure. I am using sub-word vec to present the sentence, the shape is (512, 768), currently got issue: updates: |
@Xiaoping777 Could you share your code? |
Sorry, I only implemented the DNN, and gave up the RNN (CNN) , maybe pickup later when I have some time. |
That's fine, can you still share the code that you have even even if doesn't give you the expected output. I'm also trying to work with a 2D dataset using but I haven't been able to get it running. |
hi,I want to know how to use it to search for LSTM and GRU models.
The text was updated successfully, but these errors were encountered: