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

Method save

ram/models/base_model.py:32–34  ·  view source on GitHub ↗

Save networks and training state.

(self, epoch, current_iter)

Source from the content-addressed store, hash-verified

30 pass
31
32 def save(self, epoch, current_iter):
33 """Save networks and training state."""
34 pass
35
36 def validation(self, dataloader, current_iter, tb_logger, save_img=False,test_num=-1,save_num=-1):
37 """Validation function.

Callers 3

train_pipelineFunction · 0.45
save_networkMethod · 0.45
save_training_stateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected