models icon indicating copy to clipboard operation
models copied to clipboard

Modify tf bert-base model with frozen graph

Open wangkl2 opened this issue 3 years ago • 0 comments

  • Modify the instruction for eval and infer, separately
  • Enable padding for dGPU if the number of examples not a multiple of the batch size, to avoid performance degradation on dynamic shape.
  • Add perf calculation for each step.
  • Add the link to bert-base model with frozen graph in "language modelling" section in README. There is also another bert base inference link in "language translation" section but the performance with checkpoint is not as good as frozen graph.

wangkl2 avatar Nov 28 '22 10:11 wangkl2