Skip to content

Commit e269660

Browse files
authored
Remove the examples force required torch 1.13.1 (#2074)
* remove alexnet_fashion_mnist notebook Signed-off-by: chensuyue <suyue.chen@intel.com> * remove rnnt in pytorch examples Signed-off-by: chensuyue <suyue.chen@intel.com> --------- Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 2b4c824 commit e269660

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+0
-4873
lines changed

examples/.config/model_params_pytorch.json

-7
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,6 @@
316316
"batch_size": 100,
317317
"main_script": "run.py"
318318
},
319-
"rnnt": {
320-
"model_src_dir": "speech_recognition/rnnt/quantization/ptq_dynamic/fx",
321-
"dataset_location": "/tf_dataset/pytorch/rnnt/convert_dataset/",
322-
"input_model": "/tf_dataset/pytorch/rnnt/rnnt.pt",
323-
"main_script": "run_tune.py",
324-
"batch_size": 100
325-
},
326319
"wav2vec2_dynamic":{
327320
"model_src_dir": "speech_recognition/torchaudio_models/quantization/ptq_dynamic/fx",
328321
"dataset_location": "/tf_dataset2/datasets/speech_data/LibriSpeech/test-clean",

examples/README.md

-7
Original file line numberDiff line numberDiff line change
@@ -486,12 +486,6 @@ Intel® Neural Compressor validated examples with multiple compression technique
486486
<td>Post-Training Dynamic Quantization</td>
487487
<td><a href="./pytorch/speech_recognition/torchaudio_models/quantization/ptq_dynamic/fx">fx</a></td>
488488
</tr>
489-
<tr>
490-
<td>RNNT</td>
491-
<td>Speech Recognition</td>
492-
<td>Post-Training Dynamic Quantization</td>
493-
<td><a href="./pytorch/speech_recognition/rnnt/quantization/ptq_dynamic/fx">fx</a></td>
494-
</tr>
495489
<tr>
496490
<td>BlendCNN</td>
497491
<td>Natural Language Processing</td>
@@ -1479,7 +1473,6 @@ Intel® Neural Compressor validated examples with multiple compression technique
14791473
# Notebook Examples
14801474

14811475
* [Performance of FP32 Vs. INT8 ResNet50 Model](/examples/notebook/perf_fp32_int8_tf): compare existed FP32 & INT8 ResNet50 model directly.
1482-
* [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.
14831476
* [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.
14841477
* [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.
14851478

examples/notebook/pytorch/alexnet_fashion_mnist/License.txt

-7
This file was deleted.

examples/notebook/pytorch/alexnet_fashion_mnist/README.md

-251
This file was deleted.

0 commit comments

Comments
 (0)