cnn_tensorflow.py 文件源码

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

项目:SmartSlam 作者: Oneiroe 项目源码 文件源码
def save_dataset(dataset, output_path):
    """ Save the whole dataset as pickle file
    :param dataset: pandas DataFrame
    :param output_path: path adn file name of output
    """
    logging.info('Saving dataset to pickle file :' + output_path)

    os.makedirs(os.path.dirname(output_path), exist_ok=True)
    pandas.to_pickle(dataset, output_path)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号