cran2367 / sgt

Sequence Graph Transform
104 stars 21 forks source link

Same sequence return different embeddings #12

Closed dennistamyf closed 1 year ago

dennistamyf commented 1 year ago

Thank you for your work.

I am currently running it on a dataset of around 6million rows, 6 alphabets. However, I get different embeddings even for the same sequence. Is it possible?

I can further supply information later.

Thanks!

cran2367 commented 1 year ago

Hi Dennis,

Thank you for reaching out. Sgt should not give different embeddings unless some parameter is changed. Can you give examples?

Thanks, Chitta

On Thu, Jun 8, 2023 at 1:48 PM Dennis @.***> wrote:

Thank you for your work.

I am currently running it on a dataset of around 6million rows, 6 alphabets. However, I get different embeddings even for the same sequence. Is it possible?

I can further supply information later.

Thanks!

— Reply to this email directly, view it on GitHub https://github.com/cran2367/sgt/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDSP3L4E23NVORLQC5GZOTXKI3BZANCNFSM6AAAAAAY7ZJWCQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

dennistamyf commented 1 year ago

Problem has been resolved. It was my own data merging problem not SGT's problem. Closing issue. Thank you!