Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 407 Bytes

File metadata and controls

26 lines (17 loc) · 407 Bytes

PaddleJsConverter

Installation

System Requirements:

  • paddlepaddle >= 2.0.0
  • paddlelite == 2.7.1
  • Python3: 3.5.1+ / 3.6 / 3.7
  • Python2: 2.7.15+

Install PaddleJsConverter

pip install paddlejsconverter

# or
pip3 install paddlejsconverter

Usage

paddlejsconverter --modelPath=user_model_path --paramPath=user_model_params_path --outputDir=model_saved_path