Marko Rakita

Results 6 comments of Marko Rakita

I am also getting this error with CNTK Library Managed API from C#. I am creating batches and running evaluation on them (using GPU device), and depending on batch size...

Model was trained using CNTK-2-0-beta8-0-Windows-64bit-GPU-1bit-SGD and evaluation is done using latest nuget package for CNTK Library Managed API. Sure, I've attached related piece of code. Here is full exception stack:...

@zhouwangzw I've sent you an email containing repro code + trained model + dataset. I've narrowed down what causes the exception in my case, I am calling evaluate with 16...

I really have to ask, what's the point of testing batched evaluation with batch size of 1? :) As I said in my previous post: "I am calling evaluate with...

> Hey @markorakita , first off, are you quantizing the model? **If not quantized, the NNAPI delegate might not provide much benefit**. Hi @srjoglekar246 , thank you for looking into...

@karimnosseir @srjoglekar246 This part will be related to both of your responses: I completely understand how complex the issue is, and that it can't be made into a cookie cutter...