google-research / text-to-text-transfer-transformer

Code for the paper "Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer"
https://arxiv.org/abs/1910.10683
Apache License 2.0
6.13k stars 753 forks source link

Remove broken notebook deploy.ipynb. #1115

Closed copybara-service[bot] closed 11 months ago

copybara-service[bot] commented 11 months ago

Remove broken notebook deploy.ipynb.

Relies on a call to t5_mesh_transformer, which uses an outdated pip package that is no longer maintained and contains broken references, e.g.:

AttributeError: module 'tensorflow.python.framework.ops' has no attribute 'register_tensor_conversion_function'