debug
This commit is contained in:
parent
102595c040
commit
67b18f082c
@ -2,3 +2,4 @@
|
||||
================ Training Loss (Sun Feb 23 15:52:29 2025) ================
|
||||
================ Training Loss (Sun Feb 23 16:00:07 2025) ================
|
||||
================ Training Loss (Sun Feb 23 16:02:40 2025) ================
|
||||
================ Training Loss (Sun Feb 23 16:05:19 2025) ================
|
||||
|
||||
Binary file not shown.
@ -405,6 +405,7 @@ class RomaUnsbModel(BaseModel):
|
||||
self.mutil_real_A0_tokens = self.netPreViT(real_A0, self.atten_layers, get_tokens=True)
|
||||
self.mutil_real_A1_tokens = self.netPreViT(real_A1, self.atten_layers, get_tokens=True)
|
||||
|
||||
print(self.mutil_real_A0_tokens)
|
||||
self.mutil_real_A0_tokens = torch.tensor(self.mutil_real_A0_tokens, device=self.device)
|
||||
self.mutil_real_A1_tokens = torch.tensor(self.mutil_real_A1_tokens, device=self.device)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user