zhaotyer

Results 42 comments of zhaotyer

I run my model in 22.07, it works correctly, I use gdb to generate a backtrace,but no useful information is output, Because my image is based on 22.02,So I want...

I run 22.07 but use 22.02 tensorflow1 backend, it also work correctly。

> Can you provide the backtrace for the coredump in 22.02 then? I use gdb to generate a backtrace,but no useful information is output

> > Can you provide the backtrace for the coredump in 22.02 then? > > I use gdb to generate a backtrace,but no useful information is output when I build...

> Thanks for providing the backtrace. I've filed a ticket for us to look into this issue. Thank you for your reply, looking forward to the answer

> Please test #709 > > In this pull request, the port range is hardcoded to [10000..10010], so `-p 10000-10010:10000-10010` should be enough. I switch the branch to Wip/port range...

> I checked #709 . It works. **BUT!** When running two cameras at the same time there are multiple errors like this: > > ``` > [09:31:06.748] 🅸 stream-thread> [GvStream::find_frame_data]...

> > > I checked #709 . It works. **BUT!** When running two cameras at the same time there are multiple errors like this: > > > ``` > >...

@youkaichao hello,I compared the 0.5.0.post1 and 0.5.1 versions, Found that only gpu_p2p_access_check has been changed 0.5.0.post1 ``` def gpu_p2p_access_check(i: int, j: int) -> bool: """Check if GPU i can access...

> > GPU 0: NVIDIA A100-SXM4-80GB > > GPU 1: NVIDIA A100-SXM4-80GB > > normally, A100-SXM GPU should be able to use custom allreduce. > > > On the same...