Parcourir la source

feat:VOV模型

zhaohaipeng il y a 1 an
Parent
commit
85d9c12637
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      sh/vov_xgboost_train.sh

+ 2 - 1
sh/vov_xgboost_train.sh

@@ -7,7 +7,8 @@ source /etc/profile
 echo "ROV_OFFLINE_ENV: $ROV_OFFLINE_ENV"
 
 # 设置 Python 环境
-conda activate py37
+source /root/anaconda3/bin/activate py37
+
 
 # 获取项目根目录的绝对路径
 sh_path=$(cd $(dirname $0)/..; pwd)