yandex-research / rtdl

Research on Tabular Deep Learning: Papers & Packages
Apache License 2.0
888 stars 98 forks source link

Running error, prenormalization is not a class variable #31

Closed zahar-chikishev closed 2 years ago

zahar-chikishev commented 2 years ago

The code crushes at this line, because prenormalization is not in self

https://github.com/Yura52/rtdl/blob/b130dd2e596c17109bef825bc9c8608e1ae617cc/rtdl/nn/_backbones.py#L627