Skip to content

Commit e9aa613

Browse files
authored
Fixes parameter counts in tabtransformer.py
1 parent e5fdb34 commit e9aa613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/structured_data/tabtransformer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def create_tabtransformer_classifier(
553553
"""
554554
The TabTransformer model achieves ~85% validation accuracy.
555555
Note that, with the default parameter configurations, both the baseline and the TabTransformer
556-
have similar number of trainable weights: 109,629 and 92,151 respectively, and both use the same training hyperparameters.
556+
have similar number of trainable weights: 109,895 and 87,745 respectively, and both use the same training hyperparameters.
557557
"""
558558

559559
"""

0 commit comments

Comments
 (0)