From 174ebbdc065442175d9457b7a97d6e065f3d9cd0 Mon Sep 17 00:00:00 2001 From: Sergey Karayev Date: Fri, 4 Jun 2021 11:43:54 -0700 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 81fcea9..25735ca 100644 --- a/readme.md +++ b/readme.md @@ -24,8 +24,8 @@ Sequence: - [Lab 3: RNNs](lab3/readme.md): Using CNN + LSTM with CTC loss for line text recognition. - [Lab 4: Transformers](lab4/readme.md): Using Transformers for line text recognition. - [Lab 5: Experiment Management](lab5/readme.md): Real handwriting data, Weights & Biases, and hyperparameter sweeps. -- [Lab 6: Line Detection](lab6/readme.md): Train and evaluate line detection model (or paragraph recognition). -- [Lab 7: Data Management](lab7/readme.md): Label our own handwriting data and properly store it. +- [Lab 6: Data Labeling](lab6/readme.md): Label our own handwriting data and properly store it. +- [Lab 7: Paragraph Recognition](lab7/readme.md): Train and evaluate whole-paragraph recognition. - [Lab 8: Continuous Integration](lab8/readme.md): Add continuous linting and testing of our code. - [Lab 9: Deployment](lab9/readme.md): Run as a REST API locally, then in Docker, then put in production using AWS Lambda. - [Lab 10: Monitoring](lab10/readme.md): Set up monitoring that alerts us when the incoming data distribution changes.