Skip to content

Commit

Permalink
mdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Panos committed Dec 13, 2017
1 parent a1ef11d commit 0a0068b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/encoders_decoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

from . tf_utils import expand_scope_by_name, replicate_parameter_for_all_layers


def encoder_with_convs_and_symmetry_new(in_signal, n_filters=[64, 128, 256, 1024], filter_sizes=[1], strides=[1],
b_norm=True, non_linearity=tf.nn.relu, regularizer=None, weight_decay=0.001,
symmetry=tf.reduce_max, dropout_prob=None, pool=avg_pool_1d, pool_sizes=None, scope=None,
Expand Down

0 comments on commit 0a0068b

Please sign in to comment.