Skip to content
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

Open
guijuzhejiang opened this issue Mar 25, 2021 · 5 comments
Open

Could it search for models that use time series such as RNN #46

guijuzhejiang opened this issue Mar 25, 2021 · 5 comments

Comments

@guijuzhejiang
Copy link

hi,I want to know how to use it to search for LSTM and GRU models.

@guijuzhejiang guijuzhejiang changed the title Can itsearch for models that use time series such as RNN Could it search for models that use time series such as RNN Mar 25, 2021
@profitablealgos
Copy link

Yes, but you have to implement your own data provider class which outputs 3D Tensor.
I have tried, but not managed to do it because of my limited skills. But if you look at the example of the custom image data class, it should be possible to do something similar for timeseries

@Xiaoping777
Copy link

Xiaoping777 commented Mar 26, 2021

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:
ValueError: Cannot create a tensor proto whose content is larger than 2GB

updates:
(1) limits the dataset size as 10 to remove this issue at the moment.
(2) it looks like the RNN model output of each hidden unit of 512 time series , while I want to get the result of final output

@JoshuaMathew
Copy link

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:
ValueError: Cannot create a tensor proto whose content is larger than 2GB

updates:
(1) limits the dataset size as 10 to remove this issue at the moment.
(2) it looks like the RNN model output of each hidden unit of 512 time series , while I want to get the result of final output

@Xiaoping777 Could you share your code?

@Xiaoping777
Copy link

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:
ValueError: Cannot create a tensor proto whose content is larger than 2GB
updates:
(1) limits the dataset size as 10 to remove this issue at the moment.
(2) it looks like the RNN model output of each hidden unit of 512 time series , while I want to get the result of final output

@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.

@JoshuaMathew
Copy link

JoshuaMathew commented Jul 8, 2021

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:
ValueError: Cannot create a tensor proto whose content is larger than 2GB
updates:
(1) limits the dataset size as 10 to remove this issue at the moment.
(2) it looks like the RNN model output of each hidden unit of 512 time series , while I want to get the result of final output

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants