lstm.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:lain 作者: llllllllll 项目源码 文件源码
def save_path(self, path):
        self._model.save(path)
        self._feature_scaler.save_path(path.with_suffix('.feature_scaler'))

        with open(path.with_suffix('.pessimism'), 'wb') as f:
            np.savez(
                f,
                aim_pessimism_factor=self._aim_pessimism_factor,
                accuracy_pessimism_factor=self._accuracy_pessimism_factor,
            )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号