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๏ƒ