Maybe a small bug at magvit2_pytorch.py#L1236?
Closed this issue · 1 comments
AIWanderer-X commented
I noticed dim_cond
is added into FeedForward
with the block under elif layer_type == 'attend_time':
. Shouldn't it be added into the block under elif layer_type == 'cond_attend_space':
where dim_cond
is currently missing in FeeForward
?
lucidrains commented
@AIWanderer-X indeed! thank you again!