Giter Site home page Giter Site logo

Comments (3)

JensBlack avatar JensBlack commented on June 15, 2024

The error did not occur when running the training with the demo file video-1-PE-seq.npy

from vame.

JensBlack avatar JensBlack commented on June 15, 2024

Thank you, Kevin. After the extensive search and the discussion with you via email, I was able to solve that issue.

Apparantly, I forgot to align my data egocentrical which started a whole barrage of problems. I tried several different approaches to rule out any conversion issues but could not find any.
It is weird that a different set of numbers creates that issue, but my transformed data is working.

I want to write down a few things from my search that were weird:
The File-PE-seq.npy file created by your demo code was structure the same, but was dtype object rather than float64.
I was able to create a training set with it which was dtype float64.
The content of the file was shaped like this:
[[546.5120849609375 545.6234741210939 544.8563232421875 ... 329.7113037109375 330.50433349609375 332.00457763671875], ...]
while the demo set only had rounded numbers like this:
[[150. 150. 150. ... 150. 150. 150.], ...]
Both are float and in the same range.

After transforming my original data, I ran in a totally new error that i will discuss in a seperate issue that is also connected to the values of the file. Very interesting!
Again, Thank you for the quick response.
I am still wondering what caused the error.

from vame.

pavolbauer avatar pavolbauer commented on June 15, 2024

Hi Jens,
Again, thans for trying out VAME and reporting on issues you found in the code!
The error in the SVD solver probably happened because the use of un-aligned marker time series produces a Z matrix that is ill-conditioned, i.e. contains values spaning many orders of magnitude.
We think about adding a check on the condition number of Z in a future release of VAME in order to ensure exception handling prior to the solver call. Thanks for pointing this out.
Best,
Pavol

from vame.

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.