This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Description
Currently it is possible to plug you own model for it to be evaluated. This can be done by providing a --t2t_usr_dir parameter to t2t-trainer, as explained in the readme, without needing to modify tensor2tensor itself.
However, the same is not possible with datasets. In order to provide your own dataset, you need to modify tensor2tensor itself, as described data generators README.
It would be nice to have a mechanism for custom datasets that is analogous to that for models.
If it is seen as something good but it's not to be implemented in the near future, are contributions in that direction welcome?