Skip to content

Commit

Permalink
Merge pull request the-full-stack#32 from hosjiu1702/update-readme
Browse files Browse the repository at this point in the history
Correct links (labs) in readme.md
  • Loading branch information
sergeyk authored May 27, 2021
2 parents 36cab9d + 5846a32 commit 1804be8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](lab5/readme.md): Train and evaluate line detection model (or paragraph recognition).
- [Lab 7: Data Management](lab6/readme.md): Label our own handwriting data and properly store it.
- [Lab 8: Continuous Integration](lab7/readme.md): Add continuous linting and testing of our code.
- [Lab 9: Deployment](lab8/readme.md): Run as a REST API locally, then in Docker, then put in production using AWS Lambda.
- [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 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.

0 comments on commit 1804be8

Please sign in to comment.