Skip to content

Commit

Permalink
Mention Teklia's fork
Browse files Browse the repository at this point in the history
  • Loading branch information
yschneider-sinneria committed Sep 2, 2024
1 parent a9fb467 commit ff4f159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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

0 comments on commit ff4f159

Please sign in to comment.