Update deformes4D_engine.py
Browse files- deformes4D_engine.py +1 -5
deformes4D_engine.py
CHANGED
|
@@ -185,11 +185,7 @@ class Deformes4DEngine:
|
|
| 185 |
tensors_para_concatenar.append(tensor_on_target_device)
|
| 186 |
|
| 187 |
processed_latents = torch.cat(tensors_para_concatenar, dim=2)
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
|
| 193 |
# [CORREÇÃO 2] Referência correta da variável no log
|
| 194 |
logger.info(f"Concatenação concluída. Shape final do tensor latente: {processed_latents.shape}")
|
| 195 |
|
|
|
|
| 185 |
tensors_para_concatenar.append(tensor_on_target_device)
|
| 186 |
|
| 187 |
processed_latents = torch.cat(tensors_para_concatenar, dim=2)
|
| 188 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| 189 |
# [CORREÇÃO 2] Referência correta da variável no log
|
| 190 |
logger.info(f"Concatenação concluída. Shape final do tensor latente: {processed_latents.shape}")
|
| 191 |
|