You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance issue in the definititon of testResizeToRangeWithDynamicSpatialShape, chapter_5/research/object_detection/core/preprocessor_test.py(P1)
#92
Open
DLPerf opened this issue
Aug 20, 2021
· 0 comments
Hello, I found a performance issue in the difinition of testResizeToRangeWithDynamicSpatialShape, chapter_5/research/object_detection/core/preprocessor_test.py. tf.shape will be created repeately in the graph(tensorflow 1.x) during the program execution.It will reduce the efficiency. I think tf.shape should be created before the loop.
Looking forward to your reply. Btw, I am very glad to create a PR to fix it if you are too busy.
The text was updated successfully, but these errors were encountered:
DLPerf
changed the title
Performance issue in the definititon of testResizeToRangeWithDynamicSpatialShape, chapter_5/research/object_detection/core/preprocessor_test.py
Performance issue in the definititon of testResizeToRangeWithDynamicSpatialShape, chapter_5/research/object_detection/core/preprocessor_test.py(P1)
Aug 20, 2021
Hello, I found a performance issue in the difinition of
testResizeToRangeWithDynamicSpatialShape
, chapter_5/research/object_detection/core/preprocessor_test.py. tf.shape will be created repeately in the graph(tensorflow 1.x) during the program execution.It will reduce the efficiency. I thinktf.shape
should be created before the loop.Looking forward to your reply. Btw, I am very glad to create a PR to fix it if you are too busy.
The text was updated successfully, but these errors were encountered: