Parth Natekar

Results 16 comments of Parth Natekar

Hi, Yes, I can run cudaDecon from the command line. When I run ```E.autoprocess()```, an error occurs at ```line 418 in llsdir.py``` ``` if binary is None: binary = CUDAbin()...

It fails at that line, so I can't print out anything afterward. The entire error stack is: ``` Traceback (most recent call last): File "", line 6, in E.autoprocess(otfDir =...

So all I had to do was change the default value for the ```name``` argument from ```cudadecon``` to ```cudaDecon``` and it was able to find what was needed. Seems to...

Hi, I'm having the same issue. Can you please comment on how to release memory so that I can process batches serially?

Hi, Thanks for your response. I'm doing alternating deskew and deconvolution operations; the deskew uses gpu-tools and the deconvolution uses a Tensorflow backend. It seems that the issue arises when...

Hi, the scores reported are the best scores obtained on each task - you can play around with hyperparameters and choose whether or not to use data augmentation, max-pooling, etc....