Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
WZMIAOMIAO committed Feb 4, 2021
1 parent 720be3a commit c761883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_classification/Test6_mobilenet/model_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def _inverted_res_block(x,
name=prefix + 'expand')(x)
x = bn(name=prefix + 'expand/BatchNorm')(x)
x = act(name=prefix + 'expand/' + act.__name__)(x)
# from tensorflow.python.keras.applications.imagenet_utils import correct_pad

if stride == 2:
x = layers.ZeroPadding2D(padding=correct_pad(exp_c, kernel_size),
name=prefix + 'depthwise/pad')(x)
Expand Down

0 comments on commit c761883

Please sign in to comment.