About the FX (Functional Transformations) category
|
|
0
|
1219
|
February 25, 2021
|
Why adaptive_avg_pool1d became adaptive_avg_pool2d in make_fx?
|
|
1
|
7
|
April 21, 2025
|
How does torch.fx work with activation checkpointing?
|
|
2
|
773
|
February 13, 2025
|
Torch IR support for torch.exported graph
|
|
0
|
39
|
February 10, 2025
|
[torch.export] How to disable sym_size_int?
|
|
2
|
125
|
February 7, 2025
|
Aot_export_module captures more forward variables/parameters
|
|
2
|
41
|
January 23, 2025
|
Combine vmap, func.grad with tensordict
|
|
0
|
77
|
January 7, 2025
|
A node type in export IR graph
|
|
1
|
124
|
November 28, 2024
|
Any chance to preserve some ops while decomposing PT2E model?
|
|
1
|
41
|
November 16, 2024
|
Handling LSTM states as model's inputs/outputs using fx.symbolic_trace
|
|
0
|
25
|
November 5, 2024
|
Torch.fx.symbolic_trace with multiple GPUs
|
|
1
|
101
|
October 29, 2024
|
Is Export IR incompatible with fx.Interpreter?
|
|
1
|
128
|
October 8, 2024
|
How to turn a autograd.Function into custom_ops
|
|
0
|
23
|
August 24, 2024
|
‘len’ is not supported in symbolic tracing by default
|
|
7
|
2551
|
August 22, 2024
|
Add an input to a model with torch.compile
|
|
0
|
32
|
July 31, 2024
|
Noob here ! Need help with "RuntimeError: Input type (torch.FloatTensor)"
|
|
1
|
271
|
July 25, 2024
|
Tracking statistics of operators without overwriting forward pass?
|
|
0
|
55
|
July 22, 2024
|
Understanding torch.fx.traceback.preserve_node_meta()
|
|
1
|
242
|
July 10, 2024
|
When should I detect a fake tensor mode?
|
|
1
|
157
|
July 6, 2024
|
FX graph resorting a torch model's positional args based on execution order
|
|
1
|
121
|
June 11, 2024
|
Fx on split and cat combination
|
|
1
|
1118
|
June 10, 2024
|
Node Meta Data not propagated to replaced nodes while using fx subgraph rewrite?
|
|
2
|
516
|
June 5, 2024
|
StopIteration error
|
|
3
|
932
|
May 26, 2024
|
Can I use grad around a numpy code and compile it?
|
|
12
|
440
|
May 22, 2024
|
Saving exported program from transformers library
|
|
0
|
267
|
May 8, 2024
|
Export model from transformers library
|
|
1
|
286
|
May 7, 2024
|
Transform graph module of the exported program
|
|
0
|
172
|
May 3, 2024
|
I can't find the source code of _scaled_dot_product_attention
|
|
6
|
2111
|
March 6, 2024
|
Transformer model training
|
|
2
|
381
|
February 22, 2024
|
How can I get the exact torch operator of each node?
|
|
0
|
276
|
February 15, 2024
|