conformer icon indicating copy to clipboard operation
conformer copied to clipboard

Example in README doesn't work

Open Akababa opened this issue 2 years ago • 0 comments

I'm not sure, but I think these are the right replacement kwargs:

model = Conformer(dim=dim,
                  dim_head=32,
                  depth=3).to(device)

Akababa avatar Jan 16 '24 21:01 Akababa