Rate This Document
Findability
Accuracy
Completeness
Readability

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