"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "1a8e0c00a9de0234ea01fa09db4aca2e60f4ee0f"
Unverified Commit 349a48bd authored by Joseph Spisak's avatar Joseph Spisak Committed by GitHub
Browse files

Update README.md (#1306)

parent 1c4bfb62
...@@ -87,7 +87,7 @@ class GATLayer(nn.Module): ...@@ -87,7 +87,7 @@ class GATLayer(nn.Module):
``` ```
## Performance and Scalability ## Performance and Scalability
**Microbenchmark on speed and memory usage**: While leaving tensor and autograd functions to backend frameworks (e.g. PyTorch, MXNet, and TensorFlow), DGL aggressively optimizes storage and computation with its own kernels. Here's a comparison to another pupular package -- PyG. The short story is that raw speed is similar, but DGL has much better memory management. **Microbenchmark on speed and memory usage**: While leaving tensor and autograd functions to backend frameworks (e.g. PyTorch, MXNet, and TensorFlow), DGL aggressively optimizes storage and computation with its own kernels. Here's a comparison to another popular package -- PyG. The short story is that raw speed is similar, but DGL has much better memory management.
| Dataset | Model | Accuracy | Time <br> PyG &emsp;&emsp; DGL | Memory <br> PyG &emsp;&emsp; DGL | | Dataset | Model | Accuracy | Time <br> PyG &emsp;&emsp; DGL | Memory <br> PyG &emsp;&emsp; DGL |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment