Cannot use Inception3 model created in previous version in ...
github.com › pytorch › visionOct 28, 2020 · Switch to evaluation mode using model.eval (). Run inference: output = model (input). Result: A ModuleAttributeError is thrown saying 'Inception3' object has no attribute 'maxpool1'. Stack trace: Traceback (most recent call last): *** project-specific call hierarchy cut out *** output = model (input) File "/opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward (*input, **kwargs) File "/opt/conda/lib/python3.