May 2020
Beginner to intermediate
430 pages
10h 39m
English
The model config file is a text file that defines the following important characteristics of the model:
During training, the model uses the config file to input and set parameters. You can find the list of config files in the TensorFlow directory under the following path:
models-master/research/object-detection/samples/configs
Alternatively, you ...