摘要: conda config --set auto_activate_base false 阅读全文
posted @ 2021-04-29 20:49 佰大于 阅读(52) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash # $1 gpuid $2 workdir $3 model_path if [ $# -ne 2 ]; then echo "$1 gpuid param required" echo "$2 change workdir required" exit fi 阅读全文
posted @ 2021-04-29 20:18 佰大于 阅读(266) 评论(0) 推荐(0) 编辑