我要评分
获取效率
正确性
完整性
易理解

Configuring the Environment

ModelZoo model training depends on the conda environment. You need to create and activate the conda environment in advance.

  1. Create a conda virtual environment for the training phase.
    1
    conda create -c conda-forge -n model_zoo_train python=3.7.5
    
  2. Activate the conda environment after it is created.
    1
    conda activate model_zoo_train