Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cache
Function · 0.80
log_rank_file
Function · 0.80
run_experiment
Function · 0.80
print_tuning_results
Method · 0.80
model_info_profile_run
Method · 0.80
run_tuning_micro_batch_sizes
Method · 0.80
run_ds_config
Method · 0.80
write_optimal_config
Method · 0.80
write_events
Method · 0.80
Calls
1
get_rank
Method · 0.45
Tested by
no test coverage detected