Skip to content

Commit

Permalink
fix: kernel size one can be ignored. Keras now recognizes DepthWiseSe…
Browse files Browse the repository at this point in the history
…perable convolutions correctly as convolutions
  • Loading branch information
MLRichter committed Feb 8, 2022
1 parent 9bd498a commit 0cd9167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfa_toolbox/utils/graph_utils.py
Expand Up @@ -147,7 +147,7 @@ def filters_non_infinite_rf_sizes(

def input_resolution_range(
graph: EnrichedNetworkNode,
filter_all_inf_rf: bool = False,
filter_all_inf_rf: bool = True,
filter_kernel_size_1: bool = False,
cardinality: int = 2,
) -> Tuple[Tuple[int, ...], Tuple[int, ...]]:
Expand Down

0 comments on commit 0cd9167

Please sign in to comment.