onnx2pytorch
onnx2pytorch copied to clipboard
Make use of recursion in compute_activation_dependencies
Change compute_activation_dependencies in convert/model.py to use recursion.
Currently it is limited to two levels only, with recursion it will be "limitless".
Sure, open a pull request when you are done and update the tests.