瀏覽代碼

Update README.md (#959)

Lutz Roeder 3 年之前
父節點
當前提交
4db06ff543
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 1
      README.md
  2. 2 1
      publish/setup.py

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ Netron is a viewer for neural network, deep learning and machine learning models
 
 Netron supports ONNX, TensorFlow Lite, Caffe, Keras, Darknet, PaddlePaddle, ncnn, MNN, Core ML, RKNN, MXNet, MindSpore Lite, TNN, Barracuda, Tengine, CNTK, TensorFlow.js, Caffe2 and UFF.
 
-Netron has experimental support for PyTorch, TensorFlow, TorchScript, OpenVINO, Torch, Vitis AI, kmodel, Arm NN, BigDL, Chainer, Deeplearning4j, MediaPipe, ML.NET and scikit-learn.
+Netron has experimental support for PyTorch, TensorFlow, TorchScript, OpenVINO, Torch, Vitis AI, kmodel, Arm NN, BigDL, Chainer, Deeplearning4j, MediaPipe, MegEngine, ML.NET and scikit-learn.
 
 <p align='center'><a href='https://www.lutzroeder.com/ai'><img src='.github/screenshot.png' width='800'></a></p>
 

+ 2 - 1
publish/setup.py

@@ -13,7 +13,8 @@ setuptools.setup(
                      'Tengine, TensorFlow.js, Caffe2 and UFF. '
                      'Netron has experimental support for '
                      'PyTorch, TensorFlow, TorchScript, OpenVINO, Torch, Vitis AI, Arm NN, '
-                     'BigDL, Chainer, CNTK, Deeplearning4j, MediaPipe, ML.NET and scikit-learn.',
+                     'BigDL, Chainer, CNTK, Deeplearning4j, MediaPipe, MegEngine, '
+                     'ML.NET and scikit-learn.',
     keywords=[
         'onnx', 'keras', 'tensorflow', 'tflite', 'coreml', 'mxnet', 'caffe', 'caffe2',
         'torchscript', 'pytorch', 'ncnn', 'mnn', 'openvino', 'darknet', 'paddlepaddle', 'chainer',