lucataco / rgb2grayscale-cuda

POC CUDA implementation of an rgb2grayscale function

  • Public
  • 102 runs
  • GitHub

Input

Output

Run time and cost

This model costs approximately $0.075 to run on Replicate, or 13 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

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