43 lines
911 B
Markdown
43 lines
911 B
Markdown
---
|
|
name: "\U0001F41B Bug Report"
|
|
about: Submit a bug report to help us improve DGL
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## 🐛 Bug
|
|
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
## To Reproduce
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
1.
|
|
1.
|
|
1.
|
|
|
|
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
|
|
|
|
## Expected behavior
|
|
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
## Environment
|
|
|
|
- DGL Version (e.g., 1.0):
|
|
- Backend Library & Version (e.g., PyTorch 0.4.1, MXNet/Gluon 1.3):
|
|
- OS (e.g., Linux):
|
|
- How you installed DGL (`conda`, `pip`, source):
|
|
- Build command you used (if compiling from source):
|
|
- Python version:
|
|
- CUDA/cuDNN version (if applicable):
|
|
- GPU models and configuration (e.g. V100):
|
|
- Any other relevant information:
|
|
|
|
## Additional context
|
|
|
|
<!-- Add any other context about the problem here. -->
|