Skip to content

Commit

Permalink
Merge pull request #78 from yschneider-sinneria/mention-teklia-repo
Browse files Browse the repository at this point in the history
Mention Teklia's fork
  • Loading branch information
starride-teklia authored Sep 2, 2024
2 parents a9fb467 + c33bb39 commit 6eb40f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

**It is also a successor to [Laia](https://github.com/jpuigcerver/Laia).**

**Development/Maintenance is now done on [Teklia's fork](https://gitlab.teklia.com/atr/pylaia). Please head over there if you want to use the latest version of PyLaia.**

[![Build](https://img.shields.io/github/workflow/status/jpuigcerver/PyLaia/Laia%20CI?&label=Build&logo=GitHub&labelColor=1b1f23)](https://github.com/jpuigcerver/PyLaia/actions?query=workflow%3A%22Laia+CI%22)
[![Coverage](https://img.shields.io/codecov/c/github/jpuigcerver/PyLaia?&label=Coverage&logo=Codecov&logoColor=ffffff&labelColor=f01f7a)](https://codecov.io/gh/jpuigcerver/PyLaia)
[![Code quality](https://img.shields.io/codefactor/grade/github/jpuigcerver/PyLaia?&label=CodeFactor&logo=CodeFactor&labelColor=2782f7)](https://www.codefactor.io/repository/github/jpuigcerver/PyLaia)
Expand Down
4 changes: 2 additions & 2 deletions laia/scripts/htr/train_ctc.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ def run(
if im_stats.is_fixed_height
else None,
color_mode=data.color_mode,
#shuffle_tr=not bool(trainer.limit_train_batches),
shuffle_tr=True if trainer.limit_train_batches==1 else False,
# shuffle_tr=not bool(trainer.limit_train_batches),
shuffle_tr=True if trainer.limit_train_batches == 1 else False,
augment_tr=train.augment_training,
stage="fit",
num_workers=num_workers,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
textdistance
natsort
numpy
numpy<2
scipy
matplotlib
# cpu version: nnutils-pytorch
Expand Down

0 comments on commit 6eb40f5

Please sign in to comment.