Last active
June 13, 2021 09:15
-
-
Save jrzaurin/9588c28eaedb46cf18b2a8f8952c65af to your computer and use it in GitHub Desktop.
Results for the Bank Marketing dataset with TabResnet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blocks_dims | blocks_dropout | mlp_hidden_dims | mlp_activation | mlp_dropout | mlp_batchnorm | mlp_batchnorm_last | mlp_linear_first | embed_dropout | lr | batch_size | weight_decay | optimizer | lr_scheduler | base_lr | max_lr | div_factor | final_div_factor | n_cycles | val_loss_or_metric | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
same | 0.5 | None | relu | 0.1 | False | False | False | 0.0 | 0.0004 | 64 | 0.0 | Adam | OneCycleLR | 0.001 | 0.01 | 25 | 1000.0 | 5.0 | 0.2660 | |
[50,50,50,50] | 0.2 | None | relu | 0.1 | False | False | False | 0.0 | 0.001 | 512 | 0.0 | Adam | ReduceLROnPlateau | 0.001 | 0.01 | 25 | 10000.0 | 5.0 | 0.2660 | |
same | 0.5 | None | relu | 0.1 | False | False | False | 0.0 | 0.0004 | 64 | 0.0 | RAdam | OneCycleLR | 0.001 | 0.01 | 25 | 1000.0 | 5.0 | 0.2663 | |
same | 0.5 | None | relu | 0.1 | False | False | False | 0.0 | 0.0004 | 128 | 0.0 | RAdam | OneCycleLR | 0.001 | 0.01 | 25 | 1000.0 | 5.0 | 0.2664 | |
same | 0.5 | None | relu | 0.1 | False | False | False | 0.0 | 0.0004 | 128 | 0.0 | Adam | OneCycleLR | 0.001 | 0.01 | 25 | 1000.0 | 5.0 | 0.2667 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment