James Bockman

Results 13 comments of James Bockman

Jerry do you install you use a nightly binary for your Pytorch? https://discuss.pytorch.org/t/rtx-3000-support/98158 I have built this in a docker container using Nvidia's base image of CUDA11.1 then using the...

Just looked into this and ATEN lost this definition on the 13NOV..... Maybe we should look into replacing SgemmBatched with a non deprecated version for 1.8 support? https://github.com/pytorch/pytorch/issues/47987

Double check that your versions all line up - if you want to use CUDA 10.2 make sure CUDNN is the correct version and the pytorch binary you are using...

@ConnerWK Not to put a fine point on it but the code for DCN has become a bit messy - what we have done was to replae low level BLAS...

@hhcs9527 Not yet, we have a version of deformable convolution - not ROI pooling that does work with those versions but it is currently not working well in multi GPU...

In this case I think the users cuda toolkit packages is version 10.2 and their cuda version is 11.1 causing a conflict

@Xpangz this is a different error In your case the g++ linker is failing to find compiled objects it expects to be created by the first build stage Double check...

Using the sweet code on MacOS gives an exception stating that 'NSWindow drag regions should only be invalidated on the Main Thread! This will throw an exception in the future.'...

@elcronos it might not fit your use case but I ended up coding an in app folder browser that just lists out all the folders in the current directory as...