Jing Zhang
Jing Zhang
> That is an issue with the backend this uses of pytorch.jit.get_trace_graph which does not support dict input. > But these days more and more models are having dicts and...
> I have the same problem with dict input: > > File "/home/snow_ripple/workspace/01_detection/mmdet/apis/inference.py", line 96, in _inference_single > hl_graph = hl.build_graph(model, **data) > TypeError: build_graph() got an unexpected keyword argument...
> Thanks @zhangjing1997 ! > > What is the point of getBuff(0)? Which module have the definition of this function? > > I assume it is just a placeholder so...