[TF2] Remove usages of tf_slim
Open
- Dominant language
- Python
- Stars
- 95
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
tf_slim is very much idiomatically TF1, to the point that I'm not sure it works when we are executing eagerly/utilizing tf.function. We should replace usages of it (mostly continuous evaluation in `main_function.py`) with a custom loop utilizing new TF2 APIs.
Contributor guide
Assessment
This issue has not been assessed yet.