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

support serialization when tebd_input_mode=='strip' and type_one_side is True #3745

Open
github-actions bot opened this issue May 6, 2024 · 2 comments

Comments

@github-actions
Copy link

github-actions bot commented May 6, 2024

Line: 1871

raise NotImplementedError(
"serialization is unsupported by the native model when tebd_input_mode=='strip'"
)
# todo support serialization when tebd_input_mode=='strip' and type_one_side is True
if self.stripped_type_embedding and self.type_one_side:
raise NotImplementedError(
"serialization is unsupported when tebd_input_mode=='strip' and type_one_side is True"
)
if (self.original_sel != self.sel_a).any():
raise NotImplementedError(
"Adjusting sel is unsupported by the native model"

@iProzd iProzd changed the title support serialization when tebd_input_mode=='strip' and type_one_side is True support implementation when tebd_input_mode=='strip' and type_one_side is True May 6, 2024
Copy link
Author

github-actions bot commented May 6, 2024

Closed in commit 4b319a0

@github-actions github-actions bot closed this as completed May 6, 2024
@njzjz njzjz changed the title support implementation when tebd_input_mode=='strip' and type_one_side is True support serialization when tebd_input_mode=='strip' and type_one_side is True support May 6, 2024
@njzjz njzjz reopened this May 6, 2024
Copy link
Author

github-actions bot commented May 6, 2024

Closed in commit 2438177

@github-actions github-actions bot closed this as completed May 6, 2024
@njzjz njzjz changed the title support serialization when tebd_input_mode=='strip' and type_one_side is True support support serialization when tebd_input_mode=='strip' and type_one_side is True May 6, 2024
@njzjz njzjz reopened this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants