You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Move trajectory data (px0, x_t, seq, plddt) to CPU immediately after
each denoising step instead of accumulating on GPU. This frees GPU
memory for the next forward pass, reducing peak memory usage
proportional to the number of diffusion steps.
- Remove two unused ComputeAllAtomCoords() instantiations in
get_next_ca() and get_next_pose() that were created every timestep
but never referenced, wasting memory and compute.
0 commit comments