setvae icon indicating copy to clipboard operation
setvae copied to clipboard

why do you use ~x_mask here? "tdn = self.top_down((~x_mask).sum(-1), list(reversed(bup['features'])))"

Open Starry-lei opened this issue 1 year ago • 0 comments

tdn = self.top_down((~x_mask).sum(-1), list(reversed(bup['features'])))

Starry-lei avatar Jun 08 '24 14:06 Starry-lei