Yyeese
Results
1
issues of
Yyeese
if global_step % self.save_step: 这么写岂不是每一步都在保存了 是不是想写 if global_step % self.save_step == 0: