Browse Source

vov实验迭代,特征写入redis。sh脚本上传。

zhangbo 5 months ago
parent
commit
751cd9371a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      write_redis/alg_recsys_feature_08_vidh24predv2_redis_task.sh

+ 2 - 2
write_redis/alg_recsys_feature_08_vidh24predv2_redis_task.sh

@@ -11,10 +11,10 @@ cur_h="`date +%H`"
 echo "shell开始执行时间:{$(date "+%Y-%m-%d %H:%M:%S")}"
 if [[ $ROV_OFFLINE_ENV == 'test' ]]; then
   echo "test环境"
-  /root/anaconda3/bin/python alg_recsys_feature_08_vidh24predv2_redis_task.py $cur_time $cur_h
+  /root/anaconda3/bin/python alg_recsys_feature_08_vidh24predv2_redis.py $cur_time $cur_h
 elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
   echo "pro环境"
-  /root/anaconda3/bin/python alg_recsys_feature_08_vidh24predv2_redis_task.py $cur_time $cur_h
+  /root/anaconda3/bin/python alg_recsys_feature_08_vidh24predv2_redis.py $cur_time $cur_h
   if [ $? -ne 0 ]; then
     msg="写redis的任务,预测视频vovh24使用的特征,alg_recsys_feature_08_vidh24predv2_redis.py:${cur_time}-${cur_h}-something-is-wrong."
     /root/anaconda3/bin/python utils_monitor.py ${msg}