004426: Invalid parameter. model must be either one of the supported model names: <value>, or the path to a configuration file from the model repository <value>, for example, mask2former or C:\deeplabv3plus_r101-d16-mg124_512x1024_40k_cityscapes.py. Remember to use double backslashes '\\' instead of single '\' in the path.
Description
The training data provided is not supported by the specified model. Another issue might be that the path to the configuration file is incorrect.
For more information about valid argument values, see Deep learning arguments.
Solution
Ensure that the model type is correct or that the path is pointing to a valid configuration file. If a file path is specified, ensure that you use double backslashes (\\) for the file path.