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
When the CTC Pipeline fit() methods are called, they compile the model, overwriting the model variable, and clearing the distributed data parallel context. Thus, the model only runs on a single GPU even if multiple GPUs are visible to tensorflow.
When the CTC Pipeline fit() methods are called, they compile the model, overwriting the model variable, and clearing the distributed data parallel context. Thus, the model only runs on a single GPU even if multiple GPUs are visible to tensorflow.