MCPcopy Create free account
hub / github.com/DragonisCV/RAM / get_current_log

Method get_current_log

ram/models/base_model.py:85–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 net_g_ema_params[k].data.mul_(decay).add_(net_g_params[k].data, alpha=1 - decay)
84
85 def get_current_log(self):
86 return self.log_dict
87
88 def model_to_device(self, net):
89 """Model to device. It also warps models with DistributedDataParallel

Callers 1

train_pipelineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected