Vladimir Grankovsky
Vladimir Grankovsky
I was trying to home a machine which has two motors on Y axis. As opposed to #418 and #359, I wrote a homing code where I keep both motors...
I'm using offline trajectory computation through Python, using the version compiled from this repo from May 15, (commit eb749af10fe10554bea795182209242a9c57433a). Running on Nvidia Jetson Nano. Errors happen every once in a...
## Describe the bug Recently there are no processes displayed, and sometimes the app crashes completely with the following: ``` Traceback (most recent call last): File "/usr/local/bin/jtop", line 8, in...
There's a wheel for jetpack 4.6 of TF2.5 here https://elinux.org/Jetson_Zoo#ONNX_Runtime
blockparser folder seems to be missing?
**Describe the bug** Trying on a working model, simplifier crashes. **Model** https://www.dropbox.com/s/sg4ms13mtj5kdi1/backup1.onnx?dl=1
### System Info Jetson Orin AGX, using the version 0.10 from pip ### Who can help? _No response_ ### Information - [X] The official example scripts - [ ] My...
So I removed the flag `--overwrite_output_dir` to be able to resume the training, and I'm getting the following error: ``` 04/01/2024 00:30:01 - INFO - __main__ - max_steps is given,...
Did you compare Whisper-large2 and distil-whisper on Transformers default settings (beam-size = 1, temperature = 1, do_sample = False)? What would be the difference if you've used Open-ai settings (beam-size...
### Describe your problem I do reranking of 3 searches. Can I get the original distances of each of the 3 searches? This doesn't work: ```python result, extra_result = (...