Gokul NC

Results 50 comments of Gokul NC

Hi @emjotde > Looks like we didn't add support for the quantized models to the old RNN models Any updates on this?

The issue is with the protobuf version mentioned on Marian documentation: https://marian-nmt.github.io/docs/#ubuntu-packages It mentions to install `libprotobuf17` explicitly, which corresponds to version 3.6. But the file which was said missing...

TL;DR -- What is the exact `protobuf` version I am supposed to use with Marian inorder for ONNX export to work? @frankseide

Hmm, so the issue was with the version of [`protobuf-lite` in the SentencePiece fork](https://github.com/marian-nmt/sentencepiece/tree/c307b874deb5ea896db8f93506e173353e66d4d3/third_party/protobuf-lite), which was v3.6 , and conflicting with v3.12 which I was trying to build Marian with...

When I was trying to run [marian_to_onnx_example.py](https://github.com/marian-nmt/marian-dev/blob/b64e258bda3d9134a39f41229776b630bc187094/scripts/onnx/marian_to_onnx_example.py), it threw the following error: Error ``` marian-dev/scripts/onnx$ python3 marian_to_onnx_example.py [2022-01-21 04:30:06] Outputting /tmp/model.npz.best-bleu-detok.npz, precision: float32 [2022-01-21 04:30:06] Loading model from /home/gokul/experiments/v5.4--indic_roman_to_eng/model/model.npz.best-bleu-detok.npz [2022-01-21...

Hey, I used this with Carla release version `0.8.0` only. So I'm not sure about the latest ones. Really sorry.

You can maybe check this for similar Carla RL repos: https://github.com/Amin-Tgz/awesome-CARLA#RL

> _Hope my solution can help others using v 0.8.2_ Great, thanks for letting me know. I'll update this on the README. > _is there any possible to close the...

Hi, I'm sorry, but as of now, this repo was tested only on Carla versions 0.8.* I think it won't work on any versions above this since there were some...

It is true that simulation is costly and takes time. These are some factors that affect the simulation: - Resolution of RGB camera - Number of cameras - Additional outputs...