update some score function
This commit is contained in:
@@ -86,7 +86,7 @@ class Denoiser(nn.Module):
|
||||
"""
|
||||
def forward(self, x, e, node_mask, y, t, unconditioned):
|
||||
|
||||
print("Denoiser Forward")
|
||||
# print("Denoiser Forward")
|
||||
# print(x.shape, e.shape, y.shape, t.shape, unconditioned)
|
||||
force_drop_id = torch.zeros_like(y.sum(-1))
|
||||
# drop the nan values
|
||||
|
Reference in New Issue
Block a user