def post_ph_execution(self, ph):
self.write_start_in(ph)
# Write this file again now that we have weights
# and variable starts
self.write_input2sip(ph)
#sipout = 'sipout_good'
#os.system('rm -rf '+sipout)
#os.system(_ddsip_exe+' < 2sip')
#assert os.path.exists(sipout) and os.path.isdir(sipout)
#assert os.path.exists(os.path.join(sipout,'solution.out'))
#self._load_ddsip_solution(ph, os.path.join(sipout,'solution.out'))
评论列表
文章目录