WS_DAN icon indicating copy to clipboard operation
WS_DAN copied to clipboard

Some performance issues in the programs

Open DLPerf opened this issue 3 years ago • 0 comments

Hello, I found that there are some little performance issue in tf.random_uniform WS_DAN//nets/nasnet/nasnet_test.py. If the function is called a lot, the efficiency of program execution will be reduced. I think that tf.random_uniform should be created before the loop. There are also several similar places, such as inputs, inputs, inputs and here.

DLPerf avatar Aug 09 '21 10:08 DLPerf