Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolasMarkou committed Apr 9, 2022
1 parent 3c8b061 commit 7b6a59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bfcnn/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ def resnet_blocks(
input_layer=y,
conv_params=gate_params,
bn_params=bn_params,
depth_conv=True)
depth_conv=False)
y = keras.layers.GlobalAveragePooling2D()(y)
y = keras.layers.Dense(
use_bias=False,
Expand Down Expand Up @@ -849,8 +849,8 @@ def build_model_resnet(
kernel_size=1,
strides=(1, 1),
padding="same",
filters=filters,
use_bias=use_bias,
depth_multiplier=1,
activation="relu",
kernel_regularizer=kernel_regularizer,
kernel_initializer=kernel_initializer,
Expand Down

0 comments on commit 7b6a59e

Please sign in to comment.