trax icon indicating copy to clipboard operation
trax copied to clipboard

Trax — Deep Learning with Clear Code and Speed

Results 125 trax issues
Sort by recently updated
recently updated
newest added

### Description I want to perform translation from english to multiple languages using a pretrained model. i am unable to perform this for other than german language using the code...

### Description ImportError thrown after importing libraries ... ### Environment information trax 1.4.1 ``` OS: Ubuntu $ pip freeze | grep trax trax 1.4.1 $ pip freeze | grep tensor...

### Description I am trying to translate the Reformer machine_translation code https://github.com/google/trax/blob/master/trax/models/reformer/machine_translation.ipynb that was written for trax 1.2.9 to make it work with trax 1.4.1 However, my program crashes when...