At the moment there are two inconsistencies of different nature:
There is one very small inconsistency between pypi and the github version. If you installed the pypi version, the Transformer Encoder blocks component of the TabTransformer model are called blks. However, if you install from github those blocks are called tab_transformer_blks, which is a name more consistent with the other two models (TabMlp and TabResnet). This inconsistency will be fixed in the coming release
The Resnet blocks in the TabResnet model are named tab_resnet. A more consistent name would be tab_resnet_blks
At the moment there are two inconsistencies of different nature:
TabTransformer
model are calledblks
. However, if you install from github those blocks are calledtab_transformer_blks
, which is a name more consistent with the other two models (TabMlp
andTabResnet
). This inconsistency will be fixed in the coming releaseTabResnet
model are namedtab_resnet
. A more consistent name would betab_resnet_blks
All this needs to be fixed in the next version