About the FX (Functional Transformations) category
|
|
0
|
1174
|
February 25, 2021
|
Handling LSTM states as model's inputs/outputs using fx.symbolic_trace
|
|
0
|
8
|
November 5, 2024
|
Torch.fx.symbolic_trace with multiple GPUs
|
|
1
|
20
|
October 29, 2024
|
Any chance to preserve some ops while decomposing PT2E model?
|
|
0
|
7
|
October 21, 2024
|
Is Export IR incompatible with fx.Interpreter?
|
|
1
|
13
|
October 8, 2024
|
How to turn a autograd.Function into custom_ops
|
|
0
|
11
|
August 24, 2024
|
‘len’ is not supported in symbolic tracing by default
|
|
7
|
2309
|
August 22, 2024
|
Add an input to a model with torch.compile
|
|
0
|
19
|
July 31, 2024
|
Noob here ! Need help with "RuntimeError: Input type (torch.FloatTensor)"
|
|
1
|
146
|
July 25, 2024
|
Tracking statistics of operators without overwriting forward pass?
|
|
0
|
9
|
July 22, 2024
|
Understanding torch.fx.traceback.preserve_node_meta()
|
|
1
|
103
|
July 10, 2024
|
When should I detect a fake tensor mode?
|
|
1
|
95
|
July 6, 2024
|
FX graph resorting a torch model's positional args based on execution order
|
|
1
|
101
|
June 11, 2024
|
Fx on split and cat combination
|
|
1
|
1046
|
June 10, 2024
|
Node Meta Data not propagated to replaced nodes while using fx subgraph rewrite?
|
|
2
|
408
|
June 5, 2024
|
StopIteration error
|
|
3
|
894
|
May 26, 2024
|
Can I use grad around a numpy code and compile it?
|
|
12
|
345
|
May 22, 2024
|
Saving exported program from transformers library
|
|
0
|
163
|
May 8, 2024
|
Export model from transformers library
|
|
1
|
152
|
May 7, 2024
|
Transform graph module of the exported program
|
|
0
|
145
|
May 3, 2024
|
I can't find the source code of _scaled_dot_product_attention
|
|
6
|
1661
|
March 6, 2024
|
Transformer model training
|
|
2
|
259
|
February 22, 2024
|
How can I get the exact torch operator of each node?
|
|
0
|
262
|
February 15, 2024
|
How to get the computation graph and pass it to C++?
|
|
3
|
1857
|
February 15, 2024
|
Replacing math operator with custom layer inside existing model
|
|
0
|
288
|
January 23, 2024
|
How to get the node name mapping between FX and ONNX as far as possible?
|
|
0
|
429
|
January 12, 2024
|
Type demotion in pytorch
|
|
0
|
238
|
December 5, 2023
|
How to add/del/replace/fuse operators in torch.nn.module?
|
|
0
|
365
|
November 30, 2023
|
Fx cannot trace some BERT models
|
|
3
|
1311
|
November 27, 2023
|
How do I place torch.fx.Node on different gpu
|
|
0
|
248
|
November 24, 2023
|