소스 검색

测试日志

zhangbo 7 달 전
부모
커밋
29de26f4af
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      write_redis/alg_recsys_feature_07_vidh24pred_redis_task.sh

+ 2 - 1
write_redis/alg_recsys_feature_07_vidh24pred_redis_task.sh

@@ -14,7 +14,8 @@ if [[ $ROV_OFFLINE_ENV == 'test' ]]; then
   /root/anaconda3/bin/python alg_recsys_feature_07_vidh24pred_redis.py $cur_time $cur_h
 elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
   echo "pro环境"
-  /root/anaconda3/bin/python alg_recsys_feature_07_vidh24pred_redis.py $cur_time $cur_h
+  #/root/anaconda3/bin/python alg_recsys_feature_07_vidh24pred_redis.py $cur_time $cur_h
+  /root/anaconda3/bin/python alg_recsys_feature_07_vidh24pred_redis.py $cur_time 20
   echo $?
   if [ $? -ne 0 ]; then
     msg="写redis的任务,预测视频vovh24使用的特征,alg_recsys_feature_07_vidh24pred_redis.py:${cur_time}-${cur_h}-something-is-wrong."