Darren Chang
Darren Chang
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation) ### Steps to Reproduce 1....
# Changes 1. Updated dataset.py to work with torch 2.3.1 _accumulate is no longer implemented in torch 2.3.1, therefore dataset.py must have it's own `def _accumulate`. This method is taken...
I use tons of torch.Tensor.to methods in my model for moving tensor between cpu/cuda, but the method is not supported in torch2trt currently. Will it ever be supported in the...
- git_diff does not cache git_sign_count into diff_cache when rmagatti/auto-session plugin is used to launch nvim session with multiple open windows. - This commit makes sure to not use diff_cache...
- Redis download website expects the User-Agent to be set, otherwise they will respond 403 and cause setup.py to fail to install I confirm that this contribution is made under...
- This implementation adds the command line option `low_vram`. Pros for enabling low_vram - Allow dataset to be loaded into RAM instead of GPU VRAM. - Allow the entire GPU...
Implements a mean to add the summary of a method with api.doc decorator. This change is suggested by https://github.com/albinpopote #109