зеркало из https://github.com/mozilla/bugbug.git
The model argument should be the first one when running the training script
This is required since 4b3e319f6d
This commit is contained in:
Родитель
0910d72127
Коммит
f373883c0a
|
@ -30,10 +30,10 @@ ls -lh data
|
|||
|
||||
|
||||
# Then train a bug model
|
||||
bugbug-train --limit 500 --no-download defectenhancementtask
|
||||
bugbug-train defectenhancementtask --limit 500 --no-download
|
||||
|
||||
# Then train a commit model
|
||||
bugbug-train --limit 30000 --no-download backout
|
||||
bugbug-train backout --limit 30000 --no-download
|
||||
|
||||
# Then spin the http service up
|
||||
# This part duplicates the http service Dockerfiles because we cannot easily spin Docker containers
|
||||
|
|
Загрузка…
Ссылка в новой задаче