yandex-research / rtdl-num-embeddings

(NeurIPS 2022) On Embeddings for Numerical Features in Tabular Deep Learning
https://arxiv.org/abs/2203.05556
MIT License
269 stars 31 forks source link

Parameter values ​​in exp/.../xx.toml #13

Closed gy0425 closed 10 months ago

gy0425 commented 10 months ago

I would like to ask how the values ​​of the parameters in exp/.../xx.toml are obtained? When I reproduce the code, I want to use C.bins.count. The value of the parameter in the toml file is 125, but I don't know how this value is obtained.

Yura52 commented 10 months ago

Could you point to the specific file that you are asking about?

gy0425 commented 10 months ago

For example, the value of the "count" parameter in the exp/transformer-q-l/adult/0_evaluation/0.toml file is 125. How is this value determined?

Yura52 commented 10 months ago

This section provides an example of how such configs are obtained, but for a different model-dataset pair: link.

Does this help?

Yura52 commented 10 months ago

Feel free to reopen the issue if needed!

gy0425 commented 10 months ago

Thanks for your answer, much appreciated.