Dictionary Hunting - Torch Script Conversion

I am porting a model to use Torch Script - hoping to improve inference performance.

Now these errors are cropping up:

The operator ‘aten::dict’ ONNX upset version 14 is not supported

Up until now the errors have been informative, but is there anyway to hunt down where the offensive dicts are?