nietras

Results 70 comments of nietras

I'm trying to get CNTK working on latest CUDA 11 too on Windows. I was wondering why I can't find any Azure Pipeline yml files, so I could use a...

Hello everyone, based on the work by @haryngod and others I have managed to build CNTK with CUDA 11.4 and cuDNN 8.2.2 and made nuget packages for this. This is...

@JeppeThagaardVP thanks. I have not hit this issue myself. Do you have some simple reproduction code showing this e. g. in C#? so I don't have to guess around dimension...

@JeppeThagaardVP basically the only change to conv is to to use [cudnnGetConvolutionForwardAlgorithm_v7](https://docs.nvidia.com/deeplearning/cudnn/api/index.html#cudnnGetConvolutionForwardAlgorithm_v7) as can be seen in https://github.com/nietras/CNTK/pull/6/files. However, one thing I don't understand in your example code is the...

@JeppeThagaardVP I am not using the C++ API hence they are not comparable. However, I have saved a simple model that does what I expect/assume you want in a `cntk`...

@JohanDore @JeppeThagaardVP @sigfrid696 thanks to your work I have released a new version 2.8.2 with your fixes. I hope this solves your issues. I still don't understand why 100 algo...

@sigfrid696 thanks that helps! And thanks again for doing it and apologies for generating extra work with my changes 😅

@sigfrid696 we don't use these specific features but yes I would be interested in a PR for that. If you could continue on a branch from my forks master in...

@sigfrid696 it can be a bit daunting perhaps for someone new to the pull-request flow https://guides.github.com/introduction/flow/. If you are continuing from the latest `nietras/master` and a branch from that say...

To be clear what I mean is you need to update to the latest `nietras/master`, with the latest code after your PR got merged. I bumped version etc.