model_builder.py 文件源码

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

项目:plasma 作者: jnkh 项目源码 文件源码
def get_unique_id(self):
        num_epochs = self.conf['training']['num_epochs']
        this_conf = deepcopy(self.conf)
        #don't make hash dependent on number of epochs.
        this_conf['training']['num_epochs'] = 0
        unique_id =  hash(dill.dumps(this_conf))
        return unique_id
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号