Missing paddle.init function in benchmark Resnet script decrease CPU performance
Created by: kbinias
Resnet benchmark script doesn't contain paddle.init() function. Missing this function decrease CPU performance. It runs many threads but only one is actually working. When I add e.g. paddle.init(use_gpu=False) function, it works well - it uses all cores correctly.