Kastan Day
Kastan Day
I'm experiencing the same issue. Only one of the pretrained models detected people at all, and even then it was quite poor. The rest of them often failed to return...
> XGBoostError: [17:01:27] /opt/conda/envs/rapids/conda-bld/xgboost_1607619219243/work/src/tree/updater_gpu_hist.cu:786: Exception in gpu_hist: NCCL failure :unhandled system error /opt/conda/envs/rapids/conda-bld/xgboost_1607619219243/work/src/common/device_helpers.cu(71) Oh my goodness, I had the same error and took me an hour to find your results....
Now I got the same error on a linux server with 4 GPUs, even though I'm only specifying `gpu_id=0`. ```xgboost.core.XGBoostError: [22:52:08] /opt/anaconda/conda-bld/xgboost-base_1601008358431/work/src/tree/updater_gpu_hist.cu:1407: Exception in gpu_hist: NCCL failure :unhandled cuda error...
> Wow, what did Linux do to you ... I love linux, it's Windows that is killing me (always WSL problems when u try to get fancy, especially related to...
It works when you just remove all version requirements from `requirements.txt` As of Sep 20, 2023, I got these versions to work: ``` 1 │ Package Version 2 │ -----------------...
Thanks for the support @ValentaTomas * I don't *think* they were running any code at the time I was trying to close them, unless maybe I had a background process...
My issue was resolved by setting `num_threads=1` in the VideoReader. This is unfortunate, but greatly increased the reliability.
Hi @bmschmidt, Do you support filtering on a `timestamp` or `date` object? What would be the proper data format for that column? Much appreciated. We're using nomic in [UIUC.chat](https://www.youtube.com/watch?v=DHhtdzG_pQY&ab_channel=KastanDay)
@hariombalhara In the [Organization setup instructions](https://github.com/calcom/cal.com/blob/main/packages/features/ee/organizations/README.md#app-setup), we have to enable Organizations in the web app before we can use them. But we can't access the web app because organizations aren't...
Thank you! Do you have any suggestions on an easy routing system? Something short and sweet? I'm an experienced backend programmer, but I've not done much with load balancing //...