简体   繁体   中英

'cp' is not recognized as an internal or external command in jupyter notebook

code is

!mkdir {'Tensorflow\workspace\models\\'+CUSTOM_MODEL_NAME}
!cp {PRETRAINED_MODEL_PATH+'\ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8\pipeline.config'} {MODEL_PATH+'\'+CUSTOM_MODEL_NAME'}

error is

'cp' is not recognized as an internal or external command, operable program or batch file.

please help me

It seems you are running in windows.

try !copy instead of !cp

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM