Skip to content

Commit

Permalink
fix: ne plus utiliser RNN parce que ca ne marche pas bien!
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 25, 2024
1 parent 8c91d47 commit d6d7ab5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ format = [
"isort alexi test",
]
train = [
"""python scripts/train_rnn.py --nepoch 45 -o alexi/models/rnn.pt \\
data/*.csv data/patches/*.csv""",
"""python scripts/train_rnn_crf.py --nepoch 1 --freeze -i alexi/models/rnn.pt \\
-o alexi/models/rnn_crf.pt data/*.csv data/patches/*.csv""",
# """python scripts/train_rnn.py --nepoch 45 -o alexi/models/rnn.pt \\
# data/*.csv data/patches/*.csv""",
# """python scripts/train_rnn_crf.py --nepoch 1 --freeze -i alexi/models/rnn.pt \\
# -o alexi/models/rnn_crf.pt data/*.csv data/patches/*.csv""",
"""python scripts/train_crf.py \\
--features text+layout+structure --labels bonly \\
--outfile alexi/models/crf.joblib.gz \\
Expand Down

0 comments on commit d6d7ab5

Please sign in to comment.