pytorch数据集国内镜像
Project description
PyTorch数据集国内镜像
一、使用方法
只需要在使用数据集之前导入torch_dataset_mirror
模块即可,如下:
import torch
import torch_dataset_mirror
import torchvision.datasets.mnist as mnist
train_dataset = mnist.MNIST("./data", train=True, download=True)
test_dataset = mnist.MNIST("./data", train=False, download=True)
二、使用其他镜像
要使用其他镜像,只需要修改PYTORCH_DATASET_MIRROR
环境变量即可,如下:
export PYTORCH_DATASET_MIRROR=http://192.168.0.100:8080
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file torch_dataset_mirror-0.1.0.tar.gz
.
File metadata
- Download URL: torch_dataset_mirror-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f4f01f33656d412549e24d6e4cd7c8b61d92edb5d774bdcfaded409afed2c60 |
|
MD5 | 6dc45f56ca3cd4df6d0db0bbdcb7ad9e |
|
BLAKE2b-256 | 311189770db228e60126f58a6972d139804862139e6d5a632bc9b84be3fbabd1 |
File details
Details for the file torch_dataset_mirror-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: torch_dataset_mirror-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e99250c2bedd132c869e641659ace626f1162b630e2613eabc255f1132eb93ba |
|
MD5 | ff6b09c0d64fdda8a1fcce6e317e9222 |
|
BLAKE2b-256 | 2c79a89851d67f314758d23de91da318857f576d5adefa1ed886a268072ad0a9 |