The model argument should be the first one when running the training script

This is required since 4b3e319f6d
This commit is contained in:
Marco Castelluccio 2021-04-29 23:01:06 +02:00
Родитель 0910d72127
Коммит f373883c0a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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