blob: 848e266ac9887507c20f6a8d7805a2d905d485bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Text Recognizer
Implementing the text recognizer project from the course ["Full Stack Deep Learning Course"](https://fullstackdeeplearning.com/march2019) in PyTorch in order to learn best practices when building a deep learning project. I have expanded on this project by adding additional feature and ideas given by Claudio Jolowicz in ["Hypermodern Python"](https://cjolowicz.github.io/posts/hypermodern-python-01-setup/).
## Setup
TBC
## Todo
- [x] subsampling
- [ ] Be able to run experiments
- [ ] Train models
- [ ] Implement wandb
- [ ] Implement Bayesian hyperparameter search
- [ ] New models and datasets
|