shy19960518

Results 1 issues of shy19960518

Here is the time embedding code in the TimestepEmbedder() class in model.py ## at the top of Dit class _embedding = torch.cat([torch.cos(args), torch.sin(args)], dim=-1)_ It seems to connect two tensors...