-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ניסיון חזרה לרשימת הזמרים הרגילה, קובץ באט אוטומטי
עקב ירידת ביצועים, בדיקה עם רשימת הזמרים המלאה (ללא סינון כפולים) נוסף קובץ באט עבור כל תהליך בניית הדאטה באופן אוטומטי
- Loading branch information
Showing
10 changed files
with
95,596 additions
and
89,710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
custom_ner_model26-2git | ||
custom_ner_model26-3git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
@echo off | ||
|
||
echo. | ||
echo #1 - duplic singers removing | ||
|
||
cd level1 | ||
|
||
"1-remove-duplic-singers.py" | ||
|
||
echo. | ||
echo #2 song list processing | ||
|
||
"2-song-list-processor.py" | ||
|
||
echo. | ||
echo #3 - singers randoming | ||
|
||
"3-randomer_singers.py" | ||
|
||
echo. | ||
echo #4 - creat json | ||
|
||
cd.. | ||
|
||
"1-creat_json.py" | ||
|
||
echo. | ||
echo #5 - cleaner json | ||
|
||
"2-cleaner_json.py" | ||
|
||
echo. | ||
echo #6 - pull to git | ||
|
||
rem git pull | ||
|
||
pause |
Oops, something went wrong.