Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adapt config for normalization layer in rnn #152

Merged
merged 1 commit into from
Nov 5, 2024
Merged

adapt config for normalization layer in rnn #152

merged 1 commit into from
Nov 5, 2024

Conversation

AnFreTh
Copy link
Collaborator

@AnFreTh AnFreTh commented Nov 5, 2024

This pull request introduces a change to the initialization process of the TabulaRNN class in the tabularnn.py file. The most important changes involve the reordering of the initialization of the normalization layer and the introduction of the replace function from the dataclasses module.

Initialization process improvements:

  • Added import for the replace function from the dataclasses module. (mambular/base_models/tabularnn.py)
  • Moved the initialization of the normalization layer to use a temporary configuration object created with the replace function. (mambular/base_models/tabularnn.py)

@AnFreTh AnFreTh merged commit bb11e81 into develop Nov 5, 2024
@AnFreTh AnFreTh deleted the rnn_fix branch November 5, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant