main.py 文件源码

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

项目:Food-Classification 作者: Tkd-Alex 项目源码 文件源码
def display_img_and_representation(x, y, pathimage, y_etichetta):


    print y[y_etichetta]

    img = sio.imread(pathimage)

    plt.figure(figsize=(12,4))

    plt.subplot(1,2,1)
    plt.imshow(img)

    plt.subplot(1,2,2)
    plt.plot(x)

    plt.show()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号