How to get the node name mapping between FX and ONNX as far as possible?
|
|
0
|
480
|
January 12, 2024
|
Type demotion in pytorch
|
|
0
|
240
|
December 5, 2023
|
How to add/del/replace/fuse operators in torch.nn.module?
|
|
0
|
375
|
November 30, 2023
|
Fx cannot trace some BERT models
|
|
3
|
1338
|
November 27, 2023
|
How do I place torch.fx.Node on different gpu
|
|
0
|
253
|
November 24, 2023
|
How can I get the input_shape and output_shape of each node of graph traced by torch.fx
|
|
2
|
620
|
November 8, 2023
|
How can I insert a node of built-in call_function type into fx.graph.Graph?
|
|
2
|
1814
|
November 7, 2023
|
Many AsStridedBackward0 during the backward
|
|
5
|
595
|
October 30, 2023
|
Replace node error in torch.fx tutorial
|
|
2
|
1183
|
October 18, 2023
|
Extract layer parameters
|
|
3
|
1706
|
October 3, 2023
|
Any / Oneof patterns for SubgraphMatcher
|
|
0
|
394
|
September 15, 2023
|
What's the difference between symbolic_trace and Tracer
|
|
1
|
1183
|
September 14, 2023
|
Creating a GraphModule from FX Graph
|
|
0
|
796
|
August 29, 2023
|
Can we benefit from fx.graph in different language (different framework)?
|
|
5
|
967
|
August 18, 2023
|
Symbolically trace LSTM layers
|
|
2
|
504
|
June 23, 2023
|
What's the recommended way to achieve asynchronicity for dynamo backend?
|
|
2
|
1238
|
May 8, 2023
|
Extract graph for editing
|
|
2
|
832
|
April 19, 2023
|
Torch.fx.symbolic_trace removes some of the keys from module state_dict
|
|
3
|
691
|
April 19, 2023
|
Conversion of torch GraphModule back to nn.Module
|
|
2
|
1851
|
April 5, 2023
|
Using TorchTRT-FX backend on C++
|
|
5
|
1006
|
March 23, 2023
|
FX.graph tracing computation graph in DGL
|
|
0
|
562
|
February 8, 2023
|
FX.graph generate CUDA code for customized layers
|
|
1
|
711
|
February 7, 2023
|
Node fusion via leaf nodes
|
|
1
|
577
|
February 7, 2023
|
How to use shape information during FX pattern rewriting?
|
|
0
|
557
|
January 30, 2023
|
How to determine if two GraphModule nodes can be "fused"
|
|
0
|
532
|
January 27, 2023
|
Script function as target
|
|
0
|
506
|
January 17, 2023
|
How to prevent fx to trace into my custom defined module
|
|
2
|
1143
|
January 17, 2023
|
Torch.fx.trace with real tensors, similar to torch.jit.trace
|
|
0
|
472
|
January 17, 2023
|
How to specify a built-in target when creating new node
|
|
1
|
530
|
January 15, 2023
|
Using FX for creating pt file
|
|
0
|
494
|
December 29, 2022
|