mirror of
https://github.com/davrot/gevi.git
synced 2025-04-20 22:26:43 +02:00
Update stage_4_process.py
This commit is contained in:
parent
e53c8e9fdf
commit
ac2afc4cb9
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ def process_trial(
|
|||
volume_heartbeat_cpu, _, _ = torch.linalg.svd(
|
||||
heartbeat_ts.cpu(), full_matrices=False
|
||||
)
|
||||
volume_heartbeat = volume_heartbeat_cpu.to(heartbeat_ts.data, copy=True)
|
||||
volume_heartbeat = volume_heartbeat_cpu.to(heartbeat_ts.device, copy=True)
|
||||
del volume_heartbeat_cpu
|
||||
|
||||
volume_heartbeat = volume_heartbeat[:, 0]
|
||||
|
|
Loading…
Add table
Reference in a new issue