Andrei Ivanov

Results 28 issues of Andrei Ivanov

Implementation of converter for [`ops::SelectV2`](https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/select-v2) operation.

awaiting review
size:L
comp:gpu:tensorrt

- To check the input data type, we need to know which attribute of the node defines it. The op converter defines [NodeDefDataTypeAttributeName()](https://github.com/tensorflow/tensorflow/blob/c1ed80d5e26c54bae9ff54eeaf9810fe744fab15/tensorflow/compiler/tf2tensorrt/convert/op_converter.h#L87) to return the name of the attribute....

size:XS

Implement the ability to suppress/unsuppress messages sent to the logger. This feature can be very useful for suppressing error messages from tests that should fail.

awaiting review
ready to pull
size:M

The improvement of `TrtGraphConverterV2::_convert_to_tensor()` allows you to pass a single object that will be converted to a tensor. Before that function expected the input parameters to be a list, tuple,...

awaiting review
size:S
comp:gpu:tensorrt

## Description The following warning ``` tests/python/pytorch/graphbolt/test_minibatch.py:944 /opt/dgl/dgl-source/tests/python/pytorch/graphbolt/test_minibatch.py:944: PytestAssertRewriteWarning: assertion is always true, perhaps remove parentheses? assert ( ``` is fixed in `graphbolt/test_minibatch.py::test_to_pyg_data` test. ## Checklist Please feel free to...

## Description As suggested in the following warning: ``` tests/python/pytorch/nn/test_nn.py::test_group_rev_res[idtype0] /usr/local/lib/python3.10/dist-packages/dgl/nn/pytorch/conv/grouprevres.py:35: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class....

## Description The goal of this PR is to resolve the following 24 warnings that appear when running tests from `test_ondisk_dataset.py`: ``` tests/python/pytorch/graphbolt/impl/test_ondisk_dataset.py: 24 warnings /usr/local/lib/python3.10/dist-packages/dgl/graphbolt/impl/ondisk_dataset.py:260: DGLWarning: Edge feature is...

## Description The main goal of these changes is the elimination of the following 15 warnings: ``` The main purpose of these changes is to address the following 15 warnings:  ...

## Description This is a fix for [Issue#7406](https://github.com/dmlc/dgl/issues/7406): **Transformer example is dated and does not work with latest networkx** I just took this function from the previous version of **networkx**....