Navigation Menu

Skip to content

Commit

Permalink
code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhankai committed Feb 27, 2020
1 parent 49f5560 commit 4ccf099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myconv2d.py
Expand Up @@ -20,7 +20,7 @@
import numpy as np
import math
import utils
__all__ = ['DepthConv', 'GhostModule']
__all__ = ['GhostModule', 'SELayer', 'MyConv2D', 'BNNoReLU']

kernel_initializer = tf.contrib.layers.variance_scaling_initializer(2.0)

Expand Down

0 comments on commit 4ccf099

Please sign in to comment.