Closed radi-cho closed 2 years ago
Currently utility functions such as exists = lambda val : val is not None and block classes - PreNorm, Residual, etc. are present in both g_mlp.py, gated_tab_transformer.py.
exists = lambda val : val is not None
PreNorm
Residual
g_mlp.py
gated_tab_transformer.py
https://github.com/radi-cho/GatedTabTransformer/commit/5dcaf0a0d6398bf9004c7441fe9367e72b9fa426
Currently utility functions such as
exists = lambda val : val is not None
and block classes -PreNorm
,Residual
, etc. are present in bothg_mlp.py
,gated_tab_transformer.py
.