lucataco / rgb2grayscale-cuda

POC CUDA implementation of an rgb2grayscale function

  • Public
  • 91 runs
  • GitHub

Input

Output

Run time and cost

This model runs on Nvidia A40 (Large) GPU hardware. Predictions typically complete within 104 seconds. The predict time for this model varies significantly based on the inputs.

Readme

Proof of concept Cog wrapper for a CUDA implementation of an rgb2grayscale function

Original code from the following google colab by Jeremy Howard