Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
fix: cast input and output types at model's interface #3352
fix: cast input and output types at model's interface #3352
Changes from all commits
8be2916
41037bf
651c689
9bc9a27
b48c5ee
cd16e7b
e69e1b4
5a1459a
5058359
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 73 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L70-L73
Check warning on line 130 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L130
Check warning on line 134 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L133-L134
Check warning on line 140 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L140
Check warning on line 168 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L168
Check warning on line 212 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L212
Check warning on line 215 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L215
Check warning on line 230 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L230
Check warning on line 247 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L247
Check warning on line 253 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L253
Check warning on line 258 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L257-L258
Check warning on line 262 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L262
Check warning on line 265 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L264-L265
Check warning on line 279 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L279
Check warning on line 286 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L283-L286
Check warning on line 290 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L288-L290
Check warning on line 296 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L295-L296
Check warning on line 299 in deepmd/dpmodel/model/make_model.py
Codecov / codecov/patch
deepmd/dpmodel/model/make_model.py#L299
Check warning on line 37 in deepmd/dpmodel/model/transform_output.py
Codecov / codecov/patch
deepmd/dpmodel/model/transform_output.py#L37