[hotfix] change namespace for meta_trace. (#1541)

pull/1546/head
Super Daniel 2 years ago committed by GitHub
parent a203b709d5
commit d8a5aded19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@ def meta_trace(module: torch.nn.Module, *args, **kwargs) -> Graph:
>>> graph.print_tabular() >>> graph.print_tabular()
""" """
graph = Graph() graph = Graph()
namespace = _Namespace() namespace = graph._graph_namespace
class MetaProxy(torch.Tensor): class MetaProxy(torch.Tensor):
""" """

Loading…
Cancel
Save