Results 2 issues of ievbu

I'm interested in loading Towards-Realtime-MOT using TorchScript scripting/tracing. Is this possible?

I want to load model using TorchScript scripting/tracing. However, I unsuccessfully tried: - `scripted_model = torch.jit.script(model)` and got error: ``` RuntimeError: module has no attribute 'pre_hm_layer': at model/networks/dla.py:311:20 def forward(self,...