MCPcopy Create free account
hub / github.com/AIS-SNU/Smart-Infinity / flush

Method flush

deepspeed/monitor/tensorboard.py:54–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 self.summary_writer.flush()
53
54 def flush(self):
55 if self.enabled and self.summary_writer is not None and dist.get_rank() == 0:
56 self.summary_writer.flush()

Callers 9

get_from_cacheFunction · 0.80
log_rank_fileFunction · 0.80
run_experimentFunction · 0.80
print_tuning_resultsMethod · 0.80
run_ds_configMethod · 0.80
write_optimal_configMethod · 0.80
write_eventsMethod · 0.80

Calls 1

get_rankMethod · 0.45

Tested by

no test coverage detected