ezyang / pytorch-unattached

Tensors and Dynamic neural networks in Python with strong GPU acceleration
http://pytorch.org
Other
20 stars 8 forks source link

Provide an easier way for finding out all unsupported operators in a model #241

Closed bddppq closed 6 years ago

bddppq commented 7 years ago

When evaluating how much effort will be needed to add support for an existing model, it's useful to see the complete list of not yet supported operators before moving forward. Right now, the ToONNX function throws exception on first failure. I understand there is some technical challenge here since operators have dependencies. The alternative would be have a list of supported operators documented somewhere.

ezyang commented 6 years ago

Fixed!