项目文件夹

文件
VoVAllen 319118341d [Dataset] Change download repo link to https://data.dgl.ai (CDN) (#1175)
* change download link to cdn

* Update env_var.rst
2020-01-07 17:16:45 +08:00

24 行
814 B
ReStructuredText

Environment Variables
=====================
Backend Options
---------------
* ``DGLBACKEND``:
* Values: String (default='pytorch')
* The backend deep lerarning framework for DGL.
* Choices:
* 'pytorch': use PyTorch as the backend implentation.
* 'mxnet': use Apache MXNet as the backend implementation.
Data Repository
---------------
* ``DGL_REPO``:
* Values: String (default='https://data.dgl.ai/')
* The repository url to be used for DGL datasets and pre-trained models.
* Suggested values:
* 'https://data.dgl.ai/': DGL repo for Global Region.
* 'https://dgl-data.s3.cn-north-1.amazonaws.com.cn/': DGL repo for Mainland China
* ``DGL_DOWNLOAD_DIR``:
* Values: String (default="${HOME}/.dgl")
* The local directory to cache the downloaded data.