Tool/software:
Currently i'm facing a major issue integrating the optimization mentioned in
https://github.com/TexasInstruments/edgeai-tensorlab/issues/7
As i integrate it with mmyolo as requested i face this issue.
from torch.fx.graph import _parse_stack_trace
ImportError: cannot import name '_parse_stack_trace' from 'torch.fx.graph
when i try to run the model after integrating the optimization i run into this issue. which when i tracked require torch with version 2.2 at least. Nevertheless mmyolo 0.6 which is the latest version require an earlier version same with cuda.
Hope you can guide me the environment you are currently using cause i tried several updates but reached a dead end.