About the FX (Functional Transformations) category
|
|
0
|
1168
|
February 25, 2021
|
Torch.fx.symbolic_trace with multiple GPUs
|
|
0
|
7
|
August 27, 2024
|
How to turn a autograd.Function into custom_ops
|
|
0
|
7
|
August 24, 2024
|
‘len’ is not supported in symbolic tracing by default
|
|
7
|
2256
|
August 22, 2024
|
Add an input to a model with torch.compile
|
|
0
|
15
|
July 31, 2024
|
Noob here ! Need help with "RuntimeError: Input type (torch.FloatTensor)"
|
|
1
|
86
|
July 25, 2024
|
Tracking statistics of operators without overwriting forward pass?
|
|
0
|
8
|
July 22, 2024
|
Understanding torch.fx.traceback.preserve_node_meta()
|
|
1
|
94
|
July 10, 2024
|
When should I detect a fake tensor mode?
|
|
1
|
76
|
July 6, 2024
|
FX graph resorting a torch model's positional args based on execution order
|
|
1
|
98
|
June 11, 2024
|
Fx on split and cat combination
|
|
1
|
1034
|
June 10, 2024
|
Node Meta Data not propagated to replaced nodes while using fx subgraph rewrite?
|
|
2
|
401
|
June 5, 2024
|
StopIteration error
|
|
3
|
891
|
May 26, 2024
|
Can I use grad around a numpy code and compile it?
|
|
12
|
302
|
May 22, 2024
|
Saving exported program from transformers library
|
|
0
|
159
|
May 8, 2024
|
Export model from transformers library
|
|
1
|
140
|
May 7, 2024
|
Transform graph module of the exported program
|
|
0
|
133
|
May 3, 2024
|
I can't find the source code of _scaled_dot_product_attention
|
|
6
|
1479
|
March 6, 2024
|
Transformer model training
|
|
2
|
250
|
February 22, 2024
|
How can I get the exact torch operator of each node?
|
|
0
|
258
|
February 15, 2024
|
How to get the computation graph and pass it to C++?
|
|
3
|
1837
|
February 15, 2024
|
Replacing math operator with custom layer inside existing model
|
|
0
|
275
|
January 23, 2024
|
How to get the node name mapping between FX and ONNX as far as possible?
|
|
0
|
401
|
January 12, 2024
|
Type demotion in pytorch
|
|
0
|
238
|
December 5, 2023
|
How to add/del/replace/fuse operators in torch.nn.module?
|
|
0
|
357
|
November 30, 2023
|
Fx cannot trace some BERT models
|
|
3
|
1308
|
November 27, 2023
|
How do I place torch.fx.Node on different gpu
|
|
0
|
245
|
November 24, 2023
|
How can I get the input_shape and output_shape of each node of graph traced by torch.fx
|
|
2
|
546
|
November 8, 2023
|
How can I insert a node of built-in call_function type into fx.graph.Graph?
|
|
2
|
1725
|
November 7, 2023
|
Many AsStridedBackward0 during the backward
|
|
5
|
558
|
October 30, 2023
|