mnist_tools.py 文件源码

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

项目:unrolled-gan 作者: musyoku 项目源码 文件源码
def download_mnist_data():
    print("Downloading {} ...".format(train_images_filename))
    request.urlretrieve("{}/{}".format(parent, train_images_filename), train_images_filename)
    print("Downloading {} ...".format(train_labels_filename))
    request.urlretrieve("{}/{}".format(parent, train_labels_filename), train_labels_filename)
    print("Downloading {} ...".format(test_images_filename))
    request.urlretrieve("{}/{}".format(parent, test_images_filename), test_images_filename)
    print("Downloading {} ...".format(test_labels_filename))
    request.urlretrieve("{}/{}".format(parent, test_labels_filename), test_labels_filename)
    print("Done")
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号