google-research / google-research/lasertagger
Lasertagger Colab Notebook request
Open
- Dominant language
- Python
- Stars
- 602
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
The goal is to run lasertagger in a Google Colab notebook, similar to the BERT finetuning notebooks.
A few issues involved:
- Requirements -- Install BERT
- Colab works only with TF 1.x for TPU support
- Default 256 batch size results in OOM error on colab k80 GPU
- Add support for training / export using TFHub / Google Cloud.
Contributor guide
Assessment
This issue has not been assessed yet.