Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.18 KB

env_var.rst

File metadata and controls

34 lines (30 loc) · 1.18 KB

Environment Variables

Global Configurations

  • DGLDEFAULTDIR:
    • Values: String (default=``"${HOME}/.dgl"``)
    • The directory to save the DGL configuration files.
  • DGL_LOG_DEBUG:
    • Values: Set to "1" to enable debug level logging for DGL
    • Enable debug level logging for DGL

Backend Options

  • DGLBACKEND:
    • Values: String (default='pytorch')
    • The backend deep learning framework for DGL.
    • Choices:
      • 'pytorch': use PyTorch as the backend implementation.
      • 'tensorflow': use Apache TensorFlow as the backend implementation.
      • 'mxnet': use Apache MXNet as the backend implementation.

Data Repository