How can I get the exact torch operator of each node?
|
|
0
|
283
|
February 15, 2024
|
How to get the computation graph and pass it to C++?
|
|
3
|
1944
|
February 15, 2024
|
Replacing math operator with custom layer inside existing model
|
|
0
|
311
|
January 23, 2024
|
How to get the node name mapping between FX and ONNX as far as possible?
|
|
0
|
553
|
January 12, 2024
|
Type demotion in pytorch
|
|
0
|
240
|
December 5, 2023
|
How to add/del/replace/fuse operators in torch.nn.module?
|
|
0
|
391
|
November 30, 2023
|
Fx cannot trace some BERT models
|
|
3
|
1371
|
November 27, 2023
|
How do I place torch.fx.Node on different gpu
|
|
0
|
257
|
November 24, 2023
|
How can I get the input_shape and output_shape of each node of graph traced by torch.fx
|
|
2
|
673
|
November 8, 2023
|
How can I insert a node of built-in call_function type into fx.graph.Graph?
|
|
2
|
1874
|
November 7, 2023
|
Many AsStridedBackward0 during the backward
|
|
5
|
627
|
October 30, 2023
|
Replace node error in torch.fx tutorial
|
|
2
|
1222
|
October 18, 2023
|
Extract layer parameters
|
|
3
|
1747
|
October 3, 2023
|
Any / Oneof patterns for SubgraphMatcher
|
|
0
|
404
|
September 15, 2023
|
What's the difference between symbolic_trace and Tracer
|
|
1
|
1226
|
September 14, 2023
|
Creating a GraphModule from FX Graph
|
|
0
|
830
|
August 29, 2023
|
Can we benefit from fx.graph in different language (different framework)?
|
|
5
|
981
|
August 18, 2023
|
Symbolically trace LSTM layers
|
|
2
|
513
|
June 23, 2023
|
What's the recommended way to achieve asynchronicity for dynamo backend?
|
|
2
|
1306
|
May 8, 2023
|
Extract graph for editing
|
|
2
|
850
|
April 19, 2023
|
Torch.fx.symbolic_trace removes some of the keys from module state_dict
|
|
3
|
702
|
April 19, 2023
|
Conversion of torch GraphModule back to nn.Module
|
|
2
|
2006
|
April 5, 2023
|
Using TorchTRT-FX backend on C++
|
|
5
|
1022
|
March 23, 2023
|
FX.graph tracing computation graph in DGL
|
|
0
|
572
|
February 8, 2023
|
FX.graph generate CUDA code for customized layers
|
|
1
|
728
|
February 7, 2023
|
Node fusion via leaf nodes
|
|
1
|
586
|
February 7, 2023
|
How to use shape information during FX pattern rewriting?
|
|
0
|
561
|
January 30, 2023
|
How to determine if two GraphModule nodes can be "fused"
|
|
0
|
535
|
January 27, 2023
|
Script function as target
|
|
0
|
508
|
January 17, 2023
|
How to prevent fx to trace into my custom defined module
|
|
2
|
1254
|
January 17, 2023
|