broadinstitute / ml4h

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type Checks in Conv Layer

lucidtronix opened this issue · comments

What
the type check if isinstance(conv_layer, DepthwiseConv2D): is not desirable.

How
remove it somehow or only do it once