RohollahHS / BAD

The official Pytorch implementation of “BAD: Bidirectional Auto-regressive Diffusion for Text-to-Motion Generation”
30 stars 2 forks source link

Hello, in the paper, where is the Maskbook mentioned implemented in the code? How did you train this Maskbook? #4

Open caochengchen opened 3 weeks ago

caochengchen commented 3 weeks ago

Hello, in the paper, where is the Maskbook mentioned implemented in the code? How did you train this Maskbook?

RohollahHS commented 3 weeks ago

Hi. the Maskbook is just simply a nn.Embedding. It is defined here.