xielixun 4 years ago
parent
commit
6fe8355dcd

+ 0 - 5
.idea/workspace.xml

@@ -2,11 +2,6 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="6b55ac01-3e23-447a-a42e-54e011f0a33e" name="Default Changelist" comment="">
-      <change afterPath="$PROJECT_DIR$/deep_rank/FiBiNET_tzld_rank.py" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/deep_rank/xdeepfm_tzld_rank.py" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/emb_faiss/faiss-tzld-videos-users-dssm/start-prod.sh" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/emb_faiss/faiss-tzld-videos-users-fm/start-prod.sh" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/emb_faiss/faiss-tzld-videos-users-item2vec/start-prod.sh" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
     </list>
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />

+ 1 - 1
emb_faiss/faiss-tzld-videos-users-dssm/start-prod.sh

@@ -21,4 +21,4 @@ fi
 #rm -rf ${file_log}/run*
 ps -ef | grep "app_dssm_0329.py" | grep -v grep | awk '{print $2}' | xargs kill -9
 
-nohup python3 -u  ./app_dssm_0329.py --env prod > /dev/null 2>&1 &
+nohup python3 -u  ./app_dssm_0329.py > /dev/null 2>&1 &

+ 1 - 1
emb_faiss/faiss-tzld-videos-users-fm/start-prod.sh

@@ -21,4 +21,4 @@ fi
 #rm -rf ${file_log}/run*
 ps -ef | grep "app_fm_0329.py" | grep -v grep | awk '{print $2}' | xargs kill -9
 
-nohup python3 -u  ./app_fm_0329.py --env prod > /dev/null 2>&1 &
+nohup python3 -u  ./app_fm_0329.py prod > /dev/null 2>&1 &

+ 1 - 1
emb_faiss/faiss-tzld-videos-users-item2vec/start-prod.sh

@@ -21,4 +21,4 @@ fi
 #rm -rf ${file_log}/run*
 ps -ef | grep "app_item2vec_0316.py" | grep -v grep | awk '{print $2}' | xargs kill -9
 
-nohup python3 -u  ./app_item2vec_0316.py --env prod > /dev/null 2>&1 &
+nohup python3 -u  ./app_item2vec_0316.py prod > /dev/null 2>&1 &

+ 0 - 1
match_recall/video_semantic_emb_bert.py

@@ -8,7 +8,6 @@ begin_time = time.time()
 bc = BertClient()
 #bc = BertClient(ip='192.168.204.120', port=5555)
 
-
 csvFile2 = open("./embedding_semantic_videoTzld1116-alldata.csv",'w',newline='',encoding='utf-8')
 writer = csv.writer(csvFile2)
 csvRow1 = ['videoId', 'semantic_embedding']