Skip to content

Commit

Permalink
Merge pull request #237 from not522/remove-mxnet
Browse files Browse the repository at this point in the history
Remove MXNet examples
  • Loading branch information
HideakiImamura authored Feb 16, 2024
2 parents 5d87ead + cd8bed2 commit d92d5d3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 446 deletions.
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

0 comments on commit d92d5d3

Please sign in to comment.