Skip to content
Merged
Show file tree
Hide file tree
Changes from 80 commits
Commits
Show all changes
95 commits
Select commit Hold shift + click to select a range
00b7661
tutorial
KazunoriSumiya Oct 14, 2025
62cba3b
mctwrapper
KazunoriSumiya Oct 14, 2025
ed8cf61
modify e2e test
KazunoriSumiya Oct 15, 2025
096f905
modify pytorch tutoorial
KazunoriSumiya Oct 16, 2025
fb2e329
modify comment
KazunoriSumiya Oct 16, 2025
e2d2c73
modify comment
KazunoriSumiya Oct 16, 2025
d2ef773
modify pytorch tutorial
KazunoriSumiya Oct 16, 2025
bb041f3
delete result data
KazunoriSumiya Oct 16, 2025
775b823
Merge branch 'feature_develop_mctwrapper' into feature_develop_mctwra…
KazunoriSumiya Oct 17, 2025
19f88b3
add edge-mdt-tpc to requiments.txt
KazunoriSumiya Oct 17, 2025
441526b
Merge branch 'feature_develop_mctwrapper' of https://github.com/Kazun…
KazunoriSumiya Oct 17, 2025
49ac25e
add MulticlassNMSOBB to requirements.txt
KazunoriSumiya Oct 17, 2025
23ff954
modify requiremwnts.txt
KazunoriSumiya Oct 17, 2025
7dd35dd
modify tutorial colab address
KazunoriSumiya Oct 17, 2025
2e431d0
modify path
KazunoriSumiya Oct 17, 2025
9cd5a16
modify path
KazunoriSumiya Oct 17, 2025
8e98c5f
modify readme.md
KazunoriSumiya Oct 17, 2025
6e1daf2
modify readme
KazunoriSumiya Oct 17, 2025
c22e3a6
modify requirements.txt
KazunoriSumiya Oct 17, 2025
7029767
change names to Lowercase and Remove line nomber 4
KazunoriSumiya Oct 17, 2025
ab9c8a9
change the filename to mct_wrapper.py
KazunoriSumiya Oct 17, 2025
ffd542c
change name to mct_wrapper.py
KazunoriSumiya Oct 19, 2025
31a4896
delete edgemdt_tpc
KazunoriSumiya Oct 21, 2025
cdeb216
mofify requirements.txt
KazunoriSumiya Oct 21, 2025
e7cf35c
modify requirements.txt
KazunoriSumiya Oct 21, 2025
bde4078
add CopyRight
KazunoriSumiya Oct 21, 2025
c38c59c
add try-except-finally block
KazunoriSumiya Oct 21, 2025
f16d586
change name to core_confg
KazunoriSumiya Oct 21, 2025
9a149ab
change variable name
KazunoriSumiya Oct 22, 2025
cb49bf3
Responding to review comments
KazunoriSumiya Oct 22, 2025
93db7b1
fix copyright
KazunoriSumiya Oct 22, 2025
1ccca5c
separate the cells
KazunoriSumiya Oct 22, 2025
88387af
defined the dictionary keys as constants
KazunoriSumiya Oct 22, 2025
b5edde0
delete tutorial
KazunoriSumiya Oct 22, 2025
6df8732
delete tutorial
KazunoriSumiya Oct 22, 2025
d8e4ed4
Argument name unification
KazunoriSumiya Oct 22, 2025
3d5a9ee
2023 → 2025
KazunoriSumiya Oct 22, 2025
f198a45
change file name
KazunoriSumiya Oct 23, 2025
d53e776
modify comments
KazunoriSumiya Oct 23, 2025
321bd87
Split and rename tests
KazunoriSumiya Oct 23, 2025
b18f9d4
move FOUND_TPC = False
KazunoriSumiya Oct 23, 2025
13a8261
modify e2e test data
KazunoriSumiya Oct 25, 2025
db04682
modify unit test
KazunoriSumiya Oct 26, 2025
b32333d
use Logger.warning
KazunoriSumiya Oct 27, 2025
5b02db4
default value
KazunoriSumiya Oct 27, 2025
1bc1a36
Change to import only individual constants
KazunoriSumiya Oct 27, 2025
8e58126
change _MixP to _mixed_precision
KazunoriSumiya Oct 27, 2025
cf57f53
change _get_TPC to _get_tpc
KazunoriSumiya Oct 27, 2025
69532f3
change use_MCT_TPC to use_internal_tpc
KazunoriSumiya Oct 27, 2025
a25e6ca
change params_Export to params_export
KazunoriSumiya Oct 27, 2025
61d6153
delete local test code
KazunoriSumiya Oct 28, 2025
0edca0a
delete temp_mct
KazunoriSumiya Oct 28, 2025
b702825
delete tmp_mct
KazunoriSumiya Oct 28, 2025
bd44e98
delete old folder
KazunoriSumiya Oct 28, 2025
47252f7
delete blank line
KazunoriSumiya Oct 28, 2025
19e55e4
change function name
KazunoriSumiya Oct 28, 2025
0e9f922
move FOUND_TPC to verify_packages.py
KazunoriSumiya Oct 28, 2025
5f51a57
change select_argname to _select_argname
KazunoriSumiya Oct 28, 2025
274ace3
change select_argname to _select_argname
KazunoriSumiya Oct 28, 2025
0e4f765
delete package check
KazunoriSumiya Oct 28, 2025
52c53fd
change path to FOUND_TPC
KazunoriSumiya Oct 28, 2025
51dc572
delete import comment
KazunoriSumiya Oct 28, 2025
b563f00
Change a string to a constant
KazunoriSumiya Oct 28, 2025
26b4435
delete import and add import and so on
KazunoriSumiya Oct 29, 2025
1fc08d7
Convert a string to a constant
KazunoriSumiya Oct 29, 2025
772094b
delete blane line
KazunoriSumiya Oct 29, 2025
4e1b4d3
delete blank line
KazunoriSumiya Oct 29, 2025
fc8b121
delete import
KazunoriSumiya Oct 29, 2025
f2e602c
delete LQPTQ
KazunoriSumiya Oct 29, 2025
e269375
delete "concat_threshold_update=True"
KazunoriSumiya Oct 29, 2025
b053df7
Changing variable names, etc.
KazunoriSumiya Oct 30, 2025
9b5a3c5
Merge branch 'feature_develop_mctwrapper' of https://github.com/Kazun…
KazunoriSumiya Oct 30, 2025
2515f21
Delete unnecessary descriptions
KazunoriSumiya Oct 30, 2025
9dbc07b
Delete unnecessary descriptions
KazunoriSumiya Oct 30, 2025
b622363
Merge branch 'feature_develop_mctwrapper' of https://github.com/Kazun…
KazunoriSumiya Oct 30, 2025
9d2d2a8
add tutorial notebook
KazunoriSumiya Oct 30, 2025
a1b5995
modify URL
KazunoriSumiya Oct 31, 2025
dd30296
delete data
KazunoriSumiya Oct 31, 2025
8b5ffd2
same description as example_keras_post-training_quantization.ipynb
KazunoriSumiya Nov 6, 2025
a798b0b
!pip install model_compression_toolkit
KazunoriSumiya Nov 6, 2025
66c99d9
same description as example_keras_post-training_quantization.ipynb
KazunoriSumiya Nov 6, 2025
7116eaf
!pip install model_compression_toolkit
KazunoriSumiya Nov 6, 2025
bdfbce8
use_internal_tpc = True # Use MCT's built-in Targe…
KazunoriSumiya Nov 6, 2025
b6d8e06
delete float_model = MobileNetV2()
KazunoriSumiya Nov 6, 2025
91b4660
delete LQ-PTQ
KazunoriSumiya Nov 6, 2025
32a9da7
add comment
KazunoriSumiya Nov 6, 2025
47d1257
set torch==2.6.0 torchvision==0.21.0
KazunoriSumiya Nov 6, 2025
9f82f54
fisish → finish
KazunoriSumiya Nov 6, 2025
21117a0
Remove unused variable
KazunoriSumiya Nov 6, 2025
03e6ad9
use keyword argument
KazunoriSumiya Nov 6, 2025
467f850
add type hint
KazunoriSumiya Nov 6, 2025
2089b5b
use keyword argument
KazunoriSumiya Nov 6, 2025
7cf82e2
add type hint
KazunoriSumiya Nov 7, 2025
36cc916
Change variable name
KazunoriSumiya Nov 7, 2025
6beedfd
Change variable name
KazunoriSumiya Nov 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions tutorials/notebooks/mct_features_notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ These techniques are essential for further optimizing models and achieving super

</details>

<details id="keras-wrapper">
<summary>Wrapper</summary>

| Tutorial | Included Features |
|-------------------------------------------------------------------------------------|-------------------------|
| [Wrapper](keras/example_keras_mct_wrapper.ipynb) | &#x2705; Wrapper |

</details>

### Pytorch Tutorials


Expand Down Expand Up @@ -113,3 +122,11 @@ These techniques are essential for further optimizing models and achieving super
| [Quantization Troubleshooting using the Xquant Feature](pytorch/example_pytorch_xquant.ipynb) | &#x2705; Debug |

</details>
<details id="pytorch-wrapper">
<summary>Wrapper</summary>

| Tutorial | Included Features |
|------------------------------------------------------------------------------------------------|-------------------|
| [Wrapper](pytorch/example_pytorch_mct_wrapper.ipynb) | &#x2705; Wrapper |

</details>
Loading