helper.py 文件源码

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

项目:CNN_LSTM_CTC_Tensorflow 作者: watsonyanghx 项目源码 文件源码
def load_data(file_to_read):
    """Load X_train/y_train/X_val/y_val/X_infer for further
       processing (e.g. make input queue of tensorflow).

    Args:
        file_to_read:
    Returns:
        X_train/y_train/X_val/y_val/X_infer.
    """

    data = np.recfromtxt(file_to_read)
    data = np.asarray(data)

    return data
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号