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

consider type embeddings for type embedding #3548

Closed
github-actions bot opened this issue Mar 19, 2024 · 1 comment · Fixed by #3583
Closed

consider type embeddings for type embedding #3548

github-actions bot opened this issue Mar 19, 2024 · 1 comment · Fixed by #3583

Comments

@github-actions
Copy link

Line: 915

"exclude_types": [],
"nets": self.serialize_network(
ntypes=self.ntypes,
# TODO: consider type embeddings for type embedding
ndim=1,
in_dim=self.dim_descrpt + self.numb_fparam + self.numb_aparam,
neuron=self.n_neuron,
activation_function=self.activation_function_name,
resnet_dt=self.resnet_dt,
variables=self.fitting_net_variables,
suffix=suffix,

@njzjz njzjz self-assigned this Mar 21, 2024
@njzjz njzjz linked a pull request Mar 21, 2024 that will close this issue
github-merge-queue bot pushed a commit that referenced this issue Mar 22, 2024
Fix #3533. Fix #3542. Fix #3545. Fix #3546. Fix #3547. Fix #3548. Fix
#3549. Fix #3550.

---------

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Copy link
Author

Closed in commit a58dbc6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant