Bisrat
Bisrat
I have 4 GTX 1080Ti GPUs and each gpu can handle batch size of 16 that means if I use all the gpus I can change batch size to 64....
Thank you for your quick response and great work.
I have tried by setting n_workers to 4, 10 and None but it didn't help. Instead I get the following warning which I think it wont be a problem. ```...
I get the following error when I run keras.applications ResNet50 ``` TypeError: predict() got an unexpected keyword argument 'callbacks' 2020-03-11 10:10:24,965 ERROR worker.py:998 -- Possible unhandled error from worker: ray::dkeras.workers.worker.worker_task()...
I did run some experiments and the noise seems to come from bilinear down scaling operation used. Both java and tf implementations use bilinear method to downscale input image to...