-
I tried the following:
1. include the ledger in a project with the following `dfx.json`
```{
"canisters": {
"ledger": {
"type": "custom",
"wasm": "ledge…
-
### Description
Attribute Error
### Environment information
Google Colab
```
OS: Ubuntu 20.04.3 LTS
$ pip freeze | grep trax
trax==1.4.1
$ pip freeze | grep tensor
tensorboard==2.6.0
…
-
### Description
In the snippet in the docs here
```python
# Create a Transformer model.
# Pre-trained model config in gs://trax-ml/models/translation/ende_wmt32k.gin
model = trax.models.Transfo…
-
### Description
Inconsistent function description at https://github.com/google/trax/blob/master/trax/layers/attention.py#L330C1-L342C23
The function states that it "Returns attention-computed per-…
-
We need to write a driver to implement the PNI Binary Protocol to control and read data from our TRAX AHRS Unit. See Section 7 of the "TRAX User Manual r09.2" in our drive.
-
### Description
I was trying to load data sets using trax using the trax.data.TFDS
trax.data.TFDS('opus/medical',
keys=('en', '…
-
[100%] Linking CXX executable mil
Undefined symbols for architecture x86_64:
"cv::putText(cv::Mat&, std::__cxx11::basic_string const&, cv::Point_, int, double, cv::Scalar_, int, int, bool)", refer…
-
### Description
I'm trying to follow the trax examples in the trax README.md. I ran
```
python -m tensor2tensor.trax.trainer \
--config_file=$PWD/trax/configs/resnet50_imagenet_8gb.gin
```…
-
### Description
PretrainedBERT model fails on its initialization.
### Environment information
```
OS: macOS Big Sur 11.4
$ pip freeze | grep trax
trax==1.3.9
$ pip freeze | grep ten…
-
### Description
I am getting following error if i load model in `predict ` model. it works perfectly in `eval` mode.
```
ValueError: Incompatible shapes for matmul arguments: (8, 1, 64) and (2…