Server computer has no internet

Hi,

I am implementing following the project: https://github.com/samottaghi/adversarial-representation-active-learning/tree/14b2d4d6e4e09fe8615d77ae43a9d0f2304a3d30
on the server, the internet is disabled for security reasons, how can I resolve the downloading issue for this project?

I have also tried by downloading the dataset on my personal computer and copy files on the server.

config.py:

data_root = 'data'

All data you need must be stored in data_root (default: data).

I did but still facing network error

Torchvision MNIST dataset doesn’t download archive files if they already exist:

data/MNIST/train-images-idx3-ubyte.gz
data/MNIST/train-labels-idx1-ubyte.gz
data/MNIST/t10k-images-idx3-ubyte.gz
data/MNIST/t10k-labels-idx1-ubyte.gz