Skip to content

Instantly share code, notes, and snippets.

@jrzaurin
Last active June 13, 2021 09:18
Show Gist options
  • Save jrzaurin/ba7ba51844c9d23a8db41f2c9498d960 to your computer and use it in GitHub Desktop.
Save jrzaurin/ba7ba51844c9d23a8db41f2c9498d960 to your computer and use it in GitHub Desktop.
Results for the NYC Taxi rode duration dataset with TabResnet
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 auto relu 0.2 False False False 0.0 0.01 2048 0.0 Adam ReduceLROnPlateau 0.001 0.01 25 10000.0 5 97015.1182
same 0.2 auto relu 0.1 False False False 0.0 0.01 1024 0.0 AdamW ReduceLROnPlateau 0.001 0.01 25 10000.0 5 98266.4310
same 0.5 auto relu 0.2 False False False 0.0 0.04 2048 0.0 Adam ReduceLROnPlateau 0.001 0.01 25 10000.0 5 100332.3569
same 0.2 auto relu 0.1 False False False 0.0 0.01 1024 0.0 Adam ReduceLROnPlateau 0.001 0.01 25 10000.0 5 103006.5603
same 0.5 auto relu 0.2 False False False 0.0 0.01 2048 0.0 AdamW ReduceLROnPlateau 0.001 0.01 25 10000.0 5 105967.2628
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment