pytorch模型、数据集国内镜像
Project description
PyTorch模型、数据集国内镜像
一、使用方法
只需要在使用模型或数据集之前导入torchmirror.dataset或torchmirror.model模块即可,如下:
import torch
import torchvision.datasets.mnist as mnist
from torchmirror import dataset, model
train_dataset = mnist.MNIST("./data", train=True, download=True)
test_dataset = mnist.MNIST("./data", train=False, download=True)
二、使用其他镜像
要使用其他镜像,只需要修改PYTORCH_MODEL_MIRROR或PYTORCH_DATASET_MIRROR环境变量即可,如下:
export PYTORCH_MODEL_MIRROR=http://192.168.0.100:8080
export PYTORCH_DATASET_MIRROR=http://192.168.0.100:8080
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytorch_mirror-0.5.1.tar.gz
(4.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytorch_mirror-0.5.1.tar.gz.
File metadata
- Download URL: pytorch_mirror-0.5.1.tar.gz
- Upload date:
- Size: 4.3 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 |
7727244a67b513a36a33d2f6eba22e9247c72ba407921fc02e881d15fc6774a8
|
|
| MD5 |
7f3cc85f42e93a22dfe5d8b893404b87
|
|
| BLAKE2b-256 |
3e45df2b2e9a199225a8d5ea4dbf5b79d23a635b14145a75fbe32a9194aff759
|
File details
Details for the file pytorch_mirror-0.5.1-py3-none-any.whl.
File metadata
- Download URL: pytorch_mirror-0.5.1-py3-none-any.whl
- Upload date:
- Size: 12.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 |
cb0e3100735ffeca72329fb98ffab0fcd55e91719a409e10a020876cc83e3957
|
|
| MD5 |
06578e28ebfbced9c2502e3421a71af8
|
|
| BLAKE2b-256 |
b0879e37a6afa144fcbd211d024143944623a136b6572d24b8e2f5294eb052dc
|