Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gpu

Different Ways To Optimize With Gpu Pyopencl A Python Code : Extern Function Inside Kernel Gpu/pyopencl

I have used the following command to profile my Python code : python2.7 -m cProfile -o X2_non_flat_… Read more Different Ways To Optimize With Gpu Pyopencl A Python Code : Extern Function Inside Kernel Gpu/pyopencl

Training On Gpu Much Slower Than On Cpu - Why And How To Speed It Up?

I am training a Convolutional Neural Network using Google Colab's CPU and GPU. This is the arch… Read more Training On Gpu Much Slower Than On Cpu - Why And How To Speed It Up?

Keras Multiple_gpu_model Causes "can't Pickle Module Object" Error

This is a follow up of this question. I am trying to utilize 8 GPUs for training and am using the m… Read more Keras Multiple_gpu_model Causes "can't Pickle Module Object" Error

How To Swap From Gpu To A Cpu Only?

Hi I was wondering how can run a machine learning code onto my CPU instead of a GPU? I have tried … Read more How To Swap From Gpu To A Cpu Only?

How To Define Max_queue_size, Workers And Use_multiprocessing In Keras Fit_generator()?

I am applying transfer-learning on a pre-trained network using the GPU version of keras. I don'… Read more How To Define Max_queue_size, Workers And Use_multiprocessing In Keras Fit_generator()?

How To Compute The Performance Of A Python Program On Different Machines

I would like to know what are the different performance characteristics that can be used to find th… Read more How To Compute The Performance Of A Python Program On Different Machines