bdzhang
bdzhang
> I have met the same problem. I found all rotated images has the same landmark. Is it normal? I have solve the problem. Do not use google search to...
>  > > 阅读您的代码,我发现您的uni_xy_loss的实现有一些问题,argsort不是说某个数值对应的是排序后的第几个。 > 举个例子 ,如果position 是 [0.1, 0.5, 0.3, 0.2, 0.4],那argsort的结果是 [0., 3., 2., 4., 1] ,而实际上您想要的是[0,4,2,1,3],这是不同的。正确的实现可以类似于一下: > target_distribution = t.arange(position.shape[0]).type_as(rela_a) / (position.shape[0] - 1) > position...
> 在任务管理器中寻找 adb.exe,看看它的路径,然后杀掉 我也遇到同样的问题,杀掉依然卡住
> Hi [@wzr0108](https://github.com/wzr0108) ! Sorry about that can you please upgrade FastRTC? The latest version 0.0.21 also do not have get_cloudflare_turn_credentials_async parameter support. I try clone the source code and...
> > it seems that get_cloudflare_turn_credentials(hf_token=) time out > > Every time? 😱 Somehow I figure it out by using a new token. And also, I now met a problem...
> > it seems that get_cloudflare_turn_credentials(hf_token=) time out > > Every time? 😱 error log: File "/home/bodong/anaconda2/envs/py310/lib/python3.10/asyncio/selector_events.py", line 719, in _fatal_error self._loop.call_exception_handler({ AttributeError: 'NoneType' object has no attribute 'call_exception_handler' Exception...
> I think i have a solution found that worked for me! I changed matplotlib and gradio. > > python -m pip install matplotlib==3.7.0 and python -m pip install gradio==3.48.0...