Commits


Tianlei Wu authored and GitHub committed 8ab09186b74
Bert Optimization Script Improvements (#3387) Add opt_level option for graph optimization level in bert perf test. Support BERT models that output each layer, where SkipLayerNormalization has more than 4 children. Check weight and bias are 1D for layer norm fusion. Add a dummy class Gpt2OnnxModel for further changes of GPT2 model.