Aten::cat was not replaced with quantized::cat using FX
|
|
1
|
521
|
August 9, 2022
|
Replace node error in torch.fx tutorial
|
|
0
|
393
|
July 31, 2022
|
Extracting Features in vision models
|
|
2
|
685
|
July 17, 2022
|
Torch.fx subgraph
|
|
0
|
313
|
July 6, 2022
|
Fx on split and cat combination
|
|
0
|
447
|
June 15, 2022
|
Fx tracing pytorch lightning models
|
|
0
|
331
|
June 7, 2022
|
What's the difference between symbolic_trace and Tracer
|
|
0
|
425
|
June 6, 2022
|
How does torch.fx work with activation checkpointing?
|
|
0
|
314
|
May 30, 2022
|
How to replace customized module in FX?
|
|
1
|
359
|
May 30, 2022
|
Torch fx forward
|
|
3
|
397
|
May 23, 2022
|
Torch.fx.symbolic_trace doesn't preserve module methods
|
|
1
|
400
|
May 23, 2022
|
Use of random and fx symbolic tracing
|
|
0
|
347
|
April 28, 2022
|
How to do partial quantization by FX
|
|
0
|
444
|
April 18, 2022
|
Cannot trace all op of Alexnet when using FX
|
|
1
|
358
|
April 13, 2022
|
Quantize_fx produces graphs not exportable to caffe2 (or onnx)
|
|
2
|
786
|
April 13, 2022
|
Fx cannot trace some BERT models
|
|
1
|
720
|
April 10, 2022
|
[torch.fx deepcopy Bug]
|
|
0
|
316
|
April 2, 2022
|
How to insert `torch.nn.Linear` in the existing graph
|
|
1
|
588
|
March 30, 2022
|
How to replace a call_module with fx
|
|
0
|
320
|
March 22, 2022
|
How can I insert a node of built-in call_function type into fx.graph.Graph?
|
|
1
|
758
|
February 10, 2022
|
Determine inter-layer channel size dependency
|
|
0
|
345
|
February 2, 2022
|
Memory leak while training model generated by torch.fx.symbolic_trace() in data parallel mode
|
|
0
|
539
|
January 6, 2022
|
Torch fx and distributed training
|
|
0
|
577
|
December 28, 2021
|
How can I resume training of a network that was amended by torch.fx
|
|
0
|
485
|
December 22, 2021
|
What is the difference of `call_function` and `call_method`?
|
|
2
|
1159
|
December 9, 2021
|
Torch.fx cannot trace torch.Size() properly
|
|
2
|
765
|
November 22, 2021
|
"self.graph.owning_module not set for purity check" error when trying to remove a node from torch.fx.graph
|
|
2
|
566
|
November 3, 2021
|
[Documentation] FX module is for Pass Writers
|
|
2
|
485
|
November 3, 2021
|
Using torch.fx.symbolic_trace with view(*shape)
|
|
2
|
893
|
November 2, 2021
|
Are there any problems with using "if isinstance(x, torch.fx.proxy.Proxy):" to supply custom hardcoded values to torch.fx for classes & functions with Dynamic Control Flow?
|
|
0
|
402
|
October 23, 2021
|