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

Fixes #1744 I'd contributed the original notebook with a link to my branch of the repository rather than it's expected path. CC: @afrozenator

ready to pull

### Description In the README, following the first link to [trax.data API explained](https://github.com/google/trax/blob/master/trax/examples/trax_data_Explained.ipynb) : When clicking on "Open in Colab" produces: ![image](https://user-images.githubusercontent.com/9282281/163831855-060fc725-fb18-476b-8eb0-01efbd46510c.png)

### Description I'm using Tensorflow on my M1 Mac, but importing Trax throws this error. I've tried envs with Tensorflow versions 2.5.0, 2.6.0, and 2.7.0. ### Environment information ``` OS:...

### Description I got this error while importing the trax $ pip freeze | grep trax ``` trax 1.3.1 ``` $ pip freeze | grep tensor ``` mesh-tensorflow==0.1.21 tensor2tensor==1.15.7 tensorboard==2.9.1...

### Description I am trying trax-ml library in Google Colab. I installed trax using below command !pip install trax==1.3.1 But I am not able to import trax library. Please help...

Regarding Reformer: [paper](https://arxiv.org/pdf/2001.04451.pdf) | [code](https://github.com/google/trax/tree/master/trax/models/reformer) From paper: > .. show that it performs the same as the normal Transformer when using the same number of parameters; we achieve this by...

How to use Trax to implement NER model in NLP using reformer.

enhancement

### Description Hi, I have run the example ende translation script and have installed jax+cuda so that I do *not* get the typical "No GPU/TPU found, falling back to CPU"...

Fix issues related to new behavior of JAX DeviceArray.copy() In https://github.com/google/jax/pull/10069, JAX changes the behavior of DeviceArray.copy() so that it returns a DeviceArray rather than returning a numpy array. For...

### Description I created and environment using miniconda supported with M1 chip, after that we installed Tensorflow2.4 which can use GPU and tried installing Trax but it throws following error....