-
Notifications
You must be signed in to change notification settings - Fork 240
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
[TorchFX] Model transformer tests #2920
Merged
AlexanderDokuchaev
merged 4 commits into
openvinotoolkit:develop
from
daniil-lyakhov:dl/fx/model_transformer_tests_actual
Oct 16, 2024
Merged
[TorchFX] Model transformer tests #2920
AlexanderDokuchaev
merged 4 commits into
openvinotoolkit:develop
from
daniil-lyakhov:dl/fx/model_transformer_tests_actual
Oct 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
NNCF PT
Pull requests that updates NNCF PyTorch
experimental
NNCF OpenVINO
Pull requests that updates NNCF OpenVINO
NNCF ONNX
Pull requests that updates NNCF ONNX
NNCF PTQ
Pull requests that updates NNCF PTQ
labels
Aug 27, 2024
daniil-lyakhov
force-pushed
the
dl/fx/model_transformer_tests_actual
branch
2 times, most recently
from
August 27, 2024 17:21
fdf6f72
to
1d42c0d
Compare
This was referenced Aug 27, 2024
daniil-lyakhov
force-pushed
the
dl/fx/model_transformer_tests_actual
branch
from
August 27, 2024 17:45
1d42c0d
to
f9fd4a2
Compare
daniil-lyakhov
force-pushed
the
dl/fx/model_transformer_tests_actual
branch
from
September 19, 2024 12:08
f9fd4a2
to
44746bc
Compare
github-actions
bot
added
experimental
NNCF PTQ
Pull requests that updates NNCF PTQ
and removed
experimental
NNCF OpenVINO
Pull requests that updates NNCF OpenVINO
NNCF ONNX
Pull requests that updates NNCF ONNX
NNCF PTQ
Pull requests that updates NNCF PTQ
labels
Sep 19, 2024
daniil-lyakhov
force-pushed
the
dl/fx/model_transformer_tests_actual
branch
2 times, most recently
from
September 20, 2024 13:04
c33e6ca
to
31b6f26
Compare
daniil-lyakhov
force-pushed
the
dl/fx/model_transformer_tests_actual
branch
3 times, most recently
from
September 30, 2024 14:39
c7e7b3b
to
83d9ea4
Compare
@AlexanderDokuchaev, please take a look |
daniil-lyakhov
changed the title
[WIP][TorchFX] Model transformer tests
[TorchFX] Model transformer tests
Oct 14, 2024
AlexanderDokuchaev
requested changes
Oct 14, 2024
daniil-lyakhov
force-pushed
the
dl/fx/model_transformer_tests_actual
branch
from
October 15, 2024 15:49
6506139
to
584bc48
Compare
AlexanderDokuchaev
approved these changes
Oct 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
experimental
NNCF PT
Pull requests that updates NNCF PyTorch
NNCF PTQ
Pull requests that updates NNCF PTQ
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.
Changes
Model transformation tests are presented
Reason for changes
To cover TorchFX model transformations by tests
Related tickets
#2775
Tests