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