Haeri

Results 9 comments of Haeri

@GitSoftwareNow I didn't know I've got the answer. I really appreciate that. Although I do not try to build at this moment, one day I will try your suggestion. Thanks.

I and my co-worker are working on this at https://github.com/haryngod/CNTK/tree/2.7-cuda-11.1 It may look like a mess right now, but our goal is to build the code without any errors. If...

@kassinvin I add /FORCE:MULTIPLE in CNTKv2LibraryDLL > preperence > linker > command line. It will be ok.

Thanks, @dmagee for sharing lots of your experience. I'm not sure you, we met the same problem. I've changed function 'cudnnGetConvolutionBackwardFilterAlgorithm' to 'cudnnGetConvolutionBackwardFilterAlgorithm_v7', since Cuda api updated. You can check...

@dmagee I've faced the same issue. I think this issue has occurred in [PyTorch(issue link)](https://github.com/pytorch/pytorch/issues/38385) as well. Then it's the [PyTorch PR](https://github.com/pytorch/pytorch/pull/39345). Even I read this, I have no idea...

Now I'm trying to build CNTK with CUDA 11.1 for 3000 series of GPU. cuDNN and some related libraries are updated. Although I do not have knowledge of Cuda programming,...

I comment configure script like as follows. ```bash --with-openblas*) have_openblas=yes mathlib=openblas # if test x$optarg = x # then openblas_path=$(find_openblas) # if test x$openblas_path = x # then # echo...

I got the same issue. I tried to get http://dl.yf.io/dla/models\imagenet\dla34-ba72cf86.pth but I got 404 error also. How can we fix it?

> I got the same issue. I tried to get but I got 404 error also. How can we fix it? I got it. Get into http://dl.yf.io/dla/models/imagenet and download dla34-ba72cf86.pth...