Skip to content

self.time_matrix_K_emb #2

Open
Open
@youngzw

Description

@youngzw

self.time_matrix_K_emb = torch.nn.Embedding(self.item_num+1, args.hidden_units)

thx for your nice work about implementing 'TiSASRec' model with pytorch.
here is a issue: 'self.item_num+1' may be written in 'args.time_span+1', although with the condition of item_num > time_span , it will have no effect on the result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions