Ashim Mahara

Results 16 comments of Ashim Mahara

Sorry for hijacking the thread but does the RandomLinkSplit perform splits on `edge_attr` and the label tensor `y` too? If yes, how do I access the edge attr? BTW my...

So how should I utilize the edge_label_index? I tried but the edge_level contains [0, 1] and edge_label_index contains [2, num_edges]. I am a bit confused as to how I can...

However, y is related to the edge_attr. As in `y = theta(edge_attr)`. So for each (source, edge_attr, destination), I would like to compute a label y. y could also be...

That works. Thanks! That needs to be saved. I could contribute to the docs but I don't know how to.

` RandomLinkSplit transform is primarily used for a Link Prediction Scenario whereby the task is to predict missing links in a graph.` at line 22. Thought it will be better...

Feel a bit stupid to open a PR for such a small commit. Are there any task boards I can view? I'll look if I can make any other contributions.

Okay. I'll see what I can do :)

`object-segmentation` is not available as a task. I assumed you mean `object-detection` instead and tried the command. Command: ``` optimum-cli export onnx --model SenseTime/deformable-detr --task object-detection detr_onnx/ ``` Error: ```...

Okay I'll try and status update here in ~3 days.

@fxmarty I Still had the same error when I added the configs and checked if it will then import the model with: `ORTModel.from_pretrained("../savedModels/deformable-detr/", from_transformers= True)`. Error: ``` 581 _C._jit_pass_inline_fork_wait(graph) 582...