Closed Minhvt34 closed 1 year ago
Hi! See this line in bin/train4.py.
To clarify, our paper does not propose AutoDis. AutoDis is a baseline from prior work.
I am not sure that I fully understand the question, do you need help with the "periodic" part?
Thank you for your reply!
I found the implement of periodic embedding here https://github.com/Yura52/rtdl/blob/main/rtdl/nn/_embeddings.py more practical. Is the implement of numerical embedding in rtdl/nn/embedding.py as same as in the current repo - tabular-dl-num-embeddings
Hi Yura!
I am trying to implement transformer-plr. I cannot find
config.model.periodic
andconfig.model.autodis
in report.json file or in default config file.I found self.model.periodic = lib.PeriodicOptions( self.model.d_num_embedding // 2, self.model.periodic_sigma, False, 'log-linear', )
But I can not find the implement of autodis.
Thank you!