quanap5kr
Results
1
comments of
quanap5kr
Sorry, I have been missing this thread. This is the way I give it a try. ``` try { var checkpoint = checkpoint_management.latest_checkpoint(Model.ModelCheckPointSetting.Directory); if (!File.Exists($"{checkpoint}.meta")) { File.Copy(Path.Combine(Model.ModelCheckPointSetting.Directory, Model.ModelCheckPointSetting.Name) + ".meta",...