Skip to content
Snippets Groups Projects
Commit b40dff5e authored by Neta Zmora's avatar Neta Zmora
Browse files

Bug fix: exporting Alexnet and VGG models to ONNX

ONNX export in PyTorch doesn't know how to handle DataParallel
layers, so we need to make sure that we remove all instances
of nn.DataParallel from the model before exporting it.

The previous ONNX implementation forgot to deal with the case
of DataParallel layers that do not wrap the entire model (as
in VGG, where only the feature-extractor layers are data-parallel).
parent 0a8a3b31
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment