Shivanand Roy
Shivanand Roy
Hey @sersoage : In the current version it only runs on CPU. I will add a flag to run GPU or CPU in the next release. For now, you can...
Hi @lavpy , This repo is deprecated and is no longer maintained. To solve you problem, you may need to downgrade the dependencies ```python !pip install tensorflow_addons==0.8.3 !pip install tqdm==4.41.1...
@Carla-ifr , This repo is deprecated and is no longer maintained. To solve you problem, you may need to downgrade the dependencies ```python !pip install tensorflow_addons==0.8.3 !pip install tqdm==4.41.1 !pip...
Hi @timohromadka , @samareshyadav55 - I have packaged this script into a python library for ease of use: `SimpleT5` `pip install simplet5` ```python # import from simplet5 import SimpleT5 #...