Skip to content

Commit

Permalink
Remove the examples force required torch 1.13.1 (#2074)
Browse files Browse the repository at this point in the history
* remove alexnet_fashion_mnist notebook

Signed-off-by: chensuyue <[email protected]>

* remove rnnt in pytorch examples

Signed-off-by: chensuyue <[email protected]>

---------

Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue authored Nov 27, 2024
1 parent 2b4c824 commit e269660
Show file tree
Hide file tree
Showing 63 changed files with 0 additions and 4,873 deletions.
7 changes: 0 additions & 7 deletions examples/.config/model_params_pytorch.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,13 +316,6 @@
"batch_size": 100,
"main_script": "run.py"
},
"rnnt": {
"model_src_dir": "speech_recognition/rnnt/quantization/ptq_dynamic/fx",
"dataset_location": "/tf_dataset/pytorch/rnnt/convert_dataset/",
"input_model": "/tf_dataset/pytorch/rnnt/rnnt.pt",
"main_script": "run_tune.py",
"batch_size": 100
},
"wav2vec2_dynamic":{
"model_src_dir": "speech_recognition/torchaudio_models/quantization/ptq_dynamic/fx",
"dataset_location": "/tf_dataset2/datasets/speech_data/LibriSpeech/test-clean",
Expand Down
7 changes: 0 additions & 7 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,12 +486,6 @@ Intel® Neural Compressor validated examples with multiple compression technique
<td>Post-Training Dynamic Quantization</td>
<td><a href="./pytorch/speech_recognition/torchaudio_models/quantization/ptq_dynamic/fx">fx</a></td>
</tr>
<tr>
<td>RNNT</td>
<td>Speech Recognition</td>
<td>Post-Training Dynamic Quantization</td>
<td><a href="./pytorch/speech_recognition/rnnt/quantization/ptq_dynamic/fx">fx</a></td>
</tr>
<tr>
<td>BlendCNN</td>
<td>Natural Language Processing</td>
Expand Down Expand Up @@ -1479,7 +1473,6 @@ Intel® Neural Compressor validated examples with multiple compression technique
# Notebook Examples

* [Performance of FP32 Vs. INT8 ResNet50 Model](/examples/notebook/perf_fp32_int8_tf): compare existed FP32 & INT8 ResNet50 model directly.
* [Intel® Neural Compressor Sample for PyTorch*](/examples/notebook/pytorch/alexnet_fashion_mnist): an End-To-End pipeline to build up a CNN model by PyTorch to recognize fashion image and speed up AI model by Intel® Neural Compressor.
* [Intel® Neural Compressor Sample for TensorFlow*](/examples/notebook/tensorflow/alexnet_mnist): an End-To-End pipeline to build up a CNN model by TensorFlow to recognize handwriting number and speed up AI model by Intel® Neural Compressor.
* [Accelerate VGG19 Inference on Intel® Gen4 Xeon® Sapphire Rapids](/examples/notebook/tensorflow/vgg19_ibean): an End-To-End pipeline to train VGG19 model by transfer learning based on pre-trained model from [TensorFlow Hub](https://tfhub.dev); quantize it by Intel® Neural Compressor on Intel® Gen4 Xeon® Sapphire Rapids.

7 changes: 0 additions & 7 deletions examples/notebook/pytorch/alexnet_fashion_mnist/License.txt

This file was deleted.

251 changes: 0 additions & 251 deletions examples/notebook/pytorch/alexnet_fashion_mnist/README.md

This file was deleted.

Loading

0 comments on commit e269660

Please sign in to comment.