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.