fix format

pull/161/head
wqz960 2020-06-12 02:58:46 +00:00
parent 18d372fff4
commit ee3ce16bf9
1 changed files with 0 additions and 1 deletions

View File

@ -230,7 +230,6 @@ class GhostNet():
def net(self, input, class_dim=1000):
# build first layer:
output_channel = int(self._make_divisible(16 * self.width_mult, 4))
# print(output_channel)
x = self.conv_bn_layer(
input=input,
num_filters=output_channel,