From d5fcbf567e3afbf385be07447424dd71b5bdf96e Mon Sep 17 00:00:00 2001 From: Yanzhan Yang Date: Mon, 19 Aug 2019 20:16:52 +0800 Subject: [PATCH] update paddle web readme --- web/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/web/README.md b/web/README.md index 4d10e94434..14065c6456 100644 --- a/web/README.md +++ b/web/README.md @@ -12,14 +12,6 @@ Paddle Web is built on Atom system which is a versatile framework to support GPG Paddle Web could run TinyYolo model in less than 30ms on chrome. This is fast enough to run deep learning models in many realtime scenarios. -### High Compatibility - -Hardware compatibility: Paddle Lite supports a diversity of hardwares — ARM CPU, Mali GPU, Adreno GPU, Huawei NPU and FPGA. In the near future, we will also support AI microchips from Cambricon and Bitmain. - -Model compatibility: The Op of Paddle Lite is fully compatible to that of PaddlePaddle. The accuracy and performance of 18 models (mostly CV models and OCR models) and 85 operators have been validated. In the future, we will also support other models. - -Framework compatibility: In addition to models trained on PaddlePaddle, those trained on Caffe and TensorFlow can also be converted to be used on Paddle Lite, via [X2Paddle](https://github.com/PaddlePaddle/X2Paddle). In the future to come, we will also support models of ONNX format. - ## How To Build ```bash -- GitLab