Commit 2df32efc authored by 张彦钊's avatar 张彦钊

delete submit.sh time

parent 6ab4a5be
2 merge requests!14nearby queue取top50% 日记队列,因为日记队列变长,造成写入数据库失败,!13nearby queue 取top50%的日记队列,否则日记队列过长,写不进数据库里
......@@ -254,7 +254,6 @@ def get_predict_set(model,columns):
df = df.drop([0, "seq"], axis=1)
print(df.head())
# print(df.loc[df["device_id"] == "358035085192742"].shape)
native_pre = df[df["label"] == "0"]
native_pre = native_pre.drop("label", axis=1)
print("native")
......
......@@ -59,8 +59,6 @@ ${PYTHON_PATH} ${MODEL_PATH}/Model_pipline/DeepCvrMTL.py --ctr_task_wgt=0.3 --le
echo "train time"
current=$(date "+%Y-%m-%d %H:%M:%S")
timeStamp=$(date -d "$current" +%s)
currentTimeStamp=$((timeStamp*1000+`date "+%N"`/1000000))
echo $current
echo "infer native..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment