'cp' is not recognized as an internal or external command in jupyter window, or The system cannot find the file specified

I'm getting same error in window jupyter notebook.

my code is:

  !copy {PRETRAINED_MODEL_PATH+'/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/pipeline.config'} {MODEL_PATH+'/'+CUSTOM_MODEL_NAME}

Also, I tried with the exchange of \ to / but getting below output

The system cannot find the file specified.

but file is available at this location



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source