onnx2pytorch icon indicating copy to clipboard operation
onnx2pytorch copied to clipboard

Refactor ConvertModel and Loop

Open Talmaj opened this issue 4 years ago • 0 comments
trafficstars

There is a lot of code similarities in ConvertModel and Loop. Try to refactor it in such a way that the code is re-used. Creating a base class for both of them or one inheriting another one would be a viable option.

Talmaj avatar Oct 07 '21 18:10 Talmaj