Triston
Triston
## Description ## This fix the error found in a object detection case with following error ``` Traceback (most recent call last): File "test_with_network.py", line 27, in print(arr) File "/opt/mxnet/python/mxnet/gluon/block.py",...
There is a missing at the end of 'utf8 with open('README.md',encoding='utf8) as readme:
## Description ## Checklist Please feel free to remove inapplicable items for your PR. - [x] The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]]) - [x]...
## 🔨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...
## 🔨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...
## 🔨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...
## 🔨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...
Runs the example under dgl/examples/multigpu/graphbolt, it shows a bit annoying ResourceWarning. ```bash python node_classification.py --gpu 0,1,2,3,4,5,6,7 ``` ```bash 16it [00:01, 12.86it/s] Epoch 00009 | Average Loss 1.1217 | Accuracy 0.6525...
Run the example in the `examples/multigpu/graphbolt` folder. It warns exapnadable_segments not supported. ```bash python node_classification.py ``` ```bash /usr/local/lib/python3.10/dist-packages/dgl/graphbolt/__init__.py:114: GBWarning: An experimental feature for CUDA allocations is turned on for better...