The Wayback Machine - https://web.archive.org/web/20200716111336/https://github.com/topics/nvidia
Skip to content
#

nvidia

Here are 619 public repositories matching this topic...

AFIDclan
AFIDclan commented Mar 6, 2020

When attempting to download cityscapes_2048x1024 I got: ./download-models.sh: line 721: download_fcn_resnet18_cityscapes_2048x512: command not found
It looks like there was a typo, and line 721 needs to be changed from:
download_fcn_resnet18_cityscapes_2048x512 to download_fcn_resnet18_cityscapes_2048x1024

Thanks for the amazing repo!

teju85
teju85 commented Feb 13, 2020

Currently, they are just all over the place! I propose the following rule-of-thumb:

  1. If a header file contains cuda kernels and/or device methods, then it should be a .cuh.
  2. Else, it should be a .hpp (if the current header file is already named as a .h, feel free to leave it as it is, in order to minimize the amount of ripple changes this will cause).
  3. If a header file is used to de

Improve this page

Add a description, image, and links to the nvidia topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nvidia topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.