Skip to content

Commit

Permalink
MCT tutorials readme - fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Idan-BenAmi committed Mar 21, 2024
1 parent 36fadd2 commit 18e6345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ For installing the nightly version or installing from source, refer to the [inst
Explore the Model Compression Toolkit (MCT) through our tutorials,
covering compression techniques for Keras and PyTorch models. Access interactive [notebooks](tutorials/README.md)
for hands-on learning. For example:
* [Keras MobileNetV2 post training quantization](notebooks/keras/ptq/example_keras_imagenet.ipynb)
* [Post training quantization with PyTorch](notebooks/pytorch/ptq/example_pytorch_quantization_mnist.ipynb)
* [Keras MobileNetV2 post training quantization](tutorials/notebooks/keras/ptq/example_keras_imagenet.ipynb)
* [Post training quantization with PyTorch](tutorials/notebooks/pytorch/ptq/example_pytorch_quantization_mnist.ipynb)
* [Data Generation for ResNet18 with PyTorch](tutorials/notebooks/pytorch/data_generation/example_pytorch_data_generation.ipynb).

Additionally, for quick quantization of a variety of models from well-known collections,
Expand Down

0 comments on commit 18e6345

Please sign in to comment.