Giter Club home page Giter Club logo

Comments (5)

profitablealgos avatar profitablealgos commented on May 13, 2024

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

from model_search.

Xiaoping777 avatar Xiaoping777 commented on May 13, 2024

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

from model_search.

JoshuaMathew avatar JoshuaMathew commented on May 13, 2024

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?

from model_search.

Xiaoping777 avatar Xiaoping777 commented on May 13, 2024

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.

from model_search.

JoshuaMathew avatar JoshuaMathew commented on May 13, 2024

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.

from model_search.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.