Skip to content
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

Remove MXNet examples #237

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
45 changes: 0 additions & 45 deletions .github/workflows/mxnet.yml

This file was deleted.

3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ The examples below provide codeblocks similar to the example above for various d
* [FastAI V1](./fastai/fastaiv1_simple.py)
* [FastAI V2](./fastai/fastaiv2_simple.py)
* [Haiku](./haiku/haiku_simple.py)
* [Gluon](./mxnet/gluon_simple.py)
* [Keras](./keras/keras_simple.py)
* [LightGBM](./lightgbm/lightgbm_simple.py)
* [LightGBM Tuner](./lightgbm/lightgbm_tuner_simple.py)
* [MXNet](./mxnet/mxnet_simple.py)
* [PyTorch](./pytorch/pytorch_simple.py)
* [PyTorch Ignite](./pytorch/pytorch_ignite_simple.py)
* [PyTorch Lightning](./pytorch/pytorch_lightning_simple.py)
Expand Down Expand Up @@ -87,7 +85,6 @@ In addition, integration modules are available for the following libraries, prov
* [Pruning with FastAI V2 integration module](./fastai/fastaiv2_simple.py)
* [Pruning with Keras integration module](./keras/keras_integration.py)
* [Pruning with LightGBM integration module](./lightgbm/lightgbm_integration.py)
* [Pruning with MXNet integration module](./mxnet/mxnet_integration.py)
* [Pruning with PyTorch integration module](./pytorch/pytorch_simple.py)
* [Pruning with PyTorch Ignite integration module](./pytorch/pytorch_ignite_simple.py)
* [Pruning with PyTorch Lightning integration module](./pytorch/pytorch_lightning_simple.py)
Expand Down
134 changes: 0 additions & 134 deletions mxnet/gluon_simple.py

This file was deleted.

136 changes: 0 additions & 136 deletions mxnet/mxnet_integration.py

This file was deleted.

Loading
Loading