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
Originally posted by karthi0804 May 18, 2021
I am using 1.3.0 version. I wanted to just log the gpu memory at all time steps. So I enabled log_gpu_memory='all' and log_every_n_steps=1. I couldn't find the gpu logging for steps. But If I log the train loss on steps, I can see the gpu logging at each steps. Is this how it is intended to work? I expect that gpu logging should be independent of self.log().
The text was updated successfully, but these errors were encountered:
Discussed in #7582
Originally posted by karthi0804 May 18, 2021
I am using 1.3.0 version. I wanted to just log the gpu memory at all time steps. So I enabled
log_gpu_memory='all'
andlog_every_n_steps=1
. I couldn't find the gpu logging for steps. But If I log the train loss on steps, I can see the gpu logging at each steps. Is this how it is intended to work? I expect that gpu logging should be independent of self.log().The text was updated successfully, but these errors were encountered: