Using torch.fx.symbolic_trace with view(*shape)
|
|
2
|
263
|
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
|
199
|
October 23, 2021
|
StopIteration error
|
|
2
|
230
|
October 7, 2021
|
Capturing the computation graph
|
|
0
|
249
|
September 29, 2021
|
Torchvision ssd not compatible with torch.fx, how can I make it work?
|
|
0
|
215
|
September 26, 2021
|
Is there a problem with using hook and fx together?
|
|
2
|
234
|
September 9, 2021
|
Symbolic trace with *args
|
|
2
|
658
|
September 9, 2021
|
Help me with this piece of code
|
|
2
|
252
|
September 9, 2021
|
Is there a way to include model.training control flow in traced model?
|
|
0
|
224
|
August 12, 2021
|
Why transforms.ToTensor() behaves as a True when used in conditional statements?
|
|
4
|
254
|
July 27, 2021
|
How to use inbuilt `int` in torch.fx
|
|
0
|
254
|
July 20, 2021
|
How to make my models agnostic to FX
|
|
0
|
287
|
July 14, 2021
|
[SOLVED} Calling symbolic_trace after inserting a call_module node creates problems
|
|
1
|
435
|
July 6, 2021
|
Warning: Attempted to insert a call_module Node with no underlying reference in the owning GraphModule!
|
|
0
|
282
|
July 5, 2021
|
How to successfully symbolic trace detection models to fx graph?
|
|
0
|
377
|
June 23, 2021
|
How to insert after a node with a set of ops at one time?
|
|
1
|
280
|
June 18, 2021
|
Replace Pattern for nn.Modules?
|
|
0
|
360
|
June 6, 2021
|
Proxy and module calls
|
|
4
|
645
|
June 4, 2021
|
Torch fx supports TFLite quantization format
|
|
1
|
334
|
June 1, 2021
|
Torch.fx and no_grad()
|
|
2
|
525
|
May 28, 2021
|
Is troch.fx going to support scripting mode?
|
|
1
|
288
|
May 28, 2021
|
[Bug] Sigmoid function node detected as method instead of function
|
|
1
|
278
|
May 27, 2021
|
GraphModule.to_folder produces bad syntax in module.py
|
|
0
|
272
|
May 7, 2021
|
Torch.fx modify a copy of the Graph
|
|
2
|
348
|
May 4, 2021
|
Backward pass in FX
|
|
0
|
285
|
May 4, 2021
|
FX: insert a graph instead of a node
|
|
3
|
478
|
May 4, 2021
|
What is torch.fx?
|
|
2
|
452
|
May 2, 2021
|
Bce loss when prediction is nearly to 1
|
|
4
|
660
|
April 26, 2021
|
Setting parent and children of nodes with custom params
|
|
1
|
315
|
April 13, 2021
|
Extract layer parameters
|
|
2
|
401
|
April 5, 2021
|