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
Then I used timeline to profile my network. I noticed that there were lots of transpose operations (i.e., convert data from NHWC to NCHW) so the inference speed was actually slower than direct contact different scales.
Is there any way I can optimize the TensorFlow codes? Thanks.
The text was updated successfully, but these errors were encountered:
Hi. I tried to implement SKFF with tf 1.15:
Then I used timeline to profile my network. I noticed that there were lots of transpose operations (i.e., convert data from NHWC to NCHW) so the inference speed was actually slower than direct contact different scales.
Is there any way I can optimize the TensorFlow codes? Thanks.
The text was updated successfully, but these errors were encountered: