Googlenet Network architecture

Googlenet.py and googlenet-1378be20.pth can change googlenet architecture. This web(https://www.twblogs.net/a/5b8d787b2b717718833e3c25?lang=zh-cn) can change network architecture. But I don’t know how to do it step by step.

Can you provide more information? This is very brief. Please be more elaborate.

I used this method to change googlenet nerwork’s dropout layer.

After chaging it, this is changed condition on the picture.

I used the web(jetson-inference/docs/pytorch-collect.md at master · dusty-nv/jetson-inference · GitHub) to train, and convert to onnx. After converting onnx, the drop didn’t change.