Skip to content

separate encoders for cs and lon data#16

Open
kohpangwei wants to merge 1 commit into
masterfrom
separate_encoder
Open

separate encoders for cs and lon data#16
kohpangwei wants to merge 1 commit into
masterfrom
separate_encoder

Conversation

@kohpangwei

Copy link
Copy Markdown
Collaborator

@epierson9 PTAL

# Longitudinal encoder layers.
for encoder_layer_idx, encoder_layer_size in enumerate(self.encoder_layer_sizes):
if encoder_layer_idx == 0:
input_dim = 2 * (len(self.feature_names) + self.include_age_in_encoder_input)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this work? doesn't this include age twice? but then it seems like you actually only include it once?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hm I think I pass in ages twice? one of it is in the direct encode call, which is pretty janky

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.

2 participants