Giter Club home page Giter Club logo

Comments (7)

danpovey avatar danpovey commented on September 12, 2024

@naxingyu, do you have time for this? I know you've done a lot lately..

from kaldi.

naxingyu avatar naxingyu commented on September 12, 2024

I'll do this next week (this week on phone-topology).

from kaldi.

danpovey avatar danpovey commented on September 12, 2024

OK thanks-- check in with us when you've done the phone-topology thing
though, because @hainan-xv was considering doing it.

On Wed, Oct 28, 2015 at 10:28 PM, Xingyu Na [email protected]
wrote:

I'll do this next week (this week on phone-topology).


Reply to this email directly or view it on GitHub
#298 (comment).

from kaldi.

naxingyu avatar naxingyu commented on September 12, 2024

I'll create a interface for CuRowSparseMatrix similar to CuSparseMatrix.
Some basics are

  • return numbers
  • copy and swap functions
  • data accessors and randomizer
  • operators
  • read and write
  • a constructor from a SparseMatrix

Besides those, should I implement these?

  • sum
  • frobenius norm

And according to your design, I will add AddMatSmat as a member function
of CuMatrixBase, is that right?

Xingyu

On 10/29/2015 10:31 AM, Daniel Povey wrote:

OK thanks-- check in with us when you've done the phone-topology thing
though, because @hainan-xv was considering doing it.

On Wed, Oct 28, 2015 at 10:28 PM, Xingyu Na [email protected]
wrote:

I'll do this next week (this week on phone-topology).


Reply to this email directly or view it on GitHub
#298 (comment).


Reply to this email directly or view it on GitHub
#298 (comment).

from kaldi.

danpovey avatar danpovey commented on September 12, 2024

I'll create a interface for CuRowSparseMatrix similar to CuSparseMatrix.
Some basics are

  • return numbers
  • copy and swap functions
  • data accessors and randomizer
  • operators
  • read and write
  • a constructor from a SparseMatrix

sure.

Besides those, should I implement these?

  • sum
  • frobenius norm

only if you have time-- they might be useful for some diagnostics. but we
can always copy to CPU for this.

And according to your design, I will add AddMatSmat as a member function
of CuMatrixBase, is that right?

yes.
Dan

Xingyu

On 10/29/2015 10:31 AM, Daniel Povey wrote:

OK thanks-- check in with us when you've done the phone-topology thing
though, because @hainan-xv was considering doing it.

On Wed, Oct 28, 2015 at 10:28 PM, Xingyu Na [email protected]
wrote:

I'll do this next week (this week on phone-topology).


Reply to this email directly or view it on GitHub
<#298 (comment)
.


Reply to this email directly or view it on GitHub
#298 (comment).


Reply to this email directly or view it on GitHub
#298 (comment).

from kaldi.

naxingyu avatar naxingyu commented on September 12, 2024

It seems I should create a RowSparseMatrix class too? To handle the
non-cuda situation?

X.

On 11/04/2015 11:59 AM, Daniel Povey wrote:

I'll create a interface for CuRowSparseMatrix similar to CuSparseMatrix.
Some basics are

  • return numbers
  • copy and swap functions
  • data accessors and randomizer
  • operators
  • read and write
  • a constructor from a SparseMatrix

sure.

Besides those, should I implement these?

  • sum
  • frobenius norm

only if you have time-- they might be useful for some diagnostics. but we
can always copy to CPU for this.

And according to your design, I will add AddMatSmat as a member function
of CuMatrixBase, is that right?

yes.
Dan

Xingyu

On 10/29/2015 10:31 AM, Daniel Povey wrote:

OK thanks-- check in with us when you've done the phone-topology thing
though, because @hainan-xv was considering doing it.

On Wed, Oct 28, 2015 at 10:28 PM, Xingyu Na [email protected]
wrote:

I'll do this next week (this week on phone-topology).


Reply to this email directly or view it on GitHub

<#298 (comment)
.


Reply to this email directly or view it on GitHub

#298 (comment).


Reply to this email directly or view it on GitHub
#298 (comment).


Reply to this email directly or view it on GitHub
#298 (comment).

from kaldi.

danpovey avatar danpovey commented on September 12, 2024

Actually no, because the regular SparseMatrix class already stores its data
by row.
Dan

On Thu, Nov 5, 2015 at 4:09 AM, Xingyu Na [email protected] wrote:

It seems I should create a RowSparseMatrix class too? To handle the
non-cuda situation?

X.

On 11/04/2015 11:59 AM, Daniel Povey wrote:

I'll create a interface for CuRowSparseMatrix similar to
CuSparseMatrix.
Some basics are

  • return numbers
  • copy and swap functions
  • data accessors and randomizer
  • operators
  • read and write
  • a constructor from a SparseMatrix

sure.

Besides those, should I implement these?

  • sum
  • frobenius norm

only if you have time-- they might be useful for some diagnostics. but we
can always copy to CPU for this.

And according to your design, I will add AddMatSmat as a member
function
of CuMatrixBase, is that right?

yes.
Dan

Xingyu

On 10/29/2015 10:31 AM, Daniel Povey wrote:

OK thanks-- check in with us when you've done the phone-topology
thing
though, because @hainan-xv was considering doing it.

On Wed, Oct 28, 2015 at 10:28 PM, Xingyu Na <
[email protected]>
wrote:

I'll do this next week (this week on phone-topology).


Reply to this email directly or view it on GitHub

<#298 (comment)
.


Reply to this email directly or view it on GitHub

#298 (comment).


Reply to this email directly or view it on GitHub
<#298 (comment)
.


Reply to this email directly or view it on GitHub
#298 (comment).


Reply to this email directly or view it on GitHub
#298 (comment).

from kaldi.

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.